vote up 0 vote down star

"This member has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library."

Is there a way to access this information? (The original location of the Silverlight assembly).

flag

79% accept rate

1 Answer

vote up 0 vote down check

No, you can never access any information that has SecurityCriticalAttribute, that can only be accessed via Silverlight itself internally. But why do you want to access Assembly.CodeBase? Most of what you need to run, silverlight gives you access via browser interface. Think of silverlight as only alternative to JavaScript, where you really can not access client's machine information or any other system information. All you can do is talk to the server you came from.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.