After I deleted some files from my system to save space on my hard disk,
I face the following problem each time i click on any project .exe
the application data folder for visual studio cannot be created
how to fix this problem?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See if these steps fix your problem (taken from a blog article by Aaron Stebner):
"%programfiles%\Microsoft Visual Studio 8\Common7\IDE\devenv.exe" /setupThe above instructions are for VS2005 – you may need to adjust the path in the last line depending on the version of VS you’re using (VS2008 = “Microsoft Visual Studio 9.0”, etc.). Also, if you’ve installed an Express version of Visual Studio, the .exe might have a different name such as
VCExpress.exeorVWDExpress.exe.