Server Error in '/' Application.

ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

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.Data.Odbc.OdbcException: ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

Source Error:


Line 23: Dim appSettings as System.Collections.Specialized.NameValueCollection = CType(appObject, System.Collections.Specialized.NameValueCollection)
Line 24: Dim objToken as cbToken = new cbToken
Line 25: objToken.Load(appSettings, Request, Response, intStoreID)
Line 26: 
Line 27: 'cookie name must always be upper case

Source File: D:\Inetpub\nscd.org\nscdstore\includes\sessionheader.aspx    Line: 25

Stack Trace:


[OdbcException: ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified]
   System.Data.Odbc.OdbcConnection.Open() +638
   CommerceBuilder5L.cbDatabase.QueryReader(String strSQL) +79
   CommerceBuilder5L.cbToken.Load(NameValueCollection appSettings, HttpRequest Request, HttpResponse Response, Int32 intStoreID, Int32 intStoreGroupID) +2963
   ASP.index_aspx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) in D:\Inetpub\nscd.org\nscdstore\includes\sessionheader.aspx:25
   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
   System.Web.UI.Control.Render(HtmlTextWriter writer) +7
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
   System.Web.UI.Page.ProcessRequestMain() +1926


Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407