
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2006 02:57 PM
I get the following when trying to browse the Lansweeper webconsole.
Any ideas?
Server Error in '/Lansweeper' Application.
--------------------------------------------------------------------------------
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: CS1002: ; expected
Source Error:
Line 1: <%
Line 2: Session("topbar") = "os"
Line 3: Session("bottombar") = "userinfo"
Line 4: Session("bottomsubbar") = "logoninfo"
Source File: C:\Inetpub\lansweeper\frtop.aspx Line: 2
- Labels:
-
Archive

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2007 12:00 PM
Sorry for the delay in my reply.
Yes this is the same error message.
Thanks
Swnaie

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2007 06:51 PM
For some reason, the system is trying to compile the page as C# instead of VB.net

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2007 06:39 PM
Line 1: <script runat="server" language="vb">
Line 2: Session("topbar") = "os"
Line 3: Session("bottombar") = "userinfo"
Line 4: Session("bottomsubbar") = "logoninfo"
Regards
Swanie

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2007 06:19 PM
Following code is not tested:
open page frtop.aspx
change
<MM:PageBind runat="server" PostBackBind="true" />
<%
Session("topbar") = "os"
Session("bottombar") = "userinfo"
Session("bottomsubbar") = "logoninfo"
%>
into
<MM:PageBind runat="server" PostBackBind="true" />
<script runat="server" language="vb">
Session("topbar") = "os"
Session("bottombar") = "userinfo"
Session("bottomsubbar") = "logoninfo"
</script>

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2007 06:05 PM
I have added the image to the below link
Link to the Screen Shot
Thanks
Swanie

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2007 04:52 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2007 04:47 PM
The screen shot simply contains the same error message.
Thanks for the very quick reply !
Swanie

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2007 04:11 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2007 04:04 PM
Did you ever find the answer to the below error/issue
*******************************************
Compiler Error Message: CS1002: ; expected
Source Error:
Line 1: <%
Line 2: Session("topbar") = "os"
Line 3: Session("bottombar") = "userinfo"
Line 4: Session("bottomsubbar") = "logoninfo"
Source File: C:\Inetpub\lansweeper\frtop.aspx Line: 2
******************************************
Regards
Swanie
