I'm using Windows XP Professional SP3 and recently switched to Visual Studio 2010 Professional SP1 to work on a C++ project.

If I try to right-click on a project inside Solution Explorer and select "Add" >> "Resource...", I get this error popup window:

"The operation could not be completed. Unspecified error"

And then the only option is to click "OK".

Anyone else encountered this?

link|improve this question
Did you have one of the Visual Studio 2010 Beta versions installed? – nabulke Sep 30 '11 at 6:16
I narrowed the problem a little bit more: Since VS2010SP1 is excruciatingly slow with C++ IntelliSense (keeps updating some sort of DB that makes builds take 3x the time and general responsiveness to be much slower), I had disabled the Code Browsing Info DB - which makes it run as fast as VS2008 did used to be. But I lose all IntelliSense. If I reenable the Code Browsing Info DB I no longer get the "Unspecified error". I get a bit further but I get another prompt that hangs: "Please wait while "Resource Script Wizard" prepares to start. Click Cancel to end "Resource Script Wizard". – user972301 Sep 30 '11 at 14:44
No - I had never installed any Betas of VS2010. But I have both VS2010Express and VS2010Pro (SP1) installed. I installed VS2010Express first, then VS2010Pro (SP1). Not sure if that has anything to do with the problem. – user972301 Sep 30 '11 at 14:46
feedback

1 Answer

So I'm not 100% sure of the exact reason for this, but it had something to do with the Code Browsing Info DB that I had disabled to speed up VS2010. Seems VS won't allow entering the Add Resource wizard if the Code Browsing Info DB is disabled.

Still with the DB re-enabled I got the hanging "Please wait while 'Resource Script Wizard' prepares to start. Click Cancel to end 'Resource Script Wizard'" prompt. Not sure how it finally disappeared, but I had to do a reboot and did close my Outlook mail client after the reboot while doing a couple more trials. Not sure if it has anything to do, but after that I was able to enter the Add Resource Wizard.

Maybe the good old Microsoft-style troubleshooting reboots still works after all these years.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.