Andrew's Blog

Random musings in code

February, 2006

Posts
  • Andrew's Blog

    Common Issue: Security Exceptions

    • 1 Comments
    If you are hosting a control in the browser and have given it elevated permissions (we will use FullTrust for this example) you might notice that you are still getting security exceptions when you try to call protected APIs. Here's what is going on...
  • Andrew's Blog

    Strong names for controls in the browser

    • 6 Comments
    If you have a control hosted in the browser and you try to strong name it, you may find that it stops working. Looking at the IEHostLog ( http://blogs.msdn.com/andrewdownum/archive/2006/02/10/Using_DebugIEHost.aspx ) you might see something like this...
  • Andrew's Blog

    Diagnosing Control in browser issues

    • 2 Comments
    Controls hosted in the browser can often be difficult to debug. If anything goes wrong with loading the dll or constructing the control instance, you will get nothing but the standard IE "something is wrong" image (the small icon in the top-left with...
Page 1 of 1 (3 items)