Nobody has an idea? :(
AC
User Profile
Collapse
-
problem in loading mixed mode DLL from unmanaged code
Hi folks,
I'm trying to load a mixed mode dll from a native c++ application using loadLibrary. If I run the application from the local drive it works without any problem, byt il I run it from the network it crashes at the moment of loading the mixed mode dll with a System.IO.LoadF ileException. I know that the problem comes from the code access security policy and that's not my question :) In fact as I know it's not possible to catch... -
Thank you for your answer but it doesn't really answer my question! I need just to know if i strongly name a mixed mode assembly or executable?...Leave a comment:
-
Strong naming a mixed mode executable?
Hi All, Is it possible to give a strong name to a mixed-mode executable? If it is not, can I sign only the managed part? How?
Thanks
AC -
-
Reference a C++ exe in C# dll
All,
I'm working on the integration of the .NET technology in applications written in unmanaged C++.
I can call a C# dll from an unmanaged C++ code using a Layer class (mixed mode).
Now what I'm trying to do is to call a function from an mixed mode executable in my C# dll. This function is in a managed class. I referenced the exe in the C# project using Visual Studio 2005 and my C# project recognizes the namespace where...
No activity results to display
Show More
Leave a comment: