Pergunta

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

Foi útil?

Solução

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

Outras dicas

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top