-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
I am trying to use Alive in our existing solution and when I am in a unit test and try to turn on alive it comes up with errors:
[Error, Instrumentation v1.4.2-vs14.0] CS1508 at line 1 (character 0): Resource identifier 'OMS.OE.Web.Index.resources' has already been used in this assembly
CS1508 at line 1 (character 0): Resource identifier 'OMS.OE.Web.Index.resources' has already been used in this assembly
CS1508 at line 1 (character 0): Resource identifier 'OMS.OE.Web.Index.resources' has already been used in this assembly
CS1508 at line 1 (character 0): Resource identifier 'OMS.OE.Web.IndexResource.resources' has already been used in this assembly
CS1508 at line 1 (character 0): Resource identifier 'OMS.OE.Web.ChangeCustomerAccountViewModelResource.resources' has already been used in this assembly
CS1508 at line 1 (character 0): Resource identifier 'OMS.OE.Web.CustomerSearchViewModelResource.resources' has already been used in this assembly
CS1508 at line 1 (character 0): Resource identifier 'OMS.OE.Web.CustomerWithProductsViewModelResource.resources' has already been used in this assembly
CS1508 at line 1 (character 0): Resource identifier 'OMS.OE.Web.NotesViewModelResource.resources' has already been used in this assembly
CS1508 at line 1 (character 0): Resource identifier 'OMS.OE.Web.Index.resources' has already been used in this assembly
Only Alive encounters these errors, have no idea why these would have been already used.