03-25-2013, 08:20 PM
Not entirely sure how to do #3. Is this manifest file created in Visual Studio or is it generated by your CreateManifest call?
I put the DLL files in C:\Program Files (x86)\Quick Macros 2\RadFusion. When I run
Macro TestManifest
I get:
Error (RT) in TestManifest: Error loading type library/DLL. ?
One idea: when I ran RegAsm it's the one in .NET 4.0 framework:
Should I try redoing this in an earlier version of .NET? Thanks
I put the DLL files in C:\Program Files (x86)\Quick Macros 2\RadFusion. When I run
Macro TestManifest
I get:
Error (RT) in TestManifest: Error loading type library/DLL. ?
One idea: when I ran RegAsm it's the one in .NET 4.0 framework:
C:\Program Files (x86)\Quick Macros 2\RadFusion>c:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe PACSWebServiceWrapper.dll
Microsoft (R) .NET Framework Assembly Registration Utility 4.0.30319.1
Copyright (C) Microsoft Corporation 1998-2004. All rights reserved.
Types registered successfully
Should I try redoing this in an earlier version of .NET? Thanks