I am getting the following error when I use web deploy from visual studio 2010. Web deployment task failed. (The type initializer for 'Microsoft.Web.Deployment.DeploymentManager' threw an exception.)

I suddenly started getting this error! I published my website many many times with all the same settings, but suddenly it started to give me this error. Could it be something in the website properties? I am using asp.net and have Windows 7 and publishing to Windows Server R2. Please help!

link|improve this question

60% accept rate
Have you recently installed anything on your computer? – Jimmy Jun 15 '11 at 5:47
No, nothing. But my computer did freeze and restart, and I suspect that's when this started. – coder Jun 15 '11 at 11:50
feedback

1 Answer

Maybe you need to run aspnet_regiis at the visual studio command prompt.

link|improve this answer
On the destination server? – coder Jun 15 '11 at 18:54
Yes, I believe you can run it locally and point it to the IIS you need. – ZeroDivide Jun 15 '11 at 19:47
that didn't work. any other suggestions? the complete error is: C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\Web\Microsoft.Web.Publishing.targets(‌​3588,5): Error : Web deployment task failed. (The type initializer for 'Microsoft.Web.Deployment.DeploymentManager' threw an exception.) – coder Jun 16 '11 at 9:36
This error comes before it even attempts to connect to the web hosting server, because invalid login credentials don't make a difference. So it must be something at my end. – coder Jun 16 '11 at 10:19
feedback

Your Answer

 
or
required, but never shown

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