views:

26

answers:

1

I am getting a Cannot Load "fpacutl10.dll" error every time I click on the Style button on the Properties tab in inside of Visual Studios 2010 when I am editing a web page. Has anyone else have this error and how do you fix it? I have tried reinstalling VS2010 and installing KB2201993 patch from microsoft.

A: 

Never personally seen this errror, but maybe this thread may help: http://forums.asp.net/p/1578911/4125578.aspx

To sum it up, first check to see if the dll is located in Drive:\Program Files\Microsoft Visual Studio 10.0\Common7\Packages

townsean
The dll is located in the Drive:\Program Files\Microsoft Visual Studio 10.0\Common7\Packages directory.
SrgSurge
hmm well another person posted copying fpacutl10.dll, mso.dll and msptls.dll from "%ProgramFiles%\Microsoft Visual Studio 10.0\Common7\Packages\vwd\" to "%SystemRoot%\system32" ...I don't know if that'll help.
townsean
I tried moving the three dll's over to the "%SystemRoot%\system32" directory but the style editor is un-usable when you bring up the style editor. The formatting of the controlls in the style editor are messed and do not have any values in some on the controls after moving the dlls.
SrgSurge
:( I didn't mean to make the situation worse :( have you tried doing a repair on VS2010?
townsean
Yes, I have try to repair VS2010 and still have the same issues.
SrgSurge