Server error in '/' application error

R

Rich

Hi,

Whenever i try to view a certain web page i recieve the
following message, I can view the site from other PC's
just not my own :

Server Error in '/' Application.
----------------------------------------------------------

Cast from type 'DBNull' to type 'Boolean' is not valid.
Description: An unhandled exception occurred during the
execution of the current web request. Please review the
stack trace for more information about the error and
where it originated in the code.

Exception Details: System.InvalidCastException: Cast from
type 'DBNull' to type 'Boolean' is not valid.

Source Error:

An unhandled exception was generated during the execution
of the current web request. Information regarding the
origin and location of the exception can be identified
using the exception stack trace below.

Stack Trace:


[InvalidCastException: Cast from type 'DBNull' to
type 'Boolean' is not valid.]

Microsoft.VisualBasic.CompilerServices.BooleanType.FromObj
ect(Object Value) +1025
GONEboarding.UsersDB.GetUserOptions(Int32 intUserID)
+944
GONEboarding.HubDefault.SetOuterPanels() +66
GONEboarding.HubDefault.Page_Load(Object sender,
EventArgs e) +356
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731


----------------------------------------------------------
Version Information: Microsoft .NET Framework
Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

I can access the website from other PC's but don't know
that much about computers and would appreciate any help
you could provide.

Many thanks!
 
H

H Leboeuf

While others may have some other recommendations, start with these.

1. Open Internet Explorer.
2. On the Tools menu, click Internet Options. 3. In the Internet Options
dialog box, click Advanced.
4. Click to select the Disable script debugging check box.
5. Click to clear the Display a notification about every script error check
box.
6. Click OK.

--

Microsoft's Scripting download
Get the latest. Two download versions are available for Windows Script 5.6.
The first version requires Windows 2000, XP; the second version requires
Microsoft Windows 98, Millenium Edition (Me), or NT 4.0.
Choose the download appropriate for your operating system.
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp

Henri Leboeuf
Web page: http://www.colba.net/~hlebo49/index.htm
===
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top