We converted a VS 2003 web project to VS 2005 a few months
ago, and we were
successfully able to pre-compile and deploy the web site.
Recently, I
incorporated Master pages into the web site. The web site
builds fine, but
when I try to 'Publish Web Site' in VS 2005, it complains
about a missing
form tag.
The web site runs fine when deployed with the code-behind
files, however, I
would really like to pre-compile the web site because of
another known bug
in vbc compiler that keeps hitting us once the app is
deployed on the
server.
Have you guys seen this behavior before? How can I
successfully pre-compile
this web site.
Thanks
Arvinder Chopra
-------------------------------------------
Output while building:
------ Build started: Project:
CID.Infrastructure.EmailService,
Configuration: Debug Any CPU ------
------ Build started: Project:
CID.Infrastructure.BaseClasses,
Configuration: Debug Any CPU ------
------ Build started: Project: CID.IPath.NewBusinessLayer,
Configuration:
Debug Any CPU ------
------ Build started: Project:
CID.Infrastructure.CustomControls,
Configuration: Debug Any CPU ------
------ Build started: Project:
http:/
/localhost/CID_IPATH_DEVELOPMENT_BRANCH/, Configuration:
Debug .NET
------
Validating Web Site
Validation Complete
========== Build: 5 succeeded or up-to-date, 0 failed, 0
skipped ==========
----------------------------------------------
----------------------------------------------
Output when publishing
------ Build started: Project:
CID.Infrastructure.EmailService,
Configuration: Debug Any CPU ------
------ Build started: Project:
CID.Infrastructure.BaseClasses,
Configuration: Debug Any CPU ------
------ Build started: Project: CID.IPath.NewBusinessLayer,
Configuration:
Debug Any CPU ------
------ Build started: Project:
CID.Infrastructure.CustomControls,
Configuration: Debug Any CPU ------
------ Build started: Project:
http:/
/localhost/CID_IPATH_DEVELOPMENT_BRANCH/, Configuration:
Debug .NET
------
Pre-compiling Web Site
Building directory
'/CID_IPATH_DEVELOPMENT_BRANCH/App_Code/'.
Building directory
'/CID_IPATH_DEVELOPMENT_BRANCH/activity/'.
Building directory '/CID_IPATH_DEVELOPMENT_BRANCH/Admin/'.
Building directory '/CID_IPATH_DEVELOPMENT_BRANCH/'.
Building directory
'/CID_IPATH_DEVELOPMENT_BRANCH/UserControls/'.C:\Projects
\CID\CID_IPATH_DEVE
LOPMENT_BRANCH\CID.IPath.PresentationLayer\Admin\listrece
ntlyloggedonusers.a
spx(1): Publication (web): Unexpected end of file looking
for </form> tag.
Pre-compilation Complete
------ Skipped Publish: Project
http:/
/localhost/CID_IPATH_DEVELOPMENT_BRANCH/, Configuration:
Debug .NET
------
========== Build: 4 succeeded or up-to-date, 1 failed, 0
skipped ==========
========== Publish: 0 succeeded, 0 failed, 1 skipped
==========
===================================
This list is hosted by DevelopMentorŪ http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
|