Visual Studio 2005 giving warning error about generating *.designer.vb files

N

Nathan Sokalski

Visual Studio 2005 unexpectedly stopped generating the *.designer.vb files
for *.aspx and *.ascx files. After a few days of frustration trying to fix
this, I noticed that it had the following Warning in the Error List tab at
the bottom of the screen:


Generation of designer file failed: The relative virtual path '?/' is not
allowed here. C:\Inetpub\wwwroot\CAT_aspnet\worldnews.aspx 0 0 CAT_aspnet


Three things that I noticed about this warning were the following:

1. The strange foreign character (?) that it says is trying to be used as a
relative virtual path (The strange foreign character may appear as a
question mark or some other character in this message due to formatting)
2. It says it is located at Line 0, Column 0, which is not a valid location
(or if it is, Visual Studio 2005 doesn't show it, since it starts numbering
the lines at 1)
3. I tried opening the file it says the error is in using other text editors
as well, such as Notepad, and there are no unexpected characters there. In
other words, I cannot find the ? character anywhere using any editor.

This Warning appears for all of my *.aspx and *.ascx files, so the strange
foreign character is obviously added by Visual Studio 2005 and is related to
my problem of the *.designer.vb files not being generated, but how do I fix
it? Any help would be greatly appreciated. Thanks.
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top