Hi,
I am one step furher:
- Governix.apl.psv.Main is the aspx page the menu entry is pointing to
- I recently reorganized my code and as a result, Governix.apl.psv.Main was moved to Governix.div.psv.Main
- This means that the type Governix.apl.psv.Main could not be loaded because it does not exist
So far so good. But I don't understand how this can happen.
When I deploy my app, everything is recompiled and uploaded to the server.
How can it be that the old path to my type was requested?
Do I have to clean the server manually with an FTP client before deploying?
What can I do to prevent this?
(And what can I do to prevent users from seeing such detailed error messages?)
Thanks
Magnus