J
Jacek Jurkowski
I created a simple class MyClass in VisualFoxPro
into a dll file. I referenced that file in my Asp.net
application and the content of it is properly displayed
by Vs.net intelisense. Now I'm trying to do that:
MyClass mc;
mc = new MyClass();
The second line generates an exception "Could not load module".
In standard Windows Application house steps works fine.
What I'm I doing wrong?
into a dll file. I referenced that file in my Asp.net
application and the content of it is properly displayed
by Vs.net intelisense. Now I'm trying to do that:
MyClass mc;
mc = new MyClass();
The second line generates an exception "Could not load module".
In standard Windows Application house steps works fine.
What I'm I doing wrong?