Pro Recicle Ambiental

Administração Judicial

Pro Recicle Ambiental

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

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 21:     End Sub
Line 22:     Public Sub populaTitulo()
Line 23:         Dim idArea As New Guid(Request.QueryString("id"))
Line 24:         Using busca As New recupjudicial_29Entities
Line 25:             Dim retorno = (From c In busca.tbl_area_processo Where c.id_area_processo = idArea Select c.ds_titulo, c.ds_area_processo).ToList

Source File: D:\InetPub\vhosts\licksassociados.com.br\prorecicle.admjudlicks.com.br\Principal.aspx.vb    Line: 23

Stack Trace:


[FormatException: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).]
   System.Guid.TryParseGuidWithNoStyle(String guidString, GuidResult& result) +697
   System.Guid.TryParseGuid(String g, GuidStyles flags, GuidResult& result) +675
   System.Guid..ctor(String g) +143
   Principal.populaTitulo() in D:\InetPub\vhosts\licksassociados.com.br\prorecicle.admjudlicks.com.br\Principal.aspx.vb:23
   Principal.Page_Load(Object sender, EventArgs e) in D:\InetPub\vhosts\licksassociados.com.br\prorecicle.admjudlicks.com.br\Principal.aspx.vb:9
   System.Web.UI.Control.OnLoad(EventArgs e) +79
   BasePage.OnLoad(EventArgs e) in D:\InetPub\vhosts\licksassociados.com.br\prorecicle.admjudlicks.com.br\App_Code\BasePage.vb:52
   System.Web.UI.Control.LoadRecursive() +130
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2853


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4718.0