App runs fine on a console not in TS session

  • Thread starter Thread starter Steve Vilk
  • Start date Start date
S

Steve Vilk

Hi!

I have application which runs fine as regular user on a
console and as administrative user in TS session. But when
i try regular user in TS session i get Dr watson error
c00000fd (stack overflow). I suspect it got something to
do with .Net(application written using it). Any help would
be appreciated.

Thank you,

Steve
 
Seems a permission problem.
I would download FileMon and RegMon from
http://www.sysinternals.com/. Run them as administrator, start
a TS session as a normal user and try to run the application.

FileMon and RegMon will show you all "access denied" errors
that occur, so that you can give your users the necessary
permissions on a file-to file or Registry subkey basis.
 
Back
Top