I just installed Microsoft Robotics Studio 2008 R2, and I must admit that I am shocked to learn how the paths are handled.
First, the studio wants to install itself in my personal profile (this is on Vista):
C:\Users\MyUserName\Microsoft Robotics Dev Studio 2008 R2
I assume that this is due to the fact that during development I have to write files to the robotics studio folder, creating C:\Program Filesa no go.
Then, when I create a new robotics project, many absolute paths are added to the project that point to a robotics studio. If I check my project for the original control, and another developer checks it on my device, absolute paths will not be resolved and the project will not be compiled.
In addition, since all services are collected in one folder in the robotics studio folder, the development of several independent services on one computer seems at least confusing.
Do you have good strategies to solve this problem?
source
share