|
|
Rank: Freeware user Groups: Member
Joined: 5/7/2008 Posts: 2 Location: NL
|
When I try to go to the lansweeper31 website I see the following error message: Quote: Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS1026: ) expected
Source Error:
Line 1: <Script runat="server"> Line 2: function getclass(byval sessie as string) as string Line 3: if (request("item") = sessie) or (request("item")= "" and sessie="start") or (request("det") = sessie) then Line 4: return "seltextor"
Source File: c:\Program Files\lansweeper31\website\inctop.aspx Line: 2
|
|
 Rank: Administration Groups: Administration
Joined: 2/10/2005 Posts: 1,451 Location: Hamme Belgium
|
Could you post a screenshot of the complete screen please.
|
|
Rank: Freeware user Groups: Member
Joined: 5/7/2008 Posts: 2 Location: NL
|
Solved it. I've changed the inctop.aspx code to Quote:<Script runat="server" language="vbscript"> It looked like the server was interpreting the script as a C# script instead of a Vbscript
|
|
 Rank: Administration Groups: Administration
Joined: 2/10/2005 Posts: 1,451 Location: Hamme Belgium
|
Strange, I've never seen this error appearing before.
|
|
 Rank: Administration Groups: Administration
Joined: 2/10/2005 Posts: 1,451 Location: Hamme Belgium
|
This has been fixed in the current release
|
|
|
Guest |