Вопрос

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