Unable to access "Cookie" Folder

  • Thread starter Thread starter Gugale at Lincoln
  • Start date Start date
G

Gugale at Lincoln

Hi,

I have written a small program, sort of web crawler. The program uses
cookies. When I run the program from VS08, it runs fine. However, when I run
the standalone application it abort with an exception: unable to access
"c:\documents and settings\user\cookies" folder. The application has "Full
Trust" setting. Any suggestions?

Thanks
SG
 
Hi,

I have written a small program, sort of web crawler. The program uses
cookies. When I run the program from VS08, it runs fine. However, when I
run the standalone application it abort with an exception: unable to
access "c:\documents and settings\user\cookies" folder. The application
has "Full Trust" setting. Any suggestions?

Thanks
SG


Does the filespec exist?
 
Back
Top