Completed
Last Updated: 22 Sep 2015 08:26 by ADMIN
ADMIN
Ivaylo
Created on: 01 Aug 2014 13:49
Type: Bug Report
2
Elements not generated in Pages.g.cs file
Using the project attached in the internal description try to build the solution. You will get compile errors. Upon further investigation it turns out that the elements are not present in the Pages.g.cs file
2 comments
ADMIN
Daniel Djambov
Posted on: 22 Sep 2015 08:25
Telerik: this specific issue is due to how Visual Studio loads the test project in which there are excluded old tests with errors in them. In Test Studio standalone, there are excluded files with code that has compilation errors (old tests that are no longer used and their elements have changed, so can not be found) and Test Studio takes those excluded files into account and does not use them for compilation (to see excluded files open Settings.aiis file with text editor and search for 'Excluded' keyword). In Visual Studio, the MS VS project file does not exclude those old tests and loads them into the project, which causes the compilation error afterwards. Workaround is either to delete the excluded files from Visual Studio, or exclude the same files from MS VS project options (https://msdn.microsoft.com/en-us/library/0ebzhwsk(v=vs.90).aspx).
Mukul
Posted on: 06 Aug 2014 03:52
I am facing this issue in visual studio environment. Any workaround for this issue

-Mathew