I would like to test some custom methods I added to the TableAdapters in my project. I've written a few tests using MBUnit in VS.NET 2005 Prof. I couldn't get the TableAdapters to retreive data for me. It appears the connectionStrings section isn't recognized at all because after some troubleshotting I got this error
Message: Unrecognized element 'connectionStrings'. (C:\projects\hsn\hsnrewrite\HSNUnitTests\bin\Debug\HSNUnitTests.exe.config line 6) Type: System.Configuration.ConfigurationErrorsException Source: System.Configuration BareMessage: Unrecognized element 'connectionStrings'. Filename: C:\projects\hsn\hsnrewrite\HSNUnitTests\bin\Debug\HSNUnitTests.exe.config Line: 6 Errors: System.Configuration.ConfigurationException[] TargetSite: System.Object EvaluateOne(System.String[], System.Configuration.SectionInput, Boolean, System.Configuration.FactoryRecord, System.Configuration.SectionRecord, System.Object) HelpLink: null What do I need to do have this section recognized by the ConfigurationManger. Or is there a better approach to testing TableAdapters? Cheers, Aeden --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
