Click here to Skip to main content
15,904,346 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
Hi All

I have created on Sharepoint 2013 App. when i tried to run the code analysis ( Microsoft All Rules) it throws the below error. I got stuck in this.
while building the project, the dll file appears in the bin/debug folder, but after running the Code analysis the dll disappears.
any help will be appreciated
Please share your views.

HTML
CA0052	Error Running Code Analysis	CA0052 : No targets were selected.	[Errors and Warnings]	(Global)	

CA0055	Error Running Code Analysis	CA0055 : * Could not load file: 'bin\Release\xxxxx.dll'.	[Errors and Warnings]	(Global)
Posted
Updated 15-Mar-15 20:06pm
v2
Comments
Kornfeld Eliyahu Peter 16-Mar-15 2:10am    
Does it helps?
https://msdn.microsoft.com/en-us/library/ms245351.aspx
https://msdn.microsoft.com/en-us/library/ms244741.aspx
Karthik_Mahalingam 16-Mar-15 2:18am    
Thanks korn for your reply, those links have a very basic note related to the warning..
need more details to fix this issue.
Kornfeld Eliyahu Peter 16-Mar-15 2:23am    
How did you run FxCop? What version of Visual Studio?
Karthik_Mahalingam 16-Mar-15 3:01am    
I am using Visual Studio 2013 ( Right click the project, Run Code analysis )
Kornfeld Eliyahu Peter 16-Mar-15 3:05am    
Did you changed the compilation target of you project to something different than \bin\Debug|Release?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900