amod
amod

Reputation: 4272

Getting error "package 'visual c# project system' has failed to load properly"?

I recently started my visual studio and its showing an error in message box with ff msg: -

Package 'Visual C# Project System' Has Failed To Load Properly (Guid = {Fae04Ec1-301F-11D3-Bf4B-00C04F79Efbc}

Can any one help me out with this. I dont want the solution I want the reason why this error is coming?

Upvotes: 0

Views: 1084

Answers (1)

amod
amod

Reputation: 4272

I discovered the cause of the error; it was because of mscoree.dll. I found mscoree.dll was not in the system32 folder. I just placed it there and everything started working. Whenever you come across such errors make sure that you have mscoree.dll in the right place. Some programmers normally just try reinstalling the application whatever the error may be without knowing its cause. I would not recommend reinstalling the whole Visual Studio rather just download mscoree.dll and place it in the right folder (system 32). That's it.

Upvotes: 1

Related Questions