It is a common misconception that the constant MAX_PATH refers to the
maximum length of a Windows path. It actually refers to the maximum
length of a Windows path *component*, such as a filename or a folder name.
This is incorrect. The maximum length of a path component is 255. See
http://
Okay my details are off. It looks like I am getting ASPPARSE errors on
everything.
On Nov 7, 2007 9:30 AM, Todd Dahl <[EMAIL PROTECTED]> wrote:
> I have been fighting with this for days now and am at my wits end. I
> am hoping that someone out there can shed some light on what is
> happening h
I have been fighting with this for days now and am at my wits end. I
am hoping that someone out there can shed some light on what is
happening here.
I have an asp.net Web Application Project that I am using Nant to
build. It builds and functions correctly when there is not a
global.asax but when