"The specified module could not be found" Exception When Instantiating An Object

  • Thread starter Thread starter Ram
  • Start date Start date
R

Ram

Hey,
I have a Class Library project that is installed in the Gac (- strong name
and all...).
In this Class Library, I keep getting an exception when I try to instatiate
one of MS's object ( - to be exact it's one of the ADSI Objects...).
The exception I keep getting is:
"System.IO.FileNotFoundException: The specified module
could not be found."
What this exception means???
Thanks ahead

--Ram
 
Ram said:
Hey,
I have a Class Library project that is installed in the Gac (- strong name
and all...).
In this Class Library, I keep getting an exception when I try to instatiate
one of MS's object ( - to be exact it's one of the ADSI Objects...).
The exception I keep getting is:
"System.IO.FileNotFoundException: The specified module
could not be found."
What this exception means???
Thanks ahead

--Ram

Have you tried to put the file of MS'Object in the bin directory of your
project ?

--
Ciao

::M:a:r:c:o:::P:e:s:c:e::
(e-mail address removed)
per contatti PVT elinimare NOSPAM
 
Back
Top