About 4,130 results
Open links in new tab
  1. Cmdline tool vstest.console.exe throws UnitTestIsolationException …

    Apr 23, 2019 · Enables Visual Studio's testing tools with unit tests written for Google Test. The use terms and Third Party Notices are available in the extension installation directory.

  2. How can I create a database during a unit test for integration …

    Jun 21, 2023 · I want to write some unit/integration tests to test areas of my application that involve database access. I'm using EF5 "database first". My solution also includes a SQL …

  3. Migrate Team Project collection to new domain and server

    Apr 30, 2012 · These tools are lossy and you will see work item ids, changeset ids and things like creation dates on work items change. The integration tools basically copy content one piece at …

  4. Instances of types that represent COM components cannot be cast …

    Apr 27, 2015 · class type 'System.Data.SqlClient.SqlConnection'. Instances of types that represent COM components cannot be cast to types that do not represent COM components;

  5. SSIS Pkg Created in SSMS using Wizard Fails when running it in SSIS

    Sep 4, 2014 · After hours of searching, I found what seemed to be the problem. I do not clearly understand the problem, but it seems that, when running a package in SSMS, there is no such …

  6. TFS Integration - The remote server returned an error: (401) …

    Mar 18, 2014 · Im struggling to get the TFS Integration tools setup to connect to a remote server. I have succesfully ran an integration config on a local server, from one project to another on the …

  7. DTS vs SSIS - social.msdn.microsoft.com

    Nov 10, 2009 · The DTS and SSIS are both used in SQL Server Transformations. Th e DTS was used for transformation purpose upto SQL Server 2000 and SSIS (Including SSAS and SSRS) …

  8. How to Truncate the Data from Excel sheet ..when loading

    Sep 19, 2011 · I am loading the data into Excel destination using ssis. Everyday I need to truncate the sheet and reload that fresh.

  9. Mstest has no testmetadata switch - social.msdn.microsoft.com

    Jul 14, 2014 · I am doing test automation using coded ui framework. For that I wanted to use mstest to run tests from command line. It was working fine until I tired to run the test on …

  10. SSIS Alternative of using temp tables - social.msdn.microsoft.com

    Jul 5, 2012 · I was wondering if we should use a temp table in SSIS or raw files to fiddle with data at run time. I can think of 4 possible ways mentioned below: Stage data in a permanent table …