Author Topic: unhandled exception  (Read 6778 times)

0 Members and 1 Guest are viewing this topic.

Offline HerbS

  • Newbie
  • *
  • Join Date: Aug 2012
  • Posts: 19
  • Karma: 0
    • View Profile
unhandled exception
« on: December 18, 2014, 12:02:48 pm »
Microsoft.Net Framework Access the path C:\settings.xml is denied.
This appears when I attempt to change the aspect ratio of Hauppauge Wintv
on windows 7 64.
I can successfully work around this error by logging in as administrator.
I would like to eliminate the error if possible.
Many Thanks,
Marv

Offline Shane

  • Administrator
  • Hero Member
  • *****
  • Join Date: Sep 2011
  • Posts: 9281
  • Location: USA
  • Karma: 137
  • "Knowledge should be shared not hidden."
    • View Profile
Re: unhandled exception
« Reply #1 on: December 18, 2014, 01:36:33 pm »
Are you able to run the program as administrator? If not and you are using a limited user account then you have to have the file it is accessing be somwhere in the users profile, that is the only place Windows lets a limited user have full access. :wink:

Such as desktop, documents, appdata and so on.

Shane

Offline HerbS

  • Newbie
  • *
  • Join Date: Aug 2012
  • Posts: 19
  • Karma: 0
    • View Profile
Re: unhandled exception
« Reply #2 on: December 18, 2014, 08:34:15 pm »
Shane,
Yes, I can log on successfully and complete
my changes. The error box is gone.
Can I get rid the unhandled exception anyway?
Thanks,
herbs

Offline Shane

  • Administrator
  • Hero Member
  • *****
  • Join Date: Sep 2011
  • Posts: 9281
  • Location: USA
  • Karma: 137
  • "Knowledge should be shared not hidden."
    • View Profile
Re: unhandled exception
« Reply #3 on: December 23, 2014, 03:51:44 am »
That all depends on the program itself that is calling it. Depending on what the program is calling and needs access to, you might be stuck with having to run it as an administrator.

You can set it up to where certain programs run as a different user.

Shane

Offline Boggin

  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Jul 2014
  • Posts: 10182
  • Location: UK
  • Karma: 122
    • View Profile
Re: unhandled exception
« Reply #4 on: December 23, 2014, 04:26:25 am »
On some programs you can right click on them - select Properties and under the Compatibility tab check the box to Run this program as an administer.