| View previous topic :: View next topic |
| Author |
Message |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Mon Mar 31, 2008 10:21 am Post subject: the application failed to initilize properly (0xc0150002). c |
|
|
i'm trying to load my app in another computer which imports from a .dll compiled by MSVC++ 2008 express edition and when i start it, i get this error:
the application failed to initilize properly (0xc0150002). click on ok to terminate the application.
how can i fix this ? thanks
Edit:
i forgot to mention i run it on a PC without MSVC++ 2008 installed, only:
.NET FW 2.0
MSVC++ RES PACK 2k5 and 2k8 x86
|
|
| Back to top |
|
 |
Psy Grandmaster Cheater Supreme
Reputation: 1
Joined: 27 Mar 2008 Posts: 1366
|
Posted: Mon Mar 31, 2008 10:35 am Post subject: |
|
|
I know you put the above, but download these (coz that message is definitely related to missing dependancies, ie, runtimes libraries and such):
Microsoft Visual C++ 2005 Redistributable Package (x86)
Btw..i'm assuming the 2nd PC is x86 (32-bit)...
VC++ Redistributable 6.0
Also get these (you might as well):
VB Runtime 6
Net Framework 3.0
And 3.5 you can get from its own site, google it.
I would recommend it as the program has used VS 2008...which therefere may explain the simple .net framework 2.0 didn't work.
Reboot and test.... keep my up to date
~Psych
|
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Mon Mar 31, 2008 10:44 am Post subject: |
|
|
| [Psych], thanks for the links, but SunBeam saved me, i don't know what he did (he remote controled me, changed the settings at MSVC++ from debug to release) but now it works.
|
|
| Back to top |
|
 |
Psy Grandmaster Cheater Supreme
Reputation: 1
Joined: 27 Mar 2008 Posts: 1366
|
Posted: Mon Mar 31, 2008 10:53 am Post subject: |
|
|
Ahh yeah...now that thought didn't even occur to me. Release mode indeed.
A similar problem come up not so long ago. Good, good
|
|
| Back to top |
|
 |
|