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
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.. !!- Marked As Answer by Roahn LuoModerator Monday, March 15, 2010 11:17 AM
All Replies
-
Monday, March 15, 2010 5:15 AM
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.. !!- Marked As Answer by Roahn LuoModerator Monday, March 15, 2010 11:17 AM
-
Thursday, March 18, 2010 1:39 PMDetail explaination from microsoft.
http://support.microsoft.com/default.aspx/kb/913447?p=1 -
Thursday, June 10, 2010 11:06 AM
Detail explaination from microsoft.
http://support.microsoft.com/default.aspx/kb/913447?p=1
I wonder if it can working on a website project on earth?