c# - Weird errors that appear on first rebuild then disappear on the second rebuild -
i seem getting weird errors while rebuilding project.
i have project in witch have stored domainservice. if right click on solution , select clean solution rebuild project bunch of errors:
error 104
type or namespace name 'practices' not exist in namespace 'microsoft' (are missing assembly reference?)
d:\projects\backend\webapi\domainservices\localizationservice.cs
i errors each file have imported namespace:
using microsoft.practices.servicelocation;
now have added reference assembly.
the weirdest thing if rebuild again works , no errors displayed.
does have ideea what's going on?
possibly have wrong build order, visual studio tries in way, fails
Comments
Post a Comment