Reputation: 61646
I have a Silverlight 3 project in VS2008. Today, for whatever reason, I get an error when compiling.
Configuration system failed to initialize
It reports the error on Line 1, Column 1 for every .xaml file in the project.
I did a repair on VS2008, reinstalled all the Silverlight 3 bits (e.g. SDK, VS2008 tools and the Controls Toolkit), but the problem still persists.
Am I missing something simple?
Upvotes: 3
Views: 98
Reputation: 12745
Might be something that messed up your visual studio installation. If code is not a problem , then you can try system Restore.
Upvotes: 1
Reputation: 63289
If you have source code control for the project, please roll back to a previous change set and see if it works in VS still.
I suspect your project was corrupt for some reason.
Upvotes: 1