473,624 Members | 2,288 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Convert to Web Application error

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\myf ile.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
Jan 11 '07 #1
7 3399
"WT" <WT@newsgroups. nospamwrote in message
news:ej******** ******@TK2MSFTN GP02.phx.gbl...
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\myf ile.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...
Jan 11 '07 #2
WT
Thanks that's Ok

Do you knows why this happened ?
CS

"Mark Rae" <ma**@markNOSPA Mrae.coma écrit dans le message de news:
OC************* @TK2MSFTNGP04.p hx.gbl...
"WT" <WT@newsgroups. nospamwrote in message
news:ej******** ******@TK2MSFTN GP02.phx.gbl...
>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\myf ile.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...

Jan 11 '07 #3
"WT" <WT@newsgroups. nospamwrote in message
news:%2******** ********@TK2MSF TNGP04.phx.gbl. ..
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"... :-)
Jan 11 '07 #4
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/subscripti...ult.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/subscripti...t/default.aspx.

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

This posting is provided "AS IS" with no warranties, and confers no rights.
Jan 12 '07 #5
"Steven Cheng[MSFT]" <st*****@online .microsoft.comw rote in message
news:2F******** ******@TK2MSFTN GHUB02.phx.gbl. ..
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...
Jan 12 '07 #6
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.

Jan 12 '07 #7
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/subscripti...t/default.aspx

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.

Jan 16 '07 #8

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

Similar topics

2
4963
by: Peter Kwan | last post by:
Hi, I believe I have discovered a bug in Python 2.3. Could anyone suggest a get around? When I tested my existing Python code with the newly released Python 2.3, I get the following warning: FutureWarning: hex/oct constants > sys.maxint will return positive values in Python 2.4 and up It is because I used some constants such as 0x80ff3366, so I change it to 0x80ff3366L, hoping to get rid of the warning.
3
2692
by: ET | last post by:
I don't know whats the problem, but after I added functions to first verify, then relink linked tables if not found, now I can't convert that database to MDE format. I can split the database, but can't convert part of the database with forms, reports, queries to MDE format. Can somebody advice on this? References, in the order, from the top:
8
1475
by: Boni | last post by:
Please help C# how to convert this C# to MC++ public void Execute(object application, int hwndOwner, ref object contextParams, ref object customParams, ref EnvDTE.wizardResult retval) ; I tried void Execute(System::Object* application, int hwndOwner, System::Object*&contextParamss, System::Object*& customParams, EnvDTE::wizardResult &retval)
2
10699
by: Martin | last post by:
I would like to convert this code to VB.NET. Can someone help. Thanks. Dim X() Dim i As Long Dim objShell, objFolder, objFolderItem Dim FSO, oFolder, Fil Sub MainExtractData()
13
9218
by: Jason | last post by:
Could someone here show me how I would write a vb program to convert decimal ip address to binary? For example a small form with a convert button and a label for the result and a textbox for the ip. So I would want 11000000 10101000 00000010 00001010 tp show up inthe label if I entered 192.168.2.10 into the text box. I have no idea even how to begin this, any help would be great.
14
7953
by: Me | last post by:
Hi all I am getting a really bizzare error on when I convert a string into a datetime: The code is : DateTime dt1 = Convert.ToDateTime("10 Sep 2005"); Console.WriteLine(dt1.Year);
5
2572
by: melickas | last post by:
We designed a custom application using Office Developer Tools '97 which included a Run-time version of Access--- so it would not matter if our customer even had any version of Access on their computer. The application ran without problems on our customer's computer for 2-3 years. Then our customer bought a new computer and we had to reinstall the application. Everything was ok for approximately 6 months until our customer was "cleaning up"...
6
2281
by: steph | last post by:
Hi, I've got some mdb-files which i wanted to convert to mde. This worked for all but one file where I get an Application Error: The instruction "..." referenced memory et "...". The memory could not be "written". I've decompiled the mdb file, I've converted it to Access 2000 File Format and back to Access 2002 File Format, nothing helps and I
1
1675
by: David Lozzi | last post by:
Howdy, I've created an entire ecommerce site as a Web Site project (WSP) in VS2005. Now that i'm trying to publish it I'm finding that I should've used the ASP.Net Web Application (ANWA) project instead. I created a new ANWA and imported all of the pages from my WSP and I received a ton of errors. A lot of them had to do with imports of self contained classes. I had to add the project name to the import call, i.e. imports common to...
0
3524
by: Samuel R. Neff | last post by:
We're migrating our .NET 1.1 web application to .NET 3.5 and during conversion we clicked "Convert to Web Application" on the web project. The results from this conversion were inconsistent. 1. Many pages were not converted at all. They're still aspx and cs files with generated code inside the cs file and still no partial class implementation. 2. Designer classes empty. A few pages were converted to partial classes, but the...
0
8240
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
8680
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8625
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8336
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6111
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
4082
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
4177
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1791
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1487
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.