Home > Net >  How do I fix Parser Error Message: Could not load type?
How do I fix Parser Error Message: Could not load type?

Time:12-13

I am trying to create aspx files directly into my website using FTP. My code works fine when uploading pictures or other medias but when I create a file and add the aspx file extension and upload it, I get the following parser error message:

Parser Error

Any ideas on what I'm missing?

CodePudding user response:

I figured out a solution, it might not be the best one but all I had to do was get rid of the inherits="Heimwinz[...]" part and it worked just fine.

  • Related