Live CHAT with me

LiveZilla Live Help

| YMN : mrpu4ng

or use our contact page !
Latest Tweets
    Loading Tweets...

Server Error in Application.

Posted by Puang 0 comments

Server Error in Application. error yang muncul di server windows hmmm…. googling dulu ah… apaseh masalah nya …

dari hasil googling, akhirnya ketemu solusinya.

Masalah awal, muncul error :

Server Error in Application.

Required permissions cannot be acquired.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Security.Policy.PolicyException: Required permissions cannot be acquired.

solusi :

By checking Stack Trace, the error means that Microsoft.Practices.ObjectBuilder assembly failed to be loaded, because CLR security policy was not going to grant that assembly what it had asked for in its minimum grant set. You need check its minimum request set (either by looking for .permissionset reqmin in ILDasm, or if it’s a v1.1 assembly by using PermView).

It looks like your application uses reflection which requires Full Trust.

<trust level=”Full” originUrl=”" />  ( in Web.config file)

Problem = solved… ready to rumble again…

Popularity: 11% [?]

Share

Related post


Unique visitors to post: 4

No comments yet. Be the first to leave a comment !
Leave a Comment

Name

Email

Website

 
Previous Post
«
Next Post
»

Switch to our mobile site