Server Error in '/' Application.

Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).

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.FormatException: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).

Source Error:


Line 28: 
Line 29:         If Request("ProductID") IsNot Nothing AndAlso Not String.IsNullOrEmpty(Request("ProductID")) Then
Line 30:             _ProductID = New Guid(Request("ProductID"))
Line 31: 
Line 32:             Using conn As New System.Data.SqlClient.SqlConnection(System.Configuration.ConfigurationManager.ConnectionStrings(System.Configuration.ConfigurationManager.AppSettings("ActiveConnection")).ConnectionString)

Source File: C:\inetpub\wwwroot\CentennialBKU\Products\ProductDetail.aspx.vb    Line: 30

Stack Trace:


[FormatException: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).]
   System.Guid..ctor(String g) +2959
   ProductDetail.Page_Init(Object sender, EventArgs e) in C:\inetpub\wwwroot\CentennialBKU\Products\ProductDetail.aspx.vb:30
   System.Web.UI.Control.OnInit(EventArgs e) +132
   System.Web.UI.Page.OnInit(EventArgs e) +16
   System.Web.UI.Control.InitRecursive(Control namingContainer) +143
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1477


Version Information: Microsoft .NET Framework Version:2.0.50727.8805; ASP.NET Version:2.0.50727.8745