Message 1 of 6
Runtime Error Calling managed ARX VS2002 DLL from VS2005

Not applicable
06-05-2006
11:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello guys,
I wrote a Managed Arx DLL to be called by a C# DLL. I "netload" the C# DLL in AutoCAD and then call the ARX dll at a button click event. The whole thing works very well when it is run on a system where VS 2002 is installed. However on systems that don’t have VS 2002 installed I get a runtime error at the button click event, "DLL not found".
Are Managed VS2002 ARX DLLs not compatible with framework 2.0? Or am I making some other mistake? How can I resolve this issue? Can somebody help?
Thanks in advance.
I wrote a Managed Arx DLL to be called by a C# DLL. I "netload" the C# DLL in AutoCAD and then call the ARX dll at a button click event. The whole thing works very well when it is run on a system where VS 2002 is installed. However on systems that don’t have VS 2002 installed I get a runtime error at the button click event, "DLL not found".
Are Managed VS2002 ARX DLLs not compatible with framework 2.0? Or am I making some other mistake? How can I resolve this issue? Can somebody help?
Thanks in advance.