Unexpected error writing metadata to file, The directory name is invalid
Hi, When I am trying to run an ASP.Net 1.0 application I am getting the following error:
Compiler Error Message: CS0013: Unexpected error writing metadata to file 'C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\Temp orary ASP.NET Files\MyProjectFolder\e682a500\c9f85eb3\c0ynv0qx.d ll' -- 'The directory name is invalid.
I have tried Microsoft recommended solutions like setting the tmp environmental variable to point the temp folder and given write permission in the temp folder to ASPNET user but it did not work.
Any help is highly appreciated.
|