Hi Guys,
Added app.config (Same content shown on your site) to my solution (I'm using the Nunit template) and got the following error when running the test:
VTMS.TestCase_Login.LoginBase:
System.Configuration.ConfigurationErrorsException : An error occurred creating the configuration section handler for WebAii.Settings: Could not load file or assembly 'ArtOfTest.WebAii, Version=2.0.2.0, Culture=neutral, PublicKeyToken=4fd5f65be123776c' or one of its dependencies. The system cannot find the file specified. (C:\C# Projects\VTMS\VTMS\bin\Release\VTMS.dll.config line 4)
----> System.IO.FileNotFoundException : Could not load file or assembly 'ArtOfTest.WebAii, Version=2.0.2.0, Culture=neutral, PublicKeyToken=4fd5f65be123776c' or one of its dependencies. The system cannot find the file specified.
Is there something I need to change in the config file itself or something is wrong with the section handler ?
Ta,
Seth.