Question

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

Was it helpful?

Solution

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top