Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I created a simple windows application and try to run the it and it says the following error at the

 

IntialiazeComponect() in the WindowsRegionCode.

 

An unhandled exception of type 'System.Security.SecurityException' occurred in windowsapplication1.exe

Additional information: Request failed.

 

can any help me.

Rufus
Posted

The error is in the

public sub New()

InitializeComponent()

 

Iam running the appilcaion on network.Our university has a shared network for the all the students. but the it was working fine before. Today its giving the problem.

Rufus
  • Administrators
Posted

.Net has restrictive permissions for non-local applications - that is probably causing the problem.

You will need to look at the "microsoft .Net Framework configuration" tool (Start->Programs->administrative tools) and set the server to be part of the trusted zone.

Or run the application locally.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...