S
Sunil Menon
Dear All,
I am writing an ASP.Net application that needs to call a C++ dll.
There are two problems that I am facing...
1. There are two dlls one.dll & two.dll. Using DllImport I call
one.dll's function. It works well. But when I call two.dll's function
it say "cannot Load DLL two.dll". Two.dll depends on one.dll. Can it
be that since asp.net has loaded one.dll, two.dll is failing?
2. After one.dll is loaded other applications cannot call functions
of one.dll it give error "Object reference not set to instance of an
Object". What is going wrong?
Please advice.
TALIA
Many Regards
Sunil
I am writing an ASP.Net application that needs to call a C++ dll.
There are two problems that I am facing...
1. There are two dlls one.dll & two.dll. Using DllImport I call
one.dll's function. It works well. But when I call two.dll's function
it say "cannot Load DLL two.dll". Two.dll depends on one.dll. Can it
be that since asp.net has loaded one.dll, two.dll is failing?
2. After one.dll is loaded other applications cannot call functions
of one.dll it give error "Object reference not set to instance of an
Object". What is going wrong?
Please advice.
TALIA
Many Regards
Sunil