Server Error in '/' Application.

The ConnectionString property has not been initialized.

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.InvalidOperationException: The ConnectionString property has not been initialized.

Source Error:


Line 53:             if (specialtyID != 0)
Line 54:             {
Line 55:                 Specialty = manager.GetSpecialty(specialtyID);
Line 56:                 SpecialtyFilterID = 0;
Line 57: 

Source File: f:\WebSites\clevelandclinicmeded.com\specialties\Pediatrics.aspx.cs    Line: 55

Stack Trace:


[InvalidOperationException: The ConnectionString property has not been initialized.]
   CCF.MedEd.DataAccess.SpecialtyDAL.GetSpecialty(Int32 specialtyID, EventType eventType, String activityType) in D:\development\CCF\CCE\DataAccess\SpecialtyDAL.cs:67
   CCF.MedEd.BusinessLogic.CCEManager.GetSpecialty(Int32 specialtyID) in D:\development\CCF\CCE\BusinessLogic\CCEManager.cs:128
   specialty_Default.Page_Load(Object sender, EventArgs e) in f:\WebSites\clevelandclinicmeded.com\specialties\Pediatrics.aspx.cs:55
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.8974; ASP.NET Version:2.0.50727.8975