Re: COM Calling C# Security Issue
From: Nicholas Paldino [.NET/C# MVP] (mvp_at_spam.guard.caspershouse.com)
Date: 03/30/04
- Next message: mikeb: "Re: Allocate more memory into Byte array"
- Previous message: MichaelW: "imitate baseball box scoring"
- In reply to: Matthew Wieder: "Re: COM Calling C# Security Issue"
- Next in thread: Matthew Wieder: "Re: COM Calling C# Security Issue"
- Reply: Matthew Wieder: "Re: COM Calling C# Security Issue"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 30 Mar 2004 12:47:35 -0500
Matthew,
Since the assembly is strong named, I would go to the .NET admin tool
and give this assembly full trust, and see if that works.
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
"Matthew Wieder" <Development@SatoriGroupInc.com> wrote in message
news:OyJG%234nFEHA.1396@TK2MSFTNGP11.phx.gbl...
> It's VBA, and I'm running it by executing a sub in an Excel workbook.
> I, the logged in user, am an admin on both boxes and have network rights.
>
>
> Nicholas Paldino [.NET/C# MVP] wrote:
>
> > Matthew,
> >
> > What is the environment that you are running the VB code in? Does
the
> > user account which the process is running under have the appropriate
rights
> > to access the network? If you are using say, ASP.NET, by default, you
won't
> > have this right. Or, if it is a service, and you are running under the
> > LocalSystem account, you won't have this right either.
> >
> > Hope this helps.
> >
> >
>
- Next message: mikeb: "Re: Allocate more memory into Byte array"
- Previous message: MichaelW: "imitate baseball box scoring"
- In reply to: Matthew Wieder: "Re: COM Calling C# Security Issue"
- Next in thread: Matthew Wieder: "Re: COM Calling C# Security Issue"
- Reply: Matthew Wieder: "Re: COM Calling C# Security Issue"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|