Wrox Programmer Forums
|
BOOK: Professional Microsoft Robotics Studio ISBN: 978-0-470-14107-6
This is the forum to discuss the Wrox book Professional Microsoft Robotics Developer Studio by Kyle Johns, Trevor Taylor; ISBN: 9780470141076
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional Microsoft Robotics Studio ISBN: 978-0-470-14107-6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 21st, 2009, 12:14 PM
Registered User
 
Join Date: Feb 2009
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
Default Errors with wrong references???

I get the following errors when I build the application. I am using VS2008 Standard. I dont have VS6 installed any longer.

First Error:
Error 1 Warning as Error: Invalid search path 'D:\Program Files\Microsoft Visual Studio\VC98\mfc\lib' specified in 'LIB environment variable' -- 'The system cannot find the path specified. ' ExplorerSim

This error is for chapter 2, CCR Example

Error 1 Cryptographic failure while signing assembly 'C:\Users\Hari Nidamarthy\Microsoft Robotics Dev Studio 2008 Express\ProMRDS\Chapter2\CCRExamples\obj\Debug\CCR Examples.Y2007.M12.dll' -- 'Error reading key file 'c:\Users\trevtay\Microsoft Robotics Dev Studio 2008 Express\samples\mrisamples.snk' -- The system cannot find the path specified. ' CCRExamples
 
Old February 21st, 2009, 04:21 PM
Wrox Author
 
Join Date: Apr 2008
Posts: 60
Thanks: 0
Thanked 5 Times in 5 Posts
Default

The first error has something to do with your installation of Visual Studio and nothing to do with RDS.

The second error is a result of DssDeploy not properly running DssProjectMigration when it has finished unpacking the files. You can fix this easily as follows:
Open a DSS Command Prompt window (look in the Start Menu for this)
At the command prompt, enter the command:
dssprojectmigration /b- ProMRDS

This will run DssProjectMigration on all of the samples in ProMRDS and should fix the problem.

Trevor
 
Old February 22nd, 2009, 05:55 AM
Registered User
 
Join Date: Feb 2009
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
Default It works.

In case some one has similar problem

Problem1:
Problem occurs if you uninstall VS6 but environment variables are not deleted. Remove these paths from Control Panel -> System -> Advanced System Settings -> [Enviroment Variables]

Problem2:
Same as Trevor mentioned.





Similar Threads
Thread Thread Starter Forum Replies Last Post
references emmgus XSLT 2 August 4th, 2005 01:20 PM
Please help for references rsjaladi Classic ASP Databases 1 November 27th, 2004 04:04 AM
Can't get errors to display with <html:errors> michaeldill JSP Basics 0 August 2nd, 2004 01:47 PM
Errors Errors DB Errors Ljhopkins VS.NET 2002/2003 0 July 15th, 2003 12:42 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.