Click here to Skip to main content
15,886,026 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Images not displaying in IIS7 Pin
N a v a n e e t h9-Mar-09 15:47
N a v a n e e t h9-Mar-09 15:47 
GeneralRe: Images not displaying in IIS7 Pin
Member 342693610-Mar-09 5:19
Member 342693610-Mar-09 5:19 
AnswerRe: Images not displaying in IIS7 Pin
Cybernate11-Mar-09 6:51
Cybernate11-Mar-09 6:51 
GeneralRecord Audio Pin
Paul R Morrison9-Mar-09 10:33
Paul R Morrison9-Mar-09 10:33 
GeneralRe: Record Audio Pin
Christian Graus9-Mar-09 11:08
protectorChristian Graus9-Mar-09 11:08 
NewsPage event order: Please critique this info Pin
Gregory Gadow9-Mar-09 7:04
Gregory Gadow9-Mar-09 7:04 
GeneralRe: Page event order: Please critique this info Pin
Anurag Gandhi9-Mar-09 19:50
professionalAnurag Gandhi9-Mar-09 19:50 
QuestionHttpException The file '/MyControls/Web/GUI/Controls/PageHead.ascx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) Pin
thomasa9-Mar-09 6:49
thomasa9-Mar-09 6:49 
Hey.

I get this exeption on my Vista machine, this works fine on my XP machine.
On both machines I use Visual Studio 2008, and both uses .Net Framework 3.5.

<!-- HttpException The file '/MyControls/Web/GUI/Controls/PageHead.ascx' does not exist.    at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
   at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
   at System.Web.UI.BaseTemplateParser.GetReferencedType(VirtualPath virtualPath, Boolean allowNoCompile)
   at System.Web.UI.BaseTemplateParser.GetUserControlType(VirtualPath virtualPath)
   at System.Web.UI.MainTagNameToTypeMapper.ProcessUserControlRegistration(UserControlRegisterEntry ucRegisterEntry)
   at System.Web.UI.BaseTemplateParser.ProcessDirective(String directiveName, IDictionary directive)
   at System.Web.UI.TemplateControlParser.ProcessDirective(String directiveName, IDictionary directive)
   at System.Web.UI.PageParser.ProcessDirective(String directiveName, IDictionary directive)
   at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) -->


I have a prodject where my SomePage.aspx site is.
On this page I have a refference to the usercontrol PageHead.ascx witch is located on
another prodject.
<%@ Register TagPrefix="uc1" TagName="pageHead" Src="MyControls/Web/GUI/Controls/PageHead.ascx" %>


I've have added the web prodject to IIS and added the virtual path for the usercontrol prodjekt,
and in the usercontrol prodjekt properies I've sat it to use the IIS Web server and to override the application root URL.

Nothing of this has helped.

Anyone know why?

Thanks
Thomas
AnswerRe: HttpException The file '/MyControls/Web/GUI/Controls/PageHead.ascx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) Pin
Christian Graus9-Mar-09 11:48
protectorChristian Graus9-Mar-09 11:48 
QuestionCreate random Number Pin
ptvce9-Mar-09 3:20
ptvce9-Mar-09 3:20 
AnswerRe: Create random Number Pin
Abhijit Jana9-Mar-09 3:28
professionalAbhijit Jana9-Mar-09 3:28 
GeneralRe: Create random Number Pin
scottgp9-Mar-09 5:09
professionalscottgp9-Mar-09 5:09 
GeneralRe: Create random Number Pin
Christian Graus9-Mar-09 11:09
protectorChristian Graus9-Mar-09 11:09 
AnswerRe: Create random Number Pin
N a v a n e e t h9-Mar-09 4:09
N a v a n e e t h9-Mar-09 4:09 
AnswerRe: Create random Number Pin
Jack Li9-Mar-09 4:59
Jack Li9-Mar-09 4:59 
GeneralRe: Create random Number Pin
N a v a n e e t h9-Mar-09 5:09
N a v a n e e t h9-Mar-09 5:09 
GeneralRe: Create random Number Pin
Abhishek Sur9-Mar-09 6:04
professionalAbhishek Sur9-Mar-09 6:04 
AnswerRe: Create random Number Pin
Perisic, Aleksandar9-Mar-09 7:55
Perisic, Aleksandar9-Mar-09 7:55 
GeneralRe: Create random Number Pin
Yusuf9-Mar-09 8:20
Yusuf9-Mar-09 8:20 
GeneralRe: Create random Number [modified] Pin
Perisic, Aleksandar9-Mar-09 9:05
Perisic, Aleksandar9-Mar-09 9:05 
GeneralRe: Create random Number Pin
Yusuf9-Mar-09 10:54
Yusuf9-Mar-09 10:54 
GeneralRe: Create random Number Pin
Perisic, Aleksandar9-Mar-09 11:44
Perisic, Aleksandar9-Mar-09 11:44 
QuestionMake Browser Window Blink in Task Bar Pin
rushi_gavankar9-Mar-09 3:18
rushi_gavankar9-Mar-09 3:18 
AnswerI am pretty sure you can't do this Pin
Gregory Gadow9-Mar-09 7:12
Gregory Gadow9-Mar-09 7:12 
QuestionUpdatePanel without ScriptManager Pin
.NET- India 9-Mar-09 2:45
.NET- India 9-Mar-09 2:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.