Hello,
my app runs without problems on my development machine and it runs without problems in production when I test it.
But there is another user in our organization where the same app on the same productive server shows some very strange behavior:
- He opens the app with a link on his desktop, which opens IE with the address of my app.
- Then the app opens and he clicks on a menu entry, which points to an aspx page in the app.
- When he clicks on the menu entry immediately after the window opens, he gets the following error message:
(He says the error comes when he clicks quickly, but the reason may be another one.)Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'Governix.apl.psv.Main'.
Source Error:Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Main.aspx.cs" Inherits="Governix.apl.psv.Main" %>
Line 2:
Line 3: <!DOCTYPE html>
Source File: /apl/psv/Main.aspx Line: 1Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34249
- I could verify myself on his machine by clicking around that the error really occurrs, but I cannot reproduce it on my machine.
- Hence, you could say that it must have to do with his machine then?
But the error is produced by the server!
What's going on here? How can I fix this?
(And BTW: How can I prevent the client to see such a detailed error message?)
Thank you
Magnus