This is what i am doing: I am currently required to open and use a .NET assembly in delphi. The Assembly that i am trying to use also has an assembly of objects it is using. I was able to use regasm to create a type library for the main assembly. I was also able to assign a SN and register it with the GAC.
Now when i try to import the type library into delphi, after the pas file is created, no methods show up in the pas file. I can see random create methods but none of the original methods i created in the C# version I can not think of what the problem could be that is causing this to fail. Any Ideas?