Hi,
Could anybody plz help me out!!!!
While executing my C# application the other day, I got the following error:
Could not find a part of the path C:\Documents and Settings\<username>\Local Settings\Temp\2\<random file name>.tmp
When I checked, I found that someone has removed that directory. But after I created the directory, the application worked fine.
Does anybody have any idea why it is so? Does .NET require access to the temp folder?
I am using Visual Studio 2005 and Windows 2000.
Thanks in advance.