Print Page | Close Window

Ribbon Sample Error in VS 2005

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=5939
Printed Date: 12 November 2025 at 12:54am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Ribbon Sample Error in VS 2005
Posted By: dijesh.k.a
Subject: Ribbon Sample Error in VS 2005
Date Posted: 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



Replies:
Posted By: mgampi
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net