06 October 2010

How do I – Resolve the LocalAppData environment variable issue when launching Visual Studio 2010 Ultimate after installing FeatureBuilder.vsix

  1. Once you’ve installed Feature Builder in a Windows XP environment, you may get the following message when launching it.

    image
  2. In order to create the required variable, begin by right clicking on “My Computer”.
  3. On the popup menu, click “Properties”.

    image
  4. On the System Properties window, select the “Advanced” tab.
  5. On the Advanced Tab, click “Environment Variables”.

    image
  6. On the Environment Variables modal window, click “New”.

    image
  7. On the New User Variable modal window, enter the Variable Name as “LOCALAPPDATA”.
  8. Set the Variable Value as “%PROFILE%\Local Settings\Application Data”.
  9. Click “OK”.

    image
  10. The new environment variable should now show in the list.
  11. Click “OK” again.

    image


Cheers
C

No comments:

Post a Comment

Comments are moderated only for the purpose of keeping pesky spammers at bay.

Microsoft Authentication Library (MSAL) Overview

The Microsoft Authentication Library (MSAL) is a powerful library designed to simplify the authentication process for applications that conn...