DotNetApp\TS\Windows2003Server

  • Thread starter Thread starter gh
  • Start date Start date
G

gh

Guest
We moved our .net applications(v1.1 framework) to a Windows 2003 Server
64 bit. When I access the server using TS and login as Administrator I
can run the applications just fine. If I login as another user, I get a
n error when trying to launch the .net application. Is there something
I need to do in the permissions, to get the application to run under
other accounts?

TIA
 
Re: DotNetApp\TS\Windows2003Server

Did you put the TS into install mode before you installed the
aaplication?

Check this as well:

My application runs fine for Administrators, but not for normal
users
http://ts.veranoest.net/ts_faq_applications.htm#FileRegMon

_________________________________________________________
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
TS troubleshooting: http://ts.veranoest.net
*----------- Please reply in newsgroup -------------*

gh <gh@att.net> wrote on 27 apr 2008:

> We moved our .net applications(v1.1 framework) to a Windows 2003
> Server 64 bit. When I access the server using TS and login as
> Administrator I can run the applications just fine. If I login
> as another user, I get a n error when trying to launch the .net
> application. Is there something I need to do in the
> permissions, to get the application to run under other accounts?
>
> TIA
 
Re: DotNetApp\TS\Windows2003Server

Vera:

These are our own in house custom developed.net applications. They do
not have an install. We just create the folders and drop the exe and
supporting dlls, into the folder. When I try to run them as a user I
am getting the Common Language Runtime Error dialog. It acts like it
can' t find an assembly. I know it has to do with TS, because if I go
to the server and logon with a user account, then the application runs
ok. Only through TS as a user does the application not run.

Thanks

Jeff

Vera Noest [MVP] wrote:
> Did you put the TS into install mode before you installed the
> aaplication?
>
> Check this as well:
>
> My application runs fine for Administrators, but not for normal
> users
> http://ts.veranoest.net/ts_faq_applications.htm#FileRegMon
>
> _________________________________________________________
> Vera Noest
> MCSE, CCEA, Microsoft MVP - Terminal Server
> TS troubleshooting: http://ts.veranoest.net
> *----------- Please reply in newsgroup -------------*
>
> gh <gh@att.net> wrote on 27 apr 2008:
>
>> We moved our .net applications(v1.1 framework) to a Windows 2003
>> Server 64 bit. When I access the server using TS and login as
>> Administrator I can run the applications just fine. If I login
>> as another user, I get a n error when trying to launch the .net
>> application. Is there something I need to do in the
>> permissions, to get the application to run under other accounts?
>>
>> TIA
 
Re: DotNetApp\TS\Windows2003Server

Then Process Monitor should be able to show you what the problem
is. Check not only for "access denied" errors, but also for "file
not found" errors in the output.
_________________________________________________________
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
TS troubleshooting: http://ts.veranoest.net
___ please respond in newsgroup, NOT by private email ___

gh <gh@att.net> wrote on 28 apr 2008 in
microsoft.public.windows.terminal_services:

> Vera:
>
> These are our own in house custom developed.net applications.
> They do not have an install. We just create the folders and
> drop the exe and supporting dlls, into the folder. When I try
> to run them as a user I am getting the Common Language Runtime
> Error dialog. It acts like it can' t find an assembly. I know
> it has to do with TS, because if I go to the server and logon
> with a user account, then the application runs ok. Only through
> TS as a user does the application not run.
>
> Thanks
>
> Jeff
>
> Vera Noest [MVP] wrote:
>> Did you put the TS into install mode before you installed the
>> aaplication?
>>
>> Check this as well:
>>
>> My application runs fine for Administrators, but not for normal
>> users
>> http://ts.veranoest.net/ts_faq_applications.htm#FileRegMon
>>
>> _________________________________________________________
>> Vera Noest
>> MCSE, CCEA, Microsoft MVP - Terminal Server
>> TS troubleshooting: http://ts.veranoest.net
>> *----------- Please reply in newsgroup -------------*
>>
>> gh <gh@att.net> wrote on 27 apr 2008:
>>
>>> We moved our .net applications(v1.1 framework) to a Windows
>>> 2003 Server 64 bit. When I access the server using TS and
>>> login as Administrator I can run the applications just fine.
>>> If I login as another user, I get a n error when trying to
>>> launch the .net application. Is there something I need to do
>>> in the permissions, to get the application to run under other
>>> accounts?
>>>
>>> TIA
 
Back
Top