Could not load type 'MyProject.MvcApplication'
I'm not sure what's happen, b开发者_运维知识库ut now i've just upload a new dlls for my mvc website and i'm getting the following error
Parser Error Message: Could not load type 'MyProject.MvcApplication'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="MyProject.MvcApplication" Language="C#" %>
I've have rebuilt the application locally and and works. So the issue is just on the remote server. I have uploaded all DLLs
UpTheCreek, is kinda spot on questioning the ftp. My connection is getting throttled in my hotel wifi. As previous mentioned on stackoverflow the message isn't descriptive of the issue. So i went to work and ftp'd the whole bin and it worked. Very frustrating.
精彩评论