{{theTime}}

Search This Blog

Total Pageviews

Could not locate the assembly "Microsoft.QualityTools.Testing.Fakes, Version=11.0.0.0, Culture=neutral, PublicKeyToken=".

Assembly "Microsoft.QualityTools" is missing.  Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.

No comments:

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...