Problem on Permission

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am writing a program using window task scheduler to schedule a job. I use UCOMIPersistFile class to save a job. But I receive an exception on this


System.UnauthorizedAccessException: Access is denied. at System.Runtime.InteropServices.UCOMIPersistFile.Save(String pszFileName, Boolean fRemember)

Do anyone has idea on how to solve it??
Thx.
 
simon said:
Hi,

I am writing a program using window task scheduler to schedule a job.
I use UCOMIPersistFile class to save a job. But I receive an exception
on this
System.UnauthorizedAccessException: Access is denied. at
System.Runtime.InteropServices.UCOMIPersistFile.Save(String
pszFileName, Boolean fRemember)
Do anyone has idea on how to solve it??
Thx.

Hi,

since u have posted this message in JUL i hope you must have figured
some solution for this. If u have a solution kindly mail me
{[email protected]}

regds

Santosh.
 
Back
Top