Re: C#.NET app to run on Win 2003 from another Win2003 on the local net?
From: maks (maksim_at_datacap.com)
Date: 08/30/05
- Next message: Scott Zabolotzky: "Re: signcode vs signtool"
- Previous message: Nicole Calinoiu: "Re: Change ASP .NET Session Id"
- In reply to: Nicole Calinoiu: "Re: C#.NET app to run on Win 2003 from another Win2003 on the local net?"
- Next in thread: Nicole Calinoiu: "Re: C#.NET app to run on Win 2003 from another Win2003 on the local net?"
- Reply: Nicole Calinoiu: "Re: C#.NET app to run on Win 2003 from another Win2003 on the local net?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 30 Aug 2005 11:05:07 -0400
Thanks you very much for the reply!
Nicole Calinoiu wrote:
> "maks" <maksim@datacap.com> wrote in message
> news:%23gweO3WrFHA.3096@TK2MSFTNGP15.phx.gbl...
>
>>Ok! I have a .NET (C#) app that I'm having a problem running on a Win 2003
>>box from a different Win 2003 box. I mean files physically are installed
>>on that second win 2003 server, and I'm trying to start it on this first
>>one. I get security error.
>
>
> Would you be able to provide the complete exception details? (The output
> from its ToString method would be best, but anything might help narrow
> things down a bit.)
Here is the exception dump:
System. Security. Policy Exception: Required permissions cannot be acquired.
at TMSubDock.Form1.InitializeComponent
at TMSubDock.Form1..ctor
at TMSubDock.Form1.Main (String[] arg)
>
>
>
>>I know about that .NET framework wizard that allows you to adjust .NET
>>level of protection to internet/intranet/trusted and so on but that
>>doesn't help.
>
>
> On which machine did you attempt to run the wizard? Are you sure you were
> granting sufficient permissions for the application to run?
>
Only on the Win2003 where I'm trying to run the thing. The second
Win2003 (file server) doesn't even have the framework installed at all.
Checked all the permissions!
>
>
>>This doesn't happen on XP/2000. Any ideas!
>
>
> I'm guessing that the other machines on which you've tested this have
> perhaps had some CAS policy modifications applied, possibly via a group
> policy object distributed via the domain. You might want to ask the
> relevant network admin(s) about this possibility.
>
It actually sounds more like specific Win2003 issue due to stronger
security on it, may be. Hopefuly that is setable.
>
>
>>Thanks a lot in advance!
>>Please help! It's very urgent!
>
>
>
- Next message: Scott Zabolotzky: "Re: signcode vs signtool"
- Previous message: Nicole Calinoiu: "Re: Change ASP .NET Session Id"
- In reply to: Nicole Calinoiu: "Re: C#.NET app to run on Win 2003 from another Win2003 on the local net?"
- Next in thread: Nicole Calinoiu: "Re: C#.NET app to run on Win 2003 from another Win2003 on the local net?"
- Reply: Nicole Calinoiu: "Re: C#.NET app to run on Win 2003 from another Win2003 on the local net?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|