![]() |
Ribbon Sample Error in VS 2005 |
Post Reply
|
| Author | |
dijesh.k.a
Newbie
Joined: 15 October 2006 Location: India Status: Offline Points: 19 |
Post Options
Thanks(0)
Quote Reply
Topic: Ribbon Sample Error in VS 2005Posted: 29 December 2006 at 2:45am |
|
Hai,
Sample ribbon application of 10.4 is not running in visual studio 2005 .Getting the error as "Application Failed to initialise properly (0xc0150002)".But Running Properly in VS2003.
Thanks
|
|
|
Dijesh.K.A
|
|
![]() |
|
mgampi
Senior Member
Joined: 14 July 2003 Status: Offline Points: 1210 |
Post Options
Thanks(0)
Quote Reply
Posted: 29 December 2006 at 4:03am |
|
Hi;
I had similar troubles with an application not using the toolkit. In my case it had something to do with credentials - the user I executed the app could not access runtime libraries of a 3rd party application (database). All I had to do, was changing the security settings of the directories to allow execute access.
I found the error by looking at the output window of VC++ with different users logged in. Then I saw that while the app tryied to load the lib (DLL) the exception was thrown.
But most likely, your target machines are missing a dependency. VS2005 uses version 8 of the C and C++ runtime DLLs. These are mostly likely not
accessable on your machine. Run "depends" on your application to find the DLL dependencies, then install the appropriate dependencies along with the app. You can find the VS 2005 redistributable DLLs in C:\Program Files\Microsoft Visual Studio 8\VC\redist. |
|
|
Martin Product: Xtreme Toolkit v 22.1.0, new Projects v 24.0.0 Platform: Windows 10 v 22H2 (64bit) Language: VC++ 2022 |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |