Hello -
I'm having some trouble with references to an external project that contains services for my application. After changing the types of some properties in a class, I got errors like "Method not found: get_Size() (Where Size is the name of the field)
After rebuilding numerous times, deleting the class and adding a new one with a different name, I'm faced with a new but similar problem. Now the application can't find a method that is in my Factory class:
Method not found: 'Ropes.Services.Contracts.Data.SearchResultPage`1 Ropes.Services.Business.Experience.ExperienceFactory.Search(Ropes.Services.Business.Search.SearchRequest)'.
I've recompiled a million times; emptied bin and obj folders, deleted and re-added references but to no avail. My boss is coming down on me so if anyone can help it would be greatly appreciated and I assure you karma will look kindly on you :)
Thank you