R
Rob Hughes
I created a HelloWorld app on localhost that just has a textbox,
button and label and it works fine on localhost. I tried to copy the
app to the server and I started getting the 'Could not load type'
error. I've researched the problem on the internet but I can't find
the solution.
- The DLL exists and is in the \bin directory
- machine.config has the <add assembly="*"/> line but just to make
sure, I have tried adding <add assembly="HelloWorld2" /> to
web.config, I also tried <add assembly="*" /> and various combinations
of both but that didn't work
What else should I be looking into?
button and label and it works fine on localhost. I tried to copy the
app to the server and I started getting the 'Could not load type'
error. I've researched the problem on the internet but I can't find
the solution.
- The DLL exists and is in the \bin directory
- machine.config has the <add assembly="*"/> line but just to make
sure, I have tried adding <add assembly="HelloWorld2" /> to
web.config, I also tried <add assembly="*" /> and various combinations
of both but that didn't work
What else should I be looking into?