Top "Mixed-mode" questions

A mixed-mode application is any application that combines native code (C++) with managed code (such as Visual Basic, Visual C#, or C++/CLI that runs on the common language runtime).

What does 'useLegacyV2RuntimeActivationPolicy' do in the .NET 4 config?

While converting a project that used SlimDX, and therefore has unmanaged code, to .NET 4.0 I ran into the following error: …

.net .net-4.0 app-config mixed-mode
Mixed mode assembly in .NET 4

I wrote a class library in .NET 2.0 for database access some 2 years ago and have been using it all along …

.net .net-4.0 mixed-mode
ASP.NET MVC and mixed mode authentication

I have a scenario whereby I require users to be able to authenticate against an ASP.NET MVC web application …

asp.net-mvc mixed-mode
Mixed mode assembly is built against 'v2.0.50727' error

First of all, I've found the other posts on StackOverflow here, but it did not resolve my error. I have 3 …

c# .net .net-4.0 .net-2.0 mixed-mode
c++/cli DLL fails under Win 8.1

i have written a Win32/net DLL, it works fine under Win XP, Win7 and 8 but under Win 8.1 it fails. …

windows winapi dll c++-cli mixed-mode
Linking unmanaged C++ DLL with managed C++ class library DLL

As in the question Creating simple c++.net wrapper. Step-by-step I am tring to use C++ classes in .NET but …

c++-cli mixed-mode
C++/CLI Mixed Mode DLL Creation

I've got a native C++ DLL that I would like to have a C++/CLI wrapper layer for. From what …

.net c++-cli interop mixed-mode
unmanaged var as member of managed class c++

I'm novice in .net c++ and trying to create class looking like: public ref class Klient { public: Klient(){} // zmienne static …

class c++-cli declaration mixed-mode
SGEN failure: An attempt was made to load an assembly with an incorrect format in VS2008

I was able to find several similar questions asked and answered, but none of the answers or exact conditions applied …

visual-studio-2008 format mixed-mode web-reference sgen
New SQLite mixed assemblies

Previously .NET SQLite libraries were available from http://sqlite.phxsoftware.com, but they have recently been taken over by the …

.net sqlite iis mixed-mode