-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: fxcop-runner-plugin
-
None
-
Environment:Jenkins 2.33,MSBuild,FxCop runner plugin
Hi Team,
I am getting the below exception
"Unhandled Exception: System.InvalidOperationException: Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application."
when i am trying to use fxcop exec in build step.If iam not using this fxcop ,my build is successful.
I am using web application (.net) and i am sure i am not using any dialog box.I have tried with two to three sample applications and i am always receiving this same error.
Please help me to resolve this.