Forum member

ChrisB

8 posts

Posts by ChrisB

  1. Unrecognized configuration section userSettings

    I quite often have two or more solutions open in separate instances of Visual Studio. Does NCrunch support this way of working? I've been trying it and have had issues like with the user.config and also with errors like the following, System.Configuration.ConfigurationErrorsException : Failed t…

  2. Unrecognized configuration section userSettings

    Hi, I looked at the user.config and it was for another project in another solution (that I also have configured with NCrunch). I deleted the file and ran the tests again and they are alll passing and the user.config looks sensible. Thanks very much for all your help. Chris.

  3. Unrecognized configuration section userSettings

    Hi, I've tried the compatibility mode and it didn't make any difference. Chris.

  4. Unrecognized configuration section userSettings

    Hi, I have got the app.config file that has the setting as follows, <configuration> <configSections> <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > <section …

  5. Unrecognized configuration section userSettings

    In the solution explorer for a project there is a properties item which has a Setttings.settings item. You can add a setting by double clicking on the Settings.settings item. This brings up a settings window where you can view and add application settings. Visual Studio automatically generates a …

  6. Unrecognized configuration section userSettings

    Hi, I have a projec t that has user settings (i.e. in the Settings.Designer.cs), when NCrunch tries to run its unit tests it fails with the following, SetUp : System.Configuration.ConfigurationErrorsException : Configuration system failed to initialize ----> System.Configuration.Configurati…

  7. Gallio runtime could not be initialized

    Hi Remco, Thanks for your reply - removing that directory seems to have done the trick and NCrunch is happily building/testing again! I'm not aware of using gallio else where, I'm using NUnit for testing. I've got Resharper and Visual Assist installed. The user.config file contained one of…

  8. Gallio runtime could not be initialized

    Hi, I'm just evaulating NCrunch and it was working great for a few days and then NCrunch couldn't build any of my projects with the following error. I've tried reinstalling NCrunch and manually installing NCrunch and I keep getting the same issue - do you have suggestions for this? I'm using NCr…