D
Dick van der Sar
I access a dll via dllimport (see below). It workes fine at framework
version 1.1 but now I try to run it in the Beta 1 of VS 2005 and I get
this error message. I have only this problem if a use this function in
a web project.
If I make a standard windows program: no problem.
[DllImport("special.dll", CallingConvention = CallingConvention.Cdecl
)]
private static extern void specialfunction(string name, ....);
Remark:
If I use it in a web project I have to access it via a thread, strange
but it workes.
Has someone an idea?
Dick van der Sar
version 1.1 but now I try to run it in the Beta 1 of VS 2005 and I get
this error message. I have only this problem if a use this function in
a web project.
If I make a standard windows program: no problem.
[DllImport("special.dll", CallingConvention = CallingConvention.Cdecl
)]
private static extern void specialfunction(string name, ....);
Remark:
If I use it in a web project I have to access it via a thread, strange
but it workes.
Has someone an idea?
Dick van der Sar