Convert to Web Application error

W

WT

Hello,

VS2005 with SP1.
I succefully coverted my Web Site Project to Web Application project, but,
for an aspx class, the manuel (by right clic menu) 'Covert to Web
Application, gives the error.

'Could not parse the file app_support\myfile.aspx'
and no designer.cs file is created. It is working for all other aspx files
in this app_support folder ?

How to have it converted ?
Thanks for help.
CS
 
M

Mark Rae

VS2005 with SP1.
I succefully coverted my Web Site Project to Web Application project, but,
for an aspx class, the manuel (by right clic menu) 'Covert to Web
Application, gives the error.

'Could not parse the file app_support\myfile.aspx'
and no designer.cs file is created. It is working for all other aspx files
in this app_support folder ?

This does happen occasionally with the convertor...
How to have it converted ?

The easiest way is simply to copy the code from the aspx and the codebehind
(if you have one) into Notepad, delete the aspx file and create it again...
 
M

Mark Rae

Thanks that's Ok
Welcome.

Do you knows why this happened ?

I've never found any pattern to it - it's just double-O double-T i.e. "one
of those things"... :)
 
S

Steven Cheng[MSFT]

Hello Mark,

I've performed some search and so far I haven't found any existing issue on
this. For your project, is the conversion error always occuring against a
particular set of pages or can you check those problem pages to see whether
they have some common characters. It would be easier to troubleshoot if the
problem can be repro throug definite steps

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.



Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================



This posting is provided "AS IS" with no warranties, and confers no rights.
 
M

Mark Rae

Hello Mark,

I've performed some search and so far I haven't found any existing issue
on
this. For your project, is the conversion error always occuring against a
particular set of pages or can you check those problem pages to see
whether
they have some common characters. It would be easier to troubleshoot if
the
problem can be repro throug definite steps

I don't have any problems with this... I didn't post the original post...
 
S

Steven Cheng[MSFT]

Thanks Mark,

Hi CS,

Can you reproduce the problem through a definite steps or find out any
characters on those pages which may raise such parse error?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.
 
S

Steven Cheng[MSFT]

Hello CS,

Any further progress on this? I've performed some further research and
seems most of such issue may require thorough and complex troubleshooting
on the target machine. If you feel necessary, you can contact CSS to
continue the troubleshooting on this issue.

http://msdn.microsoft.com/subscriptions/support/default.aspx

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top