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

Était-ce utile?

La 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

Autres conseils

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top