Posts
60
Comments
36
Trackbacks
18
Using ASP.NET MVC Beta With GoDaddy

Well I was on the phone with GoDaddy (woohoo) after uploading my ASP.NET MVC Site that I had just created. The issue is that I created this at a time in which MVC requires SP1, or at least the libraries from SP1. So how do you get around it? Here is the error:

Could not load file or assembly 'System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

To skate the issue (GoDaddy wouldn’t upgrade their servers for just me, but I did ask), I used a technique that I ran across somewhere along the way. In my References folder of my project I focused on each and every (sure this wasn’t the best way to do it) DLL that was referenced and in the Properties window of that DLL I Changed “Copy Local” from False to True. Next time I refreshed, the website worked perfectly. Here are some of the websites that I ran across along the way. I am sure one of them, you will see a reference to this solution!

Technorati Tags: ,,,
posted on Saturday, December 06, 2008 11:23 PM Print
Comments
Gravatar
# trackback
Pingback/TrackBack
12/9/2008 12:32 PM
  
trackback
Gravatar
# http://aspdotnetmvc.com/blogs/default.aspx
Pingback/TrackBack
12/30/2008 11:54 PM
  
Trackback
Gravatar
# re: Using ASP.NET MVC Beta With GoDaddy
rdmstrs
5/29/2009 6:00 PM
  
Along with the above steps you need to upgrade to iis7 and then change the advanced setting to integrated to solve this issue.

Post Comment

Title *
Name *
Email
Url
Comment *  
Please add 2 and 2 and type the answer here:
News
My Developer Notebook! This also happens to be my opinion place. Thanks for coming by.