Well, in 2.0 this is easy.
I take it you are familiar with all of these:
http://lozanotek.com/archive/2005/06/08/392.aspx http://www.codeproject.com/aspnet/AS...recompiler.asp http://weblogs.asp.net/jgalloway/arc...15/242677.aspx
but haven't been able to pull out anything useful from them?
Karl
--
http://www.openmymind.net/ http://www.codebetter.com/
"Mythran" <ki********@hotmail.comREMOVETRAILwrote in message
news:OG**************@TK2MSFTNGP05.phx.gbl...
When you navigate to an ASP.Net web application after a fresh compile of
the source, ASP.Net does the compilation of the intermediate language
(IL). Is there any way to directly launch this compilation without
navigating to the app (w/o navigating via code either)?
I'm getting a compilation error after building my website. I've been
getting this error for years, and have researched it before. On
Microsoft's website, it states that this error is BY DESIGN. So no point
in trying for a fix, so I'm building a workaround for it on our
development workstations and just performing this compilation should fix
it...just need to know how to kick it off (and it's probably not
documentated).
Thanks,
Mythran