Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COM wrapper issues
Message
 
To
11/08/2011 14:18:37
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
ASP.NET
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01520727
Message ID:
01520748
Views:
43
>
>When the object is launched from VBScript in a simple ASP page I added to the same site, it works perfectly. It's only when I try to call a method from the code behind, using the com DLL wrapper, that it throws the error. I've even added the old ASPCOMPAT="true" to the headers of all pages that access the dll - what am I missing? Do I have to tell the code behind to use the DLL somewhow?
>
>Thanks again for the response - all hope is not dead ...(yet).

You didn't happen to re-compile and/or change (or add) the methods/properties in the COM component did you? If so, you'll need to delete the reference to the COM component from the .NET project and add it back it. That forces .NET to build a new wrapper for it. Then replace the DLL's on the server with the ones .NET generated.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform