configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
Hi everybody
i'v try to run asimple GridView in web developer 2005
and i recive the following message:
Line 10: <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
another problem is:
i can not edit users using asp.net configuration tool.
thanks in advencedRonen Y
[446 byte] By [
RonenY] at [2008-1-26]
What is the actual error message you are receiving?
Yes, same problem here. Developed app using localhost and VS 2004 Beta2. Upgraded a 2003 windows server to lastest service pack and installed .Net Framework Redistributable 2.0 Beta. Compliled and copied app onto server. Added new Website via IIS by pointing alias to PrecompiledWeb directory. Now receiving the following error:
-
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Unrecognized attribute 'xmlns'.
Source Error:
Line 6: located in \Windows\Microsft.Net\Frameworks\v2.x\Config --> Line 7: Line 8: <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> Line 9: Line 10: <connectionStrings> |
Source File: E:\Inetpub\wwwroot\eGqatAdmDev\PrecompiledWeb\CETRAQAdmin\web.config Line: 8
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300 -
Note this shows framework version 1.1. When I go to the "Web Sites" property page I see the filter "ASP.NET_2.0.50215.44" listed. What do I need to do?
Thanks,
rlw
Try this:
1. Choose Start -> Control Panel -> Administrative Tools -> Internet Information Services
2. Expand the nodes until you can see your virtual directory
3. Right-click on the virtual directory and click Properties
4. Select the ASP.NET tab
5. Under the ASP.NET version, choose 2.0.50215.0
6. Click OK.
What should I do if I don't have this tab? Yes, I have Visual Studio 2005 beta2 installed along with everything else, including .net framework 2.0. Any idea what could be missing or what could be wrong? (I'm testing this on a Windows 2003 server)
try running
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50110>aspnet_regiis.exe -i
HTH,
Quint
Thank you David. This fixed the problem for me.
You're the man ! ;o)
I tried that and then also did the "C:\
<Windows folder>\Microsoft.Net\Framework\
<Version Number>\aspnet_isapi.dll" thing but no luck, I cannot get this .NET tab to come up on XP pro.
The tab is there on SBS, but not the XP.
I have Visual web developer 2005 installed and not the Visual studio Beta, but do have the framework v2.0.50215.
your problem seems to be similar to a problem that I am having. If you can... please assist. I have the same problem ( need to create a "virtual directory" ).
However, I must do this on a remote box, Win2K Server, that I don't have access to Admin tools. The site that I am attempting to connect to is my hosting site. They ( TimeWarner ) say that they support asp and that I have write permissions but when will not assist with creating an "app_root" . How can I create a "app_root" remotely from client side.
If you do not have ASP.NET 2.0 installed on the remote machine, you need an adming to install the 2.0 framework, create an application root in IIS and configure it to use ASP.NET 2.0. You have to be an admin on the machine to do this. I would double check with the hoster to make sure they support ASP.NET 2.0 (Beta2).
To see a list of hosters for ASP.NET 2.0, you can go to http://www.asp.net/hosters/v2/Default.aspx?tabindex=4&tabid=46
Hi,
I am building a web app at the moment and I have the line
<
configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">in the web config file.
I was under the impression that this would make the intellisense function in the IDE. Also if i put the above URL into my browser it results in a page not found.
Entering http://schemas.microsoft.com works fine but not the above url.
So has this been moved somewhere else? If so what should it read?
I'm well aware that I could be misunderstanding things totally here but pressing f1 on any of the tags in my web config results in a 'no topic found' in the help. I think it's something to do with this line but I need someone to confirm or deny this for me.
Thanks
Chris
I'm having the same problem. I'm using VS Web Dev Express 2005. I'm trying to learn web development.
An entry in the ASP.NET forum says to use InetMgr to enter the ASP.NET version 2.0. I already have--from what I can see in InetMgr--ASP.NET version 2.0.50727. The ASP.NET forum instructions are not too clear--they're no doubt for experts--so I may be looking at the wrong thing.
I am a newbie as well. I am also using VS Web Dev Express 2005 with IIS on Win XP pro. I had my test webpage working on my localhost. However I get the same error on the remote site.
Parser Error Message: Unrecognized attribute 'xmlns'.Source Error:
Line 8: \Windows\Microsoft.Net\Framework\v2.x\Config
Line 9: -->
Line 10: <configuration
xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
Line 11: <appSettings>
Line 12: <add key="myTest" value="myValue"/>
This was the error message. The above solution was not helpful.
I never got an answer from anyone on this forum but found something on another forum--unfortunately I don't remember its name.
The xmlns piece was apparently required at one time but no longer is. You can delete the attribute in the <configuration> tag and all will be well--except that the next time you run ASP.Net Configuration the attribute may reappear in the web.config file. I'd class it as a bug and I believe I reported it some time ago to MS, but it remains.