I apologize if I'm missing something really obvious, but, when I open the System.Web namespace, I was expecting to see a System.Web.DynamicData namespace. It's not there. I have the Options --> Disassembler --> Optimization set to ".NET 3.5". Ideas?

Thanks, Bill
wmild
0

Comments

2 comments

  • James Moore
    Hi Bill,

    You need to add the System.Web.DynamicData.dll to your assembly list and look in that assembly rather than the System.Web.dll assembly.

    To do this goto File -> Open Cache and type in System.Web into the box at the top. Wait a while (mine took a min or two) and you should see the System.Web.DynamicData.dll assembly appear.

    You can then explore the assembly and see the System.Web.DynamicData namespace.

    Hope this helps,

    James
    James Moore
    0
  • wmild
    Thanks! Worked like a charm!
    wmild
    0

Add comment

Please sign in to leave a comment.