Thanks Jeff,

I submitted all the info I think u need to issue 307,
http://code.google.com/p/mb-unit/issues/detail?id=307

It looks like a configuration exception because i chose not to install
NCover addin.


Let me know if you need any more info.


Hope it's easy to fix,
-V

On Sep 19, 11:24 am, "Jeff Brown" <[EMAIL PROTECTED]> wrote:
> Submit bugs here:http://code.google.com/p/mb-unit/issues/list
>
> I appreciate your help here.  I have several people with this plugin
> installed now and there are no obvious issues.  Which means it's likely to
> be something special about your configuration that is different from ours.
>
> Jeff.
>
> -----Original Message-----
> From: [email protected] [mailto:[EMAIL PROTECTED] On
>
> Behalf Of CVertex
> Sent: Tuesday, September 16, 2008 1:58 AM
> To: MbUnit.User
> Subject: MbUnit Re: ExceptionHelpers don't work with MbUnit when debugging
>
> Sorry Jeff, I'll reinstall it when i get back to HQ and screenshot any bugs
> I find. Where should I submit the bugs?
>
> Anything I can do to help.
>
> -V
>
> On Sep 16, 4:31 am, "Jeff Brown" <[EMAIL PROTECTED]> wrote:
> > Not nearly enough information I'm afraid.
>
> > I've been tracking down issues like this for the last couple of days
> > and thought I had them resolved.  At least, it seems to work reliably
> > on my machine now.
>
> > There are some very finicky details regarding assembly loading
> > policies in VS and R#.
>
> > Jeff.
>
> > -----Original Message-----
> > From: [email protected] [mailto:[EMAIL PROTECTED]
> > On
>
> > Behalf Of CVertex
> > Sent: Monday, September 15, 2008 5:06 AM
> > To: MbUnit.User
> > Subject: MbUnit Re: ExceptionHelpers don't work with MbUnit when
> > debugging
>
> > Hi Jeff,
>
> > When I install this into my VS 08 SP1 env, it installs fine, but on
> > start up VS says there was an error loading Gallio VS addin, and asks
> > me to remove the addin.
>
> > Also, I have Resharper 4.0 installed, and I think it throws an
> > exception when loading.
>
> > Is that enough info? I can give u more if need be.
>
> > In the meantime, it's rollback time....
>
> > -V
>
> > On Sep 15, 6:22 pm, "Jeff Brown" <[EMAIL PROTECTED]> wrote:
> > > Try one of
>
> these:http://ccnet.gallio.org/Distributables/GallioBundle-3.0.4.397-Setup-x.
> > ..http://ccnet.gallio.org/Distributables/GallioBundle-3.0.4.397-Setup-x...
>
> > > This is the latest work in progress.  It has come along quite a ways
> > > (but still not quite ready for official release yet.)
>
> > > Jeff.
>
> > > -----Original Message-----
> > > From: [email protected]
> > > [mailto:[EMAIL PROTECTED]
> > > On
>
> > > Behalf Of CVertex
> > > Sent: Sunday, September 14, 2008 7:35 PM
> > > To: MbUnit.User
> > > Subject: MbUnit Re: ExceptionHelpers don't work with MbUnit when
> > > debugging
>
> > > Thanks Jeff,
>
> > > sorry to pester, but I'd like to be able to debug a swathe of
> > > exception throwing code. can't wait to see all the awesome new bits
>
> > > On Sep 15, 12:23 pm, "Jeff Brown" <[EMAIL PROTECTED]> wrote:
> > > > Well... I can push out a preview release tonight.
> > > > I'm still waiting on a few bits from other people before I can
> > > > declare it complete.
>
> > > > Jeff.
>
> > > > -----Original Message-----
> > > > From: [email protected]
> > > > [mailto:[EMAIL PROTECTED]
> > > > On
>
> > > > Behalf Of CVertex
> > > > Sent: Sunday, September 14, 2008 6:51 AM
> > > > To: MbUnit.User
> > > > Subject: MbUnit Re: ExceptionHelpers don't work with MbUnit when
> > > > debugging
>
> > > > Thanks Jeff!
>
> > > > Any luck getting the new build out this weekend?
>
> > > > On Sep 11, 4:42 pm, "Jeff Brown" <[EMAIL PROTECTED]> wrote:
> > > > > We are using it in production.
> > > > > Nevertheless, I recommend that you hold off until we announce
> > > > > the next release.  (this weekend hopefully)
>
> > > > > Jeff.
>
> > > > > -----Original Message-----
> > > > > From: [email protected]
> > > > > [mailto:[EMAIL PROTECTED]
> > > > > On
>
> > > > > Behalf Of CVertex
> > > > > Sent: Wednesday, September 10, 2008 11:12 PM
> > > > > To: MbUnit.User
> > > > > Subject: MbUnit Re: ExceptionHelpers don't work with MbUnit when
> > > > > debugging
>
> > > > > Upgrading to MbUnit 3 is a decent idea. Is the current alpha
> > > > > safe to use in production?
>
> > > > > On Sep 11, 10:45 am, "Jeff Brown" <[EMAIL PROTECTED]> wrote:
> > > > > > Try using Assert.Throws<> in MbUnit v3.
>
> > > > > > As for why ExceptionHelper isn't catching exceptions while
> > > > > > debugging, I have no idea.  MbUnit certainly isn't doing
> > > > > > anything that should affect the ability to catch exceptions.
>
> > > > > > However, you might encounter some trouble if you have the
> > > > > > Exception Assistant turned on in Visual Studio.  It may pop up
> > > > > > a dialog telling you about the exception even though you
> > > > > > intend to catch
> > > it.
>
> > > > > > Jeff.
>
> > > > > > -----Original Message-----
> > > > > > From: [email protected]
> > > > > > [mailto:[EMAIL PROTECTED]
> > > > > > On
>
> > > > > > Behalf Of CVertex
> > > > > > Sent: Sunday, September 07, 2008 5:46 AM
> > > > > > To: MbUnit.User
> > > > > > Subject: MbUnit ExceptionHelpers don't work with MbUnit when
> > > > > > debugging
>
> > > > > > Howdy,
>
> > > > > > I'm noticing some weird behaviour when running MbUnit in debug
> > > > > > mode in VS 08 SP1.
>
> > > > > > I don't like the ExpectedException attributes because I can't
> > > > > > put multiple situations in one test method.
>
> > > > > > MS came up with a good solution called the ExceptionHelper
> > > > > > class
>
> (seehttp://www.codeplex.com/aspnet/SourceControl/FileView.aspx?itemId=989...
> > > > > > geSetId=15419)
>
> > > > > > But I'm noticing some weird behaviour when I try and use them
> > > > > > in debug
> > > > > mode.
>
> > > > > > the ExceptionHelper try-catch doesn't actually catch exceptions.
> > > > > > MbUnit catches them instead and fails my tests.
>
> > > > > > Everything is fine if I run without debugging (CTRL+f5)
>
> > > > > > Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MbUnit.User" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/MbUnitUser?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to