System:
Netduino 2
WinXP SP3 (32 bit)
Visual Studio 2010 Express
Micro Framework SDK v4.2
Netduino SDK v4.2.2.0
Question:
What is the proper way to enable the Netduino SDK for a non-admin user?
After installing all the necessary tools from my admin-enabled account and verifying that everything worked, I then tried creating a project in my son's restricted account. The Netduino project templates did not show up. I manually copied the Netduino templates from my Visual Studio 2010 documents folder to his. That made the templates show up, but there was still a problem building the project.
After some trial and error, I got everything working from his account. It now appears that copying the templates was in fact sufficient, and that the problem was just a typo in my source code.
However, I may be performing this set-up for multiple non-admin users, and I don't want to thrash around like this every time. Is there any per-user setup necessary for the Netduino SDK other than the template files, and if so, what is it?
Thanks.