N
Nathan Sokalski
I have an ASP.NET Page in Visual Studio 2008 that has the following tag in
the header:
<link href="/nathansokalski_com.css" rel="stylesheet" type="text/css"/>
The css file is there, and when I debug my application (or when I compile
and upload the code like this) it works (including using the styles in the
stylesheet), so I know my code is correct as well. Also, before I migrated
to Visual Studio 2008 and ASP.NET 3.5, Visual Studio 2005 was able to find
it perfectly fine with the same code. I do have the file marked as Include
In Project (it is not excluded from the project). Why can't Visual Studio
2008 find the file? Thanks.
the header:
<link href="/nathansokalski_com.css" rel="stylesheet" type="text/css"/>
The css file is there, and when I debug my application (or when I compile
and upload the code like this) it works (including using the styles in the
stylesheet), so I know my code is correct as well. Also, before I migrated
to Visual Studio 2008 and ASP.NET 3.5, Visual Studio 2005 was able to find
it perfectly fine with the same code. I do have the file marked as Include
In Project (it is not excluded from the project). Why can't Visual Studio
2008 find the file? Thanks.