Could not load type 'System.Web.Routing.StopRoutingHandler' from assembly 'System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
The solution I found was from this ASP.Net Forums Post, about a Runtime error after upgraded to preview 5
Solved!
I had to remove and re-add the updated DLLs to my GAC:
2 comments:
Great, your solution worked and saved me some serious hairgraying. :-D
Cheers, mate!
You are welcome. I am not sure why upgrading from Preview3 to Preview5 causes this defect, but I found on machines that upgraded to Preview4 or directly from Preview3 to the Beta did not have this issue.
Pretty isolated, shouldn't effect anyone again, just me and you :)
Post a Comment