Hi guys,
I'm really thrown off from this one. I'm using VS.NET 2005 and created a website from a copy of a previous website that I'd made a couple of months ago. After working on it for awhile I noticed that when I compiled and previewed the site, the url would be:
http://localhost:2029/website/(S(ulcy1a452zre eaamwlyga5j3))/mainmenu.aspx
where it should be:
http://localhost:2029/website/mainmenu.aspx
...
User Profile
Collapse
-
Question about strange temp folder in path in URL?
-
I'd like to say that helped, but it doesn't seem to be the case. After further research I'm pretty sure the problem has something to do with kernel32.dll. I've noticed that the code *sometimes* works. I use the same starting directory each time, and sometimes it successfully navigates through it, and sometimes it breaks. Here is the error when it breaks:
"FatalExecution EngineError was detected
The runtime has... -
Yes, I've changed their version around a little.
public static List<string> FindFilesAndDir s(string dirName)
{
dirName = @"\\?\" + dirName;
...
}
btw, the error that I'm getting is "...Common sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack..."
...Leave a comment:
-
Path Too Long Problem MAX_PATH = 260 Chars kernel32.dll
This is a continuation the following post:
http://www.thescripts.com/forum/thread659736.html
The code I'm looking at is here, in the Finding Files and Directories part:
http://blogs.msdn.com/bclteam/archiv...-hamilton.aspx
I've gotten the code to run, but it crashes on the following line:
found = FindNextFile(fi ndHandle,...
No activity results to display
Show More
Leave a comment: