Problem with dll ...

  • Thread starter Thread starter Jacek Jurkowski
  • Start date Start date
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?
 
Back
Top