WebDummie
 Newbie Join Date: 9/17/2007 Posts: 9
|
|
|
Posted: 9/17/2007 4:40:47 PM
|
|
|
Ok. I got passed the CreateDatabase.bat in step # 2, and now I am stuck at setup.aspx (step # 4 of Database Creation Utility). When I tried to run setup.aspx in VB Studio 2005, it would not debug. Instead it gives me this error message when I browsed setup.aspx in Internet Explorer:
The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
---------------------------------------------------------------------------- A name was started with an invalid character. Error processing resource 'file:///Z:/InetPub/wwwroot/discussion_board/setup....
<%@ Page language="VB" Inherits="DMGForums.Setup.SQLSetup" %> -^
PLEASE HELP! Thank you!
|
|
grimmeissen
 Administrator
 Join Date: 8/30/2005 Posts: 656 Location: Cincinnati, Ohio
|
|
|
Posted: 9/18/2007 7:46:40 AM
|
|
|
|
It looks like IIS is rendering your web page as XML rather than as ASP.NET. Make sure the .NET Framework version 2.0 is running on your server and make sure it is available for this web site.
|
|
WebDummie
 Newbie Join Date: 9/17/2007 Posts: 9
|
|
|
Posted: 9/18/2007 8:37:11 AM
|
|
|
|
Do you have any version that is compatible with .NET 1.1? I realized that we do not have 2.0 on our server yet. Thanks for replying so promptly.
|
|
grimmeissen
 Administrator
 Join Date: 8/30/2005 Posts: 656 Location: Cincinnati, Ohio
|
|
|
Posted: 9/18/2007 2:17:06 PM
|
|
|
There are very old version that are compatible with 1.1, but most of the new features in the application are dependent on the abilities of .NET 2.0.
If you install 2.0 on your server, you do not have to remove 1.1. I would suggest running them side-by-side.
|
|