Failed to grant permission to execute

  • Thread starter Thread starter -pb-
  • Start date Start date
P

-pb-

Hi,

I am developing a windows form application using C# on .net 1.1.

This exe uses a COM dll which I had added as a reference and VS2003
had produceds necessary stub for inter operation.

Now when I run this exe on my production area it gives me an error
"Failed to grant permission to execute" but works fine on my local
development area. Does anyone have any idea what is going wrong
 
Could you please tell what this com dll is doing, can u also verify the user
privileges/account in which u r trying to execute this.

Thnx
subu
 
Could you please tell what this com dll is doing, can u also verify the user
privileges/account in which u r trying to execute this.

Thnx
subu








- Show quoted text -

Te COM dll is 3rd party dll which do some processing with database.
The function is exposed via COM dll to start that processing.
 
Back
Top