Re: VS2005 Compilation message
- From: Gerry Hickman <gerry666uk@xxxxxxxxxxx>
- Date: Fri, 20 Jan 2006 21:26:03 +0000
Hi Fred,
I have just started a using VS2005, and have a question regarding compilation. Is there a way of suppressing messages like these:
Error 20 'ReadStringResource' is not a member of 'ASP.ipactiondetail_aspx'. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\project1\385fcfc1\2b8f86c1\App_Web_be5csxq9.2.vb 401
My guess is that this is an indication of some other more serious problem in your application and I don't recommend trying to suppress it.
The error message mentions a file called: 'App_Web_be5csxq9.2.vb' there is no such file in my project.
Is this a brand new project or a mish-mash pulled in from an old .NET 1.1 project? I'd recommend working through the tutorials first and see if you get similar errors; if you find the tutorials compile without errors then you know you've got a flawed application there and you need to fix it. If you get the same issue with running Microsoft's tutorials (and those tutorials reside in clean folders) I can look into this for you in as much detail as necessary.
Question number2:
Is it possible to stop visual studio checking for the existence of files in aspx pages.
e.g.
<A class="smalltext" href="SearchSubjects.aspx?My=true">My Subjects</A>
I know that SearchSubjects.aspx does not exists, it will be added later.
I don't really see this as a problem, it just puts a squiggly line under the link, it does not appear to prevent you from building the page with zero errors and warnings...
-- Gerry Hickman (London UK) .
- Follow-Ups:
- Re: VS2005 Compilation message
- From: Fred
- Re: VS2005 Compilation message
- Prev by Date: Re: vs.net 2005 website creation got stuck!!!
- Next by Date: Re: recommended web site creation? And existing problem
- Previous by thread: Canīt connect to sql server 2000 from VS.NET 2005
- Next by thread: Re: VS2005 Compilation message
- Index(es):