B
ben
Hi i am trying to referance a DLL that is stored outside of the Web Project
that i am working on. The Web Project is a C# web Service class, and
basically i am just trying to create an object, but a error is past back to
me when i try and create the object
The Error is
"The specified module could not be found" (System.IO.FileNotFoundException)
How can i fix this error, as the same piece of code run perfectly fine in a
C# Windows App.
that i am working on. The Web Project is a C# web Service class, and
basically i am just trying to create an object, but a error is past back to
me when i try and create the object
The Error is
"The specified module could not be found" (System.IO.FileNotFoundException)
How can i fix this error, as the same piece of code run perfectly fine in a
C# Windows App.