Click here to Skip to main content
15,917,632 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Check Aspx file integrity? Pin
Not Active1-Sep-10 9:10
mentorNot Active1-Sep-10 9:10 
GeneralRe: Check Aspx file integrity? Pin
robocodeboy1-Sep-10 21:36
robocodeboy1-Sep-10 21:36 
QuestionChild Controls Showing as Null Pin
David Muir1-Sep-10 4:20
David Muir1-Sep-10 4:20 
AnswerRe: Child Controls Showing as Null Pin
Ennis Ray Lynch, Jr.1-Sep-10 7:26
Ennis Ray Lynch, Jr.1-Sep-10 7:26 
GeneralRe: Child Controls Showing as Null Pin
David Muir1-Sep-10 22:11
David Muir1-Sep-10 22:11 
QuestionASP.Net State Service doesnt exists in IIS7 Pin
indian14331-Aug-10 7:09
indian14331-Aug-10 7:09 
AnswerRe: ASP.Net State Service doesnt exists in IIS7 Pin
T M Gray31-Aug-10 11:36
T M Gray31-Aug-10 11:36 
QuestionHttpCompileException occurs at random times Pin
mark_me30-Aug-10 13:28
mark_me30-Aug-10 13:28 
Hi,
I am getting System.Web.HttpCompileException from my application randomnly. it gets fixed randomnly too. sometimes i refresh the IIS and it starts working, other times, i change timestamp on the control mentioned in exception and my application starts working. My code looks like:

Private utilityMethods As ASP.mywebsite_utilitymethods_ascx  'Declaration , This line is throwing error. Note this is global declaration of the reference


after the above line i create the object and use it to call methods in the utilitymethods control. The Products page has this declaration. Sometimes when i make changes to Products page and copy it to the testbox, this exception starts happening: Please not that line 55 is the declaration line that i have copied above

Message: System.Web.HttpCompileException: D:\MyWebsite\Products.ascx.vb(55): error BC30002: Type 'ASP.mywebsite_utilitymethods_ascx' is not defined. at System.Web.Compilation.BuildManager.CompileWebFile(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.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at Website.MyWebsite.RadTabStrip.RadMultiPage1_PageViewCreated(Object sender, RadMultiPageEventArgs e) in D:\Websites\RadTabStrip.ascx.vb:line 906 at Telerik.Web.UI.RadMultiPage.OnPageViewCreated(RadMultiPageEventArgs eventArgs) at Telerik.Web.UI.RadMultiPage.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at Telerik.Web.UI.RadPageViewCollection.Add(RadPageView pageView) at MyWebsite.RadTabStrip.AddPageView(RadTab tab) in website\RadTabStrip.ascx.vb:line 1074 at MyWebsite.RadTabStrip.Page_Load(Object sender, EventArgs e) in D:\Websites\RadUCTabStrip.ascx.vb:line 668

Please note that the application is working. This happens sometimes when i make changes to Products page. When this happens, i change timestamp on utility methods or radtabstip page and copy it over and it starts working. I know my statement is rediculous. This is a bug but i am not sure why its happening .

Please provide help and advise.

Thanks,
Mark
QuestionSaving a user's location on a page Pin
Aptiva Dave30-Aug-10 10:06
Aptiva Dave30-Aug-10 10:06 
AnswerRe: Saving a user's location on a page Pin
Ennis Ray Lynch, Jr.30-Aug-10 10:46
Ennis Ray Lynch, Jr.30-Aug-10 10:46 
AnswerRe: Saving a user's location on a page Pin
T M Gray30-Aug-10 11:00
T M Gray30-Aug-10 11:00 
GeneraldevX link Pin
David Mujica30-Aug-10 11:06
David Mujica30-Aug-10 11:06 
GeneralRe: devX link Pin
T M Gray31-Aug-10 8:57
T M Gray31-Aug-10 8:57 
AnswerRe: Saving a user's location on a page Pin
David Mujica30-Aug-10 11:05
David Mujica30-Aug-10 11:05 
GeneralRe: Saving a user's location on a page Pin
Aptiva Dave31-Aug-10 4:35
Aptiva Dave31-Aug-10 4:35 
AnswerRe: Saving a user's location on a page Pin
NeverHeardOfMe30-Aug-10 11:59
NeverHeardOfMe30-Aug-10 11:59 
GeneralRe: Saving a user's location on a page Pin
Aptiva Dave31-Aug-10 4:39
Aptiva Dave31-Aug-10 4:39 
Questionheader, footer , page number in iTextSharp Pin
Dhyanga30-Aug-10 5:51
Dhyanga30-Aug-10 5:51 
AnswerRe: header, footer , page number in iTextSharp Pin
Not Active30-Aug-10 6:09
mentorNot Active30-Aug-10 6:09 
GeneralRe: header, footer , page number in iTextSharp Pin
Dhyanga30-Aug-10 7:08
Dhyanga30-Aug-10 7:08 
GeneralRe: header, footer , page number in iTextSharp Pin
Not Active30-Aug-10 7:30
mentorNot Active30-Aug-10 7:30 
GeneralRe: header, footer , page number in iTextSharp Pin
Dhyanga30-Aug-10 7:54
Dhyanga30-Aug-10 7:54 
GeneralRe: header, footer , page number in iTextSharp Pin
Dhyanga30-Aug-10 8:04
Dhyanga30-Aug-10 8:04 
AnswerRe: header, footer , page number in iTextSharp Pin
T M Gray30-Aug-10 8:30
T M Gray30-Aug-10 8:30 
GeneralRe: header, footer , page number in iTextSharp Pin
Dhyanga30-Aug-10 8:54
Dhyanga30-Aug-10 8:54 

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.