mscorlib error '80070002'

R

Raves

Hi,

I am developing a COM component in C# using a COM Callable Wrapper.
This com component works fine on my development machine(Win XP). I use
ASP pages to invoke this component.

When I try the same on Win 2003 Server ( i.e., when I try calling a
function on the COM component from ASP) I get the following error

mscorlib error '80070002'

File or assembly name 1z3ccac.dll, or one of its dependencies, was not
found.

The name of the dll changes each time I refresh the page. Am not sure
as to why this is happening.

I have been testing this on other operationg systems ( Win 2000
Professional and Win 2000 Server). The same works on Win 2000
Professional but fails on Win 2000 Server. This has led me to think
that its some server setting thats foiling me.

Could you please help?

Regards,
Raves.
 
J

John Soulis [MSFT]

Go out to www.sysinternals.com and download Filemon.
Create a log file and load this into Excel. Check to see if you are getting
an access denied to the dll that shows up in the error.

Please send me as much of the error as possible.

Thank you, John Soulis
Microsoft, ASP.NET

This posting is provided "AS IS", with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top