Server Error in Application.
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% [?]
Related post
Unique visitors to post: 4« AilaNET 100% Linux Next Post
Serial Number Dreamweaver 8 »

| 






