firsr problem has been solved by adding MVC 5.1 , and now i have problem building solution : [quote]C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "DotNetNuke.7.3.1.21.Fakes". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 18>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Hotcakes.Commerce.Dnn.Fakes". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 18>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Hotcakes.Commerce.Fakes". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 18>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.QualityTools.Testing.Fakes". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 18>C:\Users\Moslem Pasokh\Source\Repos\core\Libraries\Hotcakes.Commerce.Tests\HotcakesApplicationTest.cs(28,33,28,38): error CS0234: The type or namespace name 'Fakes' does not exist in the namespace 'Hotcakes.Commerce.Data.EF' (are you missing an assembly reference?) 18>C:\Users\Moslem Pasokh\Source\Repos\core\Libraries\Hotcakes.Commerce.Tests\HotcakesApplicationTest.cs(30,17,30,29): error CS0234: The type or namespace name 'QualityTools' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) 18>C:\Users\Moslem Pasokh\Source\Repos\core\Libraries\Hotcakes.Commerce.Tests\ContactService\AffiliateTest.cs(29,35,29,40): error CS0234: The type or namespace name 'Fakes' does not exist in the namespace 'DotNetNuke.Entities.Profile' (are you missing an assembly reference?) [/quote] where are Fake DLLS , i cant see "Adding Fake Refference" on right click of DLL?
|