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 84:             if (specialtyID != 0)
Line 85:             {
Line 86:                 Specialty = manager.GetSpecialty(specialtyID);
Line 87:                 SpecialtyFilterID = 0;
Line 88: 

Source File: f:\WebSites\clevelandclinicmeded.com\specialties\AllergyImmunology.aspx.cs    Line: 86

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\AllergyImmunology.aspx.cs:86
   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