Re: DLL won't run on user computers
- From: "Calin" <calinnegru@xxxxxxxxx>
- Date: 2 Apr 2007 04:42:26 -0700
On Apr 2, 12:52 am, "Calin" <calinne...@xxxxxxxxx> wrote:
I've made a NET wrapper for a small C library.
The wrapper works ok on my dev machine however it won't run on my
second computer (and other computers). I have NetFramework 2.0 and VS
installed on my second machine.
Here's the error I get when I click the debug button in the error
dialog:
System.DllNotFoundException was unhandled
Message="Unable to load DLL 'ManyMouseDLL.dll': This application has
failed to start because the application configuration is incorrect.
Reinstalling the application may fix this problem. (Exception from
HRESULT: 0x800736B1)"
Source="ManyMouseNETLibrary"
TypeName=""
StackTrace:
at ManyMouseNETLibrary.ManyMouseNETClass.ManyMouse_Init()
at ManyMouseNETLibrary.ManyMouseNETClass.Init(Int32 WorkSpaceX,
Int32 WorkSpaceY, Int32 Speed)
at WelcomeCSS.Main()
ManyMouseDLL.dll is the C library. You can download it and the C#
wrapper on this page:
http://calinnegru.googlepages.com/downloads
Here is a small app to test the library:
http://calinnegru.googlepages.com/manymousenetexample
Any suggestion how to fix this is appreciated.
I have it fixed. I had to install the VS SP1 redist
.
- References:
- DLL won't run on user computers
- From: Calin
- DLL won't run on user computers
- Prev by Date: copy table to one database to onther
- Next by Date: Re: Accessing objects in different panels without passing references.
- Previous by thread: DLL won't run on user computers
- Next by thread: Base classes using inherited values
- Index(es):