Solo - for the modern freelancer
Server Error in '/' Application.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 64: string HTTP_ACCEPT_LANGUAGE = Request.ServerVariables["HTTP_ACCEPT_LANGUAGE"];
Line 65:
Line 66: if (GeoCountry() == "BR" || HTTP_ACCEPT_LANGUAGE.ToLower().Contains("pt-br") || (""+Request["c"]).ToLower() == "pt-br")
Line 67: {
Line 68: Server.Transfer("pt-BR.aspx");
Source File: d:\HTTP\wwwroot\ThriveSolo\Default.aspx Line: 66
Stack Trace: ...
All rights reserved.