System.Security.Permissions.SecurityPermission Error

  • Thread starter Thread starter Glenn Hulls via .NET 247
  • Start date Start date
G

Glenn Hulls via .NET 247

(Type your message here)

--------------------------------
From: Glenn Hulls

I am new to VB.net. The app i have written is short
and simple, it uses the process class to invoke an
internet explorer session. It then saves the generated process
ID so the process can be killed later using 'ProcessId.CloseMainWindow()'

When i run the application from a network drive i get the following
non-specific error :

'System.Security.Permissions.SecurityPermission'

- no additional details.

Any help would be appreciated,
thanks in advance,
Glenn.
 
* Glenn Hulls via .NET 247 said:
I am new to VB.net. The app i have written is short
and simple, it uses the process class to invoke an
internet explorer session. It then saves the generated process
ID so the process can be killed later using 'ProcessId.CloseMainWindow()'

When i run the application from a network drive i get the following
non-specific error :

'System.Security.Permissions.SecurityPermission'

<URL:http://msdn.microsoft.com/library/en-us/dnnetsec/html/entsecpoladmin.asp>
 
Hi Glen,

Did you know there is also a dotnet newsgroup about security

microsoft.public.dotnet.security

When you found your solution here, maybe for the next time.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top