I tried to use NHibernate with SQLite, version=1.0.74.0 for .NET 4 and 32 bit. I use a 64bit WIN7, but build the application in x86 mode
I have made an application and made the setup installer using Visual Studio 2010 and .NET Framework 3.5.
my scenario is the following (Win7, VS2010, .NET 4.0): I have a .NET assembly from an external company compiled for \"Any CPU\" (verified with corflags.exe). This assembly loads a native dll also fro
I have a web service that throws a BadImageFormatException any time I try to run the service from Visual Studio.This answer to another question suggested running peverify against DLLs to see if there
I am trying to run ServiceStack Examples projects. When I run the web client I am getting the following error:
I\'m writing a plug-in for another program that is based on a public .NET API. Typically these plugins are made by creating a class library DLL that references the API assembly. Then a command class i
I have a Solution with a Project which uses a MSSQL Database and generated for this a VisualStudio setup projekt. Then i have made another project with an installer class that should deploy my databas
I\'m writing a program in .NET 3.5, that in some places has to go out and execute code from hardware APIs. This is all good, and working in 32-bit Windows 7, Windows XP, etc. The problem com
Here\'s the setup: I\'ve got a shared library (c++ with extern \"C\" methods) I\'ve compiled in linux and created a library开发者_C百科.so file.
I have a Managed C++ dll which dynamically links with an unmanaged C++ dll. The managed C++ derives several unmanaged classes from abstract interfaces in the unmanaged dll.