→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
d3v1anc3
Engaged Sweeper
When I try to go to the lansweeper31 website I see the following error message:


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
4 REPLIES 4
Hemoco
Lansweeper Alumni
This has been fixed in the current release
Hemoco
Lansweeper Alumni
Strange, I've never seen this error appearing before.
d3v1anc3
Engaged Sweeper
Solved it. I've changed the inctop.aspx code to

<Script runat="server" language="vbscript">


It looked like the server was interpreting the script as a C# script instead of a Vbscript
Hemoco
Lansweeper Alumni
Could you post a screenshot of the complete screen please.