System.IO.FileNotFoundException: The specified module could not be found

  • Thread starter Thread starter Nicholas Paldino [.NET/C# MVP]
  • Start date Start date
N

Nicholas Paldino [.NET/C# MVP]

Ram,

If you are accessing ADSI, why are you not using the classes in the
System.DirectoryServices namespace?
 
Ram,

It would seem that fusion is having a problem locating the COM dll that
it is providing a wrapper to. Can you provide the stack trace that comes
with the exception?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Ram said:
Hey Nicholas,
Because I'm using ADsSecurity, that has no replacement (that I know of...)
in the DirectoryServices namespace...
Do you know why I get this Error or what does it means?
Thanks ahead

--Ram
message news:[email protected]...
Ram,

If you are accessing ADSI, why are you not using the classes in the
System.DirectoryServices namespace?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Ram said:
Hey,
I have a Com+ application (Inherits ServicedComponent).
In this application, I needed to use one of the ADSI's COM Object, \
So I used the - TlbImp.exe.
After I created the Tlb dll, I gave it a StrongName, and installed it
in
the
GAC.
In my Com+ Application, I added a reference to the Tlb dll.
The proble is, that when I try to instatiate an object of this type, I keep
getting this weird Exception saying:
"System.IO.FileNotFoundException: The specified module
could not be found."

What this exception means???
Thanks ahead

--Ram
 
Hey,
I have a Com+ application (Inherits ServicedComponent).
In this application, I needed to use one of the ADSI's COM Object, \
So I used the - TlbImp.exe.
After I created the Tlb dll, I gave it a StrongName, and installed it in the
GAC.
In my Com+ Application, I added a reference to the Tlb dll.
The proble is, that when I try to instatiate an object of this type, I keep
getting this weird Exception saying:
"System.IO.FileNotFoundException: The specified module
could not be found."

What this exception means???
Thanks ahead

--Ram
 
Hey Nicholas,
Because I'm using ADsSecurity, that has no replacement (that I know of...)
in the DirectoryServices namespace...
Do you know why I get this Error or what does it means?
Thanks ahead

--Ram
Nicholas Paldino said:
Ram,

If you are accessing ADSI, why are you not using the classes in the
System.DirectoryServices namespace?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Ram said:
Hey,
I have a Com+ application (Inherits ServicedComponent).
In this application, I needed to use one of the ADSI's COM Object, \
So I used the - TlbImp.exe.
After I created the Tlb dll, I gave it a StrongName, and installed it in the
GAC.
In my Com+ Application, I added a reference to the Tlb dll.
The proble is, that when I try to instatiate an object of this type, I keep
getting this weird Exception saying:
"System.IO.FileNotFoundException: The specified module
could not be found."

What this exception means???
Thanks ahead

--Ram
 
StackTrace:
ComPlusProject.MyClass.TestSub(string path,string[] secondparam)

Type Of Exception:
System.IO.FileNotFoundException

Description:
The Specified Module Could Not Be Found

--Ram

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Back
Top