D
Dan Sikorsky
Environment: Visual Studio .Net 2003, SQL Server 2000, C# for the web forms.
I have an HttpModule that reports any unhandled application error and it
works nicely.
However, everytime I rebuild my web app, check it in to visual sourcesafe,
and do a Project->Copy Project, a FileNotFoundException is issued mentioning
the get_aspx_ver.aspx file. I've determined the Copy Project is what
generates the exception. As the files are uploaded to the web site
How can I stop this exception?
I have an HttpModule that reports any unhandled application error and it
works nicely.
However, everytime I rebuild my web app, check it in to visual sourcesafe,
and do a Project->Copy Project, a FileNotFoundException is issued mentioning
the get_aspx_ver.aspx file. I've determined the Copy Project is what
generates the exception. As the files are uploaded to the web site
How can I stop this exception?