|
Rank: Member Groups: Member
Joined: 4/10/2016 Posts: 14
|
After deployed my c# application to the clients, some of them have encountered the problem "file not found" exception because the application fail to create the cache directory of the eo.webbrowser. Any suggestion please.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
Do you have the exact error message and stack trace of the exception?
Thanks!
|
|
Rank: Member Groups: Member
Joined: 4/10/2016 Posts: 14
|
Could not find file 'c:\Users\user\Documents\MyApp\AppCache\'
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Then you need to create that path and make sure your application has write permission to that path.
|
|