Home > Archive > Visual Studio > March 2004 > .NET invalid character in path
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
.NET invalid character in path
|
|
| Apostolis K. 2004-03-28, 10:32 pm |
| I run WINXP and I have a problem with Visual Studio.NET 2003
I go
FILE > NEW > PROJECT > VISUAL BASIC PROJECTS > ASP.NET WEB APPLICATION
and I get the following error when I press OK.
Cannot create the offline cache in 'C:\Documents and
Settings\Yo!\VSWebCache\COMPUTER01\WebAp
plication1'. Invalid character in
web name "/C:/Documents and
Settings/Yo!/VSWebCache/COMPUTER01/WebApplication1":(0x21).
Is the invalid character the exclamation mark (!) in my profile folder? If
yes, how could I change that, because Windows don't let me rename this
folder.
--
Apostolis K.
(remove double k from the address)
| |
|
| Hi Apostolis,
I found the following information with reference to your problem description:
CAUSE: There was a permissions problem and an invalid character in the path of
the web application. This caused ASP.NET to fail to write the dll's to the
temporary asp.net files folder.
RESOLTN: Give ASPNET account read access to the root folder and propagate that
down. Must also remove the invalid character from the path. In this case, it
was a "#".
Best Regards
Nick
----- Apostolis K. wrote: -----
I run WINXP and I have a problem with Visual Studio.NET 2003
I go
FILE > NEW > PROJECT > VISUAL BASIC PROJECTS > ASP.NET WEB APPLICATION
and I get the following error when I press OK.
Cannot create the offline cache in 'C:\Documents and
Settings\Yo!\VSWebCache\COMPUTER01\WebAp
plication1'. Invalid character in
web name "/C:/Documents and
Settings/Yo!/VSWebCache/COMPUTER01/WebApplication1":(0x21).
Is the invalid character the exclamation mark (!) in my profile folder? If
yes, how could I change that, because Windows don't let me rename this
folder.
--
Apostolis K.
(remove double k from the address)
|
|
|
|
|