I've just installed Issue Tracker on a Windows XP system as a means of introducing myself to asp.net. Unfortunately, when I try to open the IssueTracker, I'm getting the following error: Line 16 Char 12 Error: Expected ';' The setup seemed to go without error,
and I've checked the requirements and appear to comply with all of them. Obviously, I'm missing something. Help??
Hi Phil, Thanks for trying the Issue Tracker. Here are two guesses about what is going wrong: (a) The ASP.NET Framework is not registered. To fix this, navigate to your \Windows\Microsoft.NET\Framework\Version\ directory and run the following command line utility:
aspnet_regiis -i (b) The page is assumed to be VB.NET when it is, in fact, written in C#. To fix this, open the Web.Config file located in the c:\Program Files\ASP.NET Starter Kits\Issue Tracker\IssueTracker folder (You can open this file with notepad). Add
the following tag inside the tag: This will set the default language for the application to be C#. -- best, Stephen Walther
phil_mccurdy
Member
5 Points
1 Post
New install - expected ';'
Mar 27, 2004 12:51 PM|LINK
swalther
Participant
887 Points
180 Posts
Microsoft
Re: New install - expected ';'
Mar 27, 2004 05:45 PM|LINK