CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > Asp.Net Forum > visual_studio.visual_studio_2005 Tags:
Item Type: Date Entered: 5/15/2007 5:50:07 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 2 Views: 49 Favorited: 0 Favorite
3 Items, 1 Pages 1 |< << Go >> >|
"margeSimpson"
NewsGroup User
problems with vs2005 since installing sql20055/15/2007 5:50:07 PM

0

This is a little complicated, so bare with me please Sad

I had WinXP, .NET 2.0, IIS 5.1, VS2005, SQL2000, SLQEXPRESS
All this ran without any problems at all.

I needed to upgrade to SQL2005.

So....I installed SQL2005 to discover that the install order is very important. So I uninstalled, VS2005, SQL2000, SQLEXPRESS.

I reinstalled SQL2005, VS2005 and this is where my problems began.
First IIS was on a go slow, so I reinstalled IIS.

Now I have 2 problems:

  1. ASPX pages that were fine in VS2005 before are giving me syntax errors, for example:
    <td width="1"> Tooltip says: Validation (XHTML 1.0 Transidtional) Attribute 'width' is considered outdated. A newer construct is recommended. Why is this happening now - I haven't changed the pages since before all this installing/uninstalling.

  2. When I try to go to a local site and show index.aspx, I get this:

    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 'http://localhost/nameofsite/'. Line 1, Positi...

    <%@ Page Language="VB" AutoEventWireup="false" CodeFile="index.aspx.vb" Inherits="index"  Debug="true"%>
    -^
I realise this is all very hard to debug when not in front of the machine, but anyone have any ideas???/
"ps2goat" <>
NewsGroup User
Re: problems with vs2005 since installing sql20055/15/2007 8:22:01 PM

0

1. This error is correct.  XHTML, the new standard for html, does not allow the 'width' attribute in a table cell.  Instead, use something like <td style="width:50px;"></td>.  This is probably happening only now because you reinstalled Visual Studio.  There are settings you can change that will ignore this error, if you go into Tools->Properties, and navigate to the HTML editor section.

2.  This error occurs because asp.net was uninstalled.  You either need to reconfigure this site to use ASP.NET 2.0/1.x (depending on what it was to begin with), or, if the ASP.NET tab is unavailable or does not have the correct version, you need to re-register asp.net with IIS.

To re-register, open a command window (Start->Run, enter "cmd" and hit ok), and enter the following 

"%systemroot%\Microsoft.NET\Framework\YOUR_VERSION\aspnet_regiis.exe" - i

(note that the -i is still typed, it is just outside the double quotes.)

Replace YOUR_VERSION with the correct version of asp.net that you want to register.  Also, make sure you register them in order (if not already done so when installing visual studio), 1.0.x, 1.1.x, 2.0.x

 


---------------------------------------
MCP - Web Based Client Development .NET 2.0
"margeSimpson"
NewsGroup User
Re: problems with vs2005 since installing sql20055/15/2007 8:48:07 PM

0

thank you, thank you ps2goat. I feel like I've been fighting fires all day and finally getting somewhere now!!

I thought I had been complying with the latest XHTML standards, but I guess not!!!

3 Items, 1 Pages 1 |< << Go >> >|


Free Download:













visual studio 2005 design view issue

webcombo movement in visual studio 2005

windows media player

installing whidbey from pdc disk 2

lost some search filter functionallity on vs2003 combined help collection with the vs2005 installation

keyboard shortcut for rebuild

simple data binding to gridview - showing blank rows

need advise on installing vs for a small development team

play sound upon compile completion

what makes more sense codebehind or codewith?

visual studio 2005 - avp.exe appears in solution explorer

context menu - tray icon

pagelayout - gridlayout ?

problems with properties window in visual studio 2005

no intellisense in some web.config files?

my changes will not save in the script task in ssis package in visual studio 2005

open vs from remote station problem

debugging a project in another solution

2005 where is the page event list?

moving pages among project folders...references don't update?

2.0 framework

tableadapters in visual studio 2005

cls-compliant warning message

vs2005 publish web site (release mode ) do not exclude .pdb files

how can i disable the in windows debugger?

how can i solve this problem?

soap trace microsoft tool kit

how tomove controls dynamically?

deploy vs 2k5 .net 2.0 framework website got routed back to original solution

add code with code snippets to a specific region

publish website overwrites / erases existing ntfs directory permissions on server

default <div> tag in vs2005

how does visual studio know whether it's dealing with a web application or a web site? -- related problem...

pages or user controls inside a regular folder

charts, excel in vs 2005

creating new word document - com exception error

a couple of beta 2 questions

visual studio install

preview of the visual studio orcas web tools

from recursive to iterativ function

activex control in asp.net

lots of problems trying to use healthmonitoring

please help

converting asp.net 2.0 into asp.net 1.1 using vs 2005

&hc0000005& error in visual studio 2005 pro

creating templates?

vss asp "view history" problem

business objects in app_code folder not available

app_code version

debugging asp.net while using https

   
  Privacy | Contact Us
All Times Are GMT