G
Guest
Hello,
I developed an application using Remoting in Dev 2003 using the security
sample code from Microsoft samples to add SSPI functionality and secure my
messages.
When the .NET framework 2.0 was released I have learned that now securing
Remoting application is built in and has no memory leeks, therefore I port my
application to dev 2005.
My application is client C# WinForm application which use remote object
hosted on windows service on the remote machine. The remote object use
unmanaged DLLs which expose "C" calling conventions.
Since I port it when ever I run the application and get to this line:
Application.Run(new Form1());
I always recieve FileNotFoundException. I heard that the C runtime for .NET
2.0 is defferent from v1.1.
How can I solve this problem ??
Thanks,
Barak
I developed an application using Remoting in Dev 2003 using the security
sample code from Microsoft samples to add SSPI functionality and secure my
messages.
When the .NET framework 2.0 was released I have learned that now securing
Remoting application is built in and has no memory leeks, therefore I port my
application to dev 2005.
My application is client C# WinForm application which use remote object
hosted on windows service on the remote machine. The remote object use
unmanaged DLLs which expose "C" calling conventions.
Since I port it when ever I run the application and get to this line:
Application.Run(new Form1());
I always recieve FileNotFoundException. I heard that the C runtime for .NET
2.0 is defferent from v1.1.
How can I solve this problem ??
Thanks,
Barak