This Question is Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
2 Replies Last post: Mar 6, 2013 5:53 PM by Fedor Buyvol-Kot  
Simon  Powers Newbie 2 posts since
Feb 28, 2013
Currently Being Moderated

Feb 28, 2013 8:11 PM

Problem or user error? Getting dotcover to analyse IIS Application

I am trying to run dotCover against an IIS application. The IIS application is running a c# 4.0 WCF service. I have a set of acceptance tests which run against IIS. I want to see how much code these tests cover.

 

I have the full version and latest (2.2.515.8) running in Visual Studio 2010 on windows 7 64 bit.

 

I have done the following:

 

1. Open dotCover -> Profile Start up application

The start up application window opens (IIS Application) and the correct url is set in the browser text box and the open browser checkbox is selected.

The Start profiling checkbox is checked

 

2. Click run

The dotCover controller window opens and all the buttons and drop downs are greyed out except 'Stop Service'

 

3. Try running tests or calling the web page from the browser

Nothing happens. If I do an iisreset, nothing happens. The process drop down is greyed out and empty.

 

If I close the dotCover Controller window, the message: Cover Analysis finished but no shapshot created box appears.

 

I get no report and I dont believe any analysis has taken place or in fact dotCover is attached to the IIS process at all.

 

I have tried various combinations of options, running the above sequence of steps when debugging and following the instructions given here:

http://www.jetbrains.com/dotcover/webhelp/dotCover_Manual__IIS.html

 

I have also tried uninstalling and re-installing dotCover but nothing seems to work

 

Any help much appreciated.

 

Thanks

Simon

Attachments:
Fedor Buyvol-Kot JetBrains 48 posts since
Dec 9, 2011
Currently Being Moderated
Mar 6, 2013 5:53 PM in response to: Simon Powers
Re: Problem or user error? Getting dotcover to analyse IIS Application

Hi Simon,

 

     Terribly sorry for the late reply.    

     I'm glad that it works fine for you now.

 

Regards.

More Like This

  • Retrieving data ...