ASP.Net Community StarterKit

  • Thread starter Thread starter stevemets
  • Start date Start date
S

stevemets

I am getting the following error when I run the Community
StarterKit. Is this a known issue, with a known fix?

Thanks:


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 59:
Line 60: ' Add the Page Title
Line 61: objBuilder.AppendFormat(vbLf + "<title>
{0}</title>", objPageInfo.Title)
Line 62:
Line 63: ' Add the Page Style


Source File: F:\Program Files\ASP.NET Starter
Kits\ASP.NET Community Starter Kit (VBVS)
\CommunityStarterKit\communityDefault.aspx.vb Line: 61
 
Same source I used, and I've downloaded and re-installed
twice with similar results. All of the other starter
kits work fine. Any hints on the error message in my
first post?

Thanks.
 
I downloaded, and it "ran" fine, but when I put it in debug mode, and tried
to run the project from within VS, I got the EXACT error you are talking
about.
I know that doesn't help, but at least you're not alone...

:)
 
Check the VS.NET project startup page is set to "Default.aspx".
The error you reported can occur if incorrectly set to "CommunityDefault.aspx"

I am getting the following error when I run the Community
StarterKit. Is this a known issue, with a known fix?

Thanks:


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 59:
Line 60: ' Add the Page Title
Line 61: objBuilder.AppendFormat(vbLf + "<title>
{0}</title>", objPageInfo.Title)
Line 62:
Line 63: ' Add the Page Style


Source File: F:\Program Files\ASP.NET Starter
Kits\ASP.NET Community Starter Kit (VBVS)
\CommunityStarterKit\communityDefault.aspx.vb Line: 61

User submitted from AEWNET (http://www.aewnet.com/)
 
Back
Top