1 Replies - 135 Views - Last Post: 07 February 2012 - 08:24 AM Rate Topic: -----

Topic Sponsor:

#1 paul23  Icon User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 18
  • Joined: 24-November 11

unable to load DLL

Posted 07 February 2012 - 01:43 AM

Hi,

I recently finished a DLL implemented c# program on my pc, which worked perfectly. I then wanted to move this program to an ebox (3350MX) and run it from there. Now I sit with the error:

Unable to load DLL 'GsmDLL.dll': This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1).

The fact that the c# program wouldn't work on the freshly formatted xp ebox gives me the idea that the ebox needs vc redistributable driver files, but so far, updating them didn't help.
Some other facts that could be of interest:
- The c# (VS c# express 2010) program uses a c++ (VS 2005) dll.
- The project that I want to port is the debug version files for both the c# program and c++ dll
- The ebox has xp on it, with service packs 1,2 and 3
- Installed both VS c# express 2010 and VS 2005 on the ebox to try and overcome possible driver issues

I definately know the problem isn't with the code, due to the fact of working on the one pc. Just don't know what other drivers/settings could be missing on the ebox.

I'd appreciate any help, because I have no idea why this is not working.

thanks

Is This A Good Question/Topic? 0
  • +

Replies To: unable to load DLL

#2 modi123_1  Icon User is offline

  • Suiter #2
  • member icon


Reputation: 3561
  • View blog
  • Posts: 14,989
  • Joined: 12-June 08

Re: unable to load DLL

Posted 07 February 2012 - 08:24 AM

Is the framework you compiled your app to actually installed on the machine? e.g. you compiled it for framework 4.0 and 4.0 is installed on the machine?
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1