I need to open and use the .NET assembly in delphi. The assembly I am trying to use also has an assembly of objects that it uses. By building an object, I was able to use regasm to create a type library. I was also able to assign SN and register it using the GAC.
Now, with the main assembly, I use tyring for use in Delphi, I try to use regasm, and I get the error message "Regasm: error RA0000: cannot find the input assembly [location] or one of its dependencies". I looked at the location and file name, and there is nothing wrong. Am I missing a step somewhere?
Andy
source
share