I first published the website locally without precompiling it. (Precompile generates another error: Can't find the valid AspnetMergePath) And then I transfered it using FTP to the server. I get the following error. What am I doing wrong?

enter image description here

有帮助吗?

解决方案

Check your solution different assemblies .NET version compatibility. This looks like that kind of error, where app is not able to load an assembly

其他提示

May be the designer page is missing.Try to send three files of this load page.

aspx, aspx.cs and designer page.

Make sure the corrensponding .cs file is also moved by the FTP. It looks like it can't find the corrensponding extractDataTest.cs file containing the Load method.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top