How to fix Application Data folder error when launching Visual Studio 2005 on Windows Vista
I have heard of a few instances recently where customers have installed Visual Studio 2005 on Windows Vista, and then every time they tried to launch Visual Studio, they received an error dialog with the following text:
The Application Data folder for Visual Studio could not be created.
This error dialog only has an OK button and clicking OK closes Visual Studio and the IDE cannot be used.
I previously posted a description of an application compatibility warning that appears when launching Visual Studio 2005 on Windows Vista. This warning dialog appears when attempting to launch Visual Studio 2005 on Windows Vista.
Unfortunately, the same dialog also appears during Visual Studio 2005 setup. If you press cancel on this dialog when it appears during setup, it can cause some of the necessary registration steps to be skipped.
If you see this Application Data folder error dialog when launching Visual Studio 2005 on Windows Vista, there is a chance that you inadvertantly pressed cancel on this application compatibility dialog when it appeared during Visual Studio 2005 setup. You can use the following steps to repair the Visual Studio registration on your system and resolve this error:
- Click on the Start menu, choose All Programs, then Accessories
- Right-click on the item named Command Prompt and choose Run as administrator
- Click continue to launch an elevated command prompt
- Run "%programfiles%\Microsoft Visual Studio 8\Common7\IDE\devenv.exe" /setup
Note: the command line in step 4 assumes that you have installed Visual Studio 2005 to the default path on an x86 system. You will need to update the command line if your system is not an x86 system or if you installed Visual Studio 2005 to a non-default path.
Comments
Anonymous
December 13, 2006
Thanks. This did fix the issue. Guess weAnonymous
October 10, 2007
The same error in VS2008 Beta 2.Anonymous
May 04, 2010
For 2008 "%programfiles%Microsoft Visual Studio 9.0Common7IDEVWDExpress.exe" /setup By the way, if you installed Visual studios 2008 under a folder other than Program Files, you need to specify the path as follows: "C:your install folderMicrosoft Visual Studio 9.0Common7IDEVWDExpress.exe" /setup I am running Win7 x64 and this corrected the problem.Anonymous
May 04, 2010
One more thing, follow your path to the common7IDE directory and see if the aforementioned exe file exists, if not, substitute the exe of the program giving the error message. By doing this, you should be able to correct any version with the issue.Anonymous
August 05, 2010
Thanks..solved my problem also..:)Anonymous
September 18, 2010
running vs05 on win7 thnx....az this post solved my problem. thanks alotAnonymous
June 12, 2011
Im running 2010 and still getting the error any help??Anonymous
June 13, 2011
Hi 123456 - I don't know of any workarounds other than what I listed in this blog post. I'd suggest posting a question on one of the Visual Studio forums at social.msdn.microsoft.com/.../visualstudio and hopefully someone there will have some additional ideas for you to try.Anonymous
June 21, 2011
thnxAnonymous
October 08, 2011
also Im running 2010 and still getting the error any help??Anonymous
October 09, 2011
The comment has been removedAnonymous
February 27, 2012
If you log into a network (IOW, you're on a corporate LAN at all), check with your sys admins. They have probably helpfully set your user account to have a mapped %appdata%. This idiotic functionality can cause all kinds of problemsAnonymous
March 12, 2012
Got it...fixed... But why it worked?Anonymous
April 20, 2012
Thanks. It's work in Windows 8 Consumer Preview 64-bit with Visual Studio 11 Pro beta too.Anonymous
May 07, 2012
how u fixed it Rahul ? replyAnonymous
September 10, 2012
I'm using Windows 7 64bit. AMD Phenom II X6 1090T clocked at 3,75Ghz. 12GB DDR3 RAM installed with an ATI Radeon HD 5870 1GB. I'm full Admin on my monster pc. I just installed MS Visual Studio 2008 Professional Edition. I see no icons, no start menu changes, nothing. Locating the main exe (devenv.exe) gives me an error. "The Application Data Folder For Visual Studio Cannot Be Created". I have been searching on my computer for the cause. Finally I changed the UAC slider to the bottom (disabled). BOOM! No error anymore, no weird messages, and the MS Visual Studio 2008 launched. For all the people on the internet that has also encountered this little nightmare, here is the solution. Disable UAC.Anonymous
March 13, 2013
How to fix if nothing works and get "The data application folder could not be created"? Any other ideas?Anonymous
March 14, 2013
Hi Kevin - I don't know of any other workarounds for you to try in this scenario. I suggest posting a question on one of the Visual Studio forums to see if someone there has any other ideas. You can find the forums at social.msdn.microsoft.com/.../visualstudio,vslanguages,vstfs,netdevelopment,vsarch.Anonymous
December 07, 2013
Thank you. I got the idea from satovey and used "%programfiles%Microsoft Visual Studio 8Common7IDEVCExpress.exe" /setup to fix the problem while clicking the icon after installation of Microsoft Visual C++ 2005 Express Edition to Windows 8. It works.Anonymous
February 25, 2015
It's working Fine.... Thanks....