Answered fxcop rules are not running on asp.net codebehind files!

  • Friday, March 12, 2010 8:53 AM
     
     

    Hi all,
    I am writing couple of custom rules with fxcop, but i am not able to analysis my code behind .vb files ILs.
    I have created a website, build it and then publish it. it gave me App_Web_g4dzy9vg.dll kind of dll in bin. I am analysising this dll in FxCop with all rules, but to my surprise I am not getting any warnings.
    I debugged in my custom rules, there I found that whenever I am converting Member as Method I am getting a null value.
    How can I solve this problem?

    Thanks and regards,
    Tanmay.

Answers

  • Monday, March 15, 2010 5:15 AM
     
     Answered
    I don't know why it is not working on a website project, but when you convert/ use a webapplication instand of website it works fine.

    I am answering my own question.. !!

All Replies