473,765 Members | 2,015 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VS 2005 trying to publish a website - need help

Hello,

I recently converted a VS 2003 application to VS 2005. When I
compile it in VS 2005 every thing gets compiled with no errors. But
when I try publishing the website I get all different kinds of
errors... just to give you a number of errors it is 888 :) All these
errors aren't syntax errors in code behind files. I see all these
in .aspx pages for instanse...
Error 927 Validation (XHTML 1.0 Transitional): This name contains
uppercase characters, which is not allowed. D:\... 1967 8 http://localhost...

Error 14 Element 'PageView' is not a known element. This can occur if
there is a compilation error in the Web site. D:\... 79 9 http://localhost/...

Error 15 Validation (XHTML 1.0 Transitional): This name contains
uppercase characters, which is not allowed. D:\.... 80 32 http://localhost/.../

in this case it is complainin about "cellSpacin g". If I change this to
"cellspacin g" (changing S to s) then that error goes away.
I have these kind of errors around 888. Is there a to fix these errors
in shot? or is there any option to pick just to accept that way they
are? If any one run into this kind of situtaion please help.
Thanks in advance,
-L

May 9 '07 #1
3 1940
You've got a lot of clean up to do in your html code. Most of these errors
prevent you from publishing, but they do prevent you from successfully
building.

Ross

"Learner" <pr****@gmail.c omwrote in message
news:11******** **************@ q75g2000hsh.goo glegroups.com.. .
Hello,

I recently converted a VS 2003 application to VS 2005. When I
compile it in VS 2005 every thing gets compiled with no errors. But
when I try publishing the website I get all different kinds of
errors... just to give you a number of errors it is 888 :) All these
errors aren't syntax errors in code behind files. I see all these
in .aspx pages for instanse...
Error 927 Validation (XHTML 1.0 Transitional): This name contains
uppercase characters, which is not allowed. D:\... 1967 8
http://localhost...

Error 14 Element 'PageView' is not a known element. This can occur if
there is a compilation error in the Web site. D:\... 79 9
http://localhost/...

Error 15 Validation (XHTML 1.0 Transitional): This name contains
uppercase characters, which is not allowed. D:\.... 80 32
http://localhost/.../

in this case it is complainin about "cellSpacin g". If I change this to
"cellspacin g" (changing S to s) then that error goes away.
I have these kind of errors around 888. Is there a to fix these errors
in shot? or is there any option to pick just to accept that way they
are? If any one run into this kind of situtaion please help.
Thanks in advance,
-L

May 9 '07 #2
On May 9, 4:26 pm, "Ross Culver" <rcul...@warren alloy.comwrote:
You've got a lot of clean up to do in your html code. Most of these errors
prevent you from publishing, but they do prevent you from successfully
building.

Ross

"Learner" <pra...@gmail.c omwrote in message

news:11******** **************@ q75g2000hsh.goo glegroups.com.. .
Hello,
I recently converted a VS 2003 application to VS 2005. When I
compile it in VS 2005 every thing gets compiled with no errors. But
when I try publishing the website I get all different kinds of
errors... just to give you a number of errors it is 888 :) All these
errors aren't syntax errors in code behind files. I see all these
in .aspx pages for instanse...
Error 927 Validation (XHTML 1.0 Transitional): This name contains
uppercase characters, which is not allowed. D:\... 1967 8
http://localhost...
Error 14 Element 'PageView' is not a known element. This can occur if
there is a compilation error in the Web site. D:\... 79 9
http://localhost/...
Error 15 Validation (XHTML 1.0 Transitional): This name contains
uppercase characters, which is not allowed. D:\.... 80 32
http://localhost/.../
in this case it is complainin about "cellSpacin g". If I change this to
"cellspacin g" (changing S to s) then that error goes away.
I have these kind of errors around 888. Is there a to fix these errors
in shot? or is there any option to pick just to accept that way they
are? If any one run into this kind of situtaion please help.
Thanks in advance,
-L
Try running your code thro an HTML validator if you need a second
opinion, there is one on w3c.org

May 10 '07 #3
On May 9, 4:26 pm, "Ross Culver" <rcul...@warren alloy.comwrote:
You've got a lot of clean up to do in your html code. Most of these errors
prevent you from publishing, but they do prevent you from successfully
building.

Ross

"Learner" <pra...@gmail.c omwrote in message

news:11******** **************@ q75g2000hsh.goo glegroups.com.. .
Hello,
I recently converted a VS 2003 application to VS 2005. When I
compile it in VS 2005 every thing gets compiled with no errors. But
when I try publishing the website I get all different kinds of
errors... just to give you a number of errors it is 888 :) All these
errors aren't syntax errors in code behind files. I see all these
in .aspx pages for instanse...
Error 927 Validation (XHTML 1.0 Transitional): This name contains
uppercase characters, which is not allowed. D:\... 1967 8
http://localhost...
Error 14 Element 'PageView' is not a known element. This can occur if
there is a compilation error in the Web site. D:\... 79 9
http://localhost/...
Error 15 Validation (XHTML 1.0 Transitional): This name contains
uppercase characters, which is not allowed. D:\.... 80 32
http://localhost/.../
in this case it is complainin about "cellSpacin g". If I change this to
"cellspacin g" (changing S to s) then that error goes away.
I have these kind of errors around 888. Is there a to fix these errors
in shot? or is there any option to pick just to accept that way they
are? If any one run into this kind of situtaion please help.
Thanks in advance,
-L- Hide quoted text -

- Show quoted text -
Hello,

I am not sure if I really have to sit and clean all the .aspx
pages. It is really painful job. I just found an option in VS 2005
IDE under Tools --Options -->Text Edition --HTML and go to the
right pane and un check the "Show Errors" check box and that helped me
to igonre all the errors. But when I wanted to publish it still
through 3 errors in the Error List

Error 1 Invalid token 'Text' at root level of document. D:\AODSetup
\ParishForms301 \_vti_cnf\web.c onfig 1 1 Miscellaneous Files
Error 2 XML document must contain a root level element. D:\...\vti_cnf
\web.config 4 1 Miscellaneous Files
Error 3 Data at the root level is invalid. Line 1, position 1. D:\...
\_vti_cnf\web.c onfig 1

when I double click on them I get a common 3 line error message in
web.config file

vti_encoding:SR |utf8-nl
vti_timelastmod ified:TR|15 Dec 2004 14:34:06 -0000
vti_extenderver sion:SR|4.0.2.7 802

Not sure what exactly these mean.

Any inputs is greatly appreciated.

Thanks,

-L

May 10 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1830
by: Mike S. | last post by:
VS 2005 Professional RTM (8.0.50727.42) on Windows 2000 ASP.NET website Last week I converted a 1.1 ASP.NET (VB) project to 2.0. The conversion was painless on the VB code side. It was a lot of work however converting from a pseudo master page to a true master page but only from the HTML 4.0 to XHTML 1.0 standpoint. VS 2005 IDE seems to be significantly slower than VS 2003. I upgraded my PC memory to 1GB (which helped) but have an...
4
1253
by: Chris | last post by:
I installed this new BETA component for VS 2005 and it really helped with the migration from vs2003, but now I cannot deploy the project. Compiles fine, but there is no option to Copy the project, and that new Web Deployment Project update does not work on Web Application Projects so I cant use that either. I'm just trying to copy the project to a release directory with "only required files" such as .aspx and .dlls just like in VS 2003....
10
2531
by: WT | last post by:
Hello, I have been publishing my web site many times to the remote where resides my final web site. Everything was ok, but to-day, without any configuration change, vs doesn't copy final files to the remote site. It finish with a message of publish sucess but no files nor folders on the remote disk ? I have checked rights on this folder, everyone have modify.
12
5914
by: Nathan Sokalski | last post by:
I recently upgraded to from Visual Studio .NET 2003 to Visual Studio .NET 2005. In Visual Studio .NET 2003 when I would select 'Build' it would add a *.dll with the name of the Project to a /bin/ folder in the same directory as the source code. However, in Visual Studio .NET 2005 when I selected 'Publish Web Site' and selected a target location to place it in, it placed the following files in it: All *.aspx files All *.html files
0
1124
by: tc | last post by:
I am trying to publish my VB6.0 app using the MS article "Automatically Updatng Visual Basic 6 Applications: Part I, By Scott Swigart. http://msdn.microsoft.com/vstudio/default.aspx?pull=/library/en-us/dnvs05/html/AutoUpdatVB6apps.asp I am configured as recommended in the article (VB 6.0, VB 2005 Exp., ..NET Framework 2.0 on XP Pro.) And it works just fine on my local system. The problem is when I publish to my remote website.
23
1280
by: Rob | last post by:
I have been using VS 2003.... just installed VS 2005.... In 2003, if you want to create a Web project, you open Visual Basic Projects | ASP.NET Web Application.... How do you begin an ASP project in 2005 ?
5
3326
by: Dariusz Tomon | last post by:
Hello I have no idea how to deploy my website to another server (in virtual folder I cannot see dlls file). Is thate any simple and quick manner to deploy web site to another servers? Best Regards Dariusz Tomon
3
2216
by: rote | last post by:
I'm trying to create a Website using VS 2005 on another server on the same domain. But i get error "The Web server does not have frontPage Server extensions installed Error" Any ideas what i have to do to install the frontPage Server extensions on the IIS 6 - windows 2003 server? Thanks in Advance
10
1927
by: =?Utf-8?B?UmljaGFyZA==?= | last post by:
Hi, I usually deploy my ASP .NET application to the server by publishing, using Visual Studio 2005 publish feature. This creates the Bin folder on the server, with the compiled DLLs. I've been asked to publish by copying the files manually instead. I stopped IIS for the application, deleted the application files and subfolders from the server, copied the files and folders from my local PC's project,
0
9568
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9398
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8831
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7378
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5275
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5421
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3924
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3531
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2805
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.