You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Jason, I am interested in FeatureToggle and I tried it out. We have multiple projects in the solution and I tried adding the FeatureToggle only to one Project (Common) library which we use in each other project. When I call the feature class property FeatureEnabled, get following error:
The type 'SimpleFeatureToggle' is defined in an assembly that is not referenced. You must add a reference to assembly 'FeatureToggle, Version=4.0.2.0, Culture=neutral, PublicKeyToken=null
I read that this might be due to different target .NET framework: https://stackoverflow.com/a/40261826
Any advice? Also, is it possible to update the traget framework to .NET 4.7.2 in this case?
The text was updated successfully, but these errors were encountered:
Hi Jason, I am interested in FeatureToggle and I tried it out. We have multiple projects in the solution and I tried adding the FeatureToggle only to one Project (Common) library which we use in each other project. When I call the feature class property FeatureEnabled, get following error:
The type 'SimpleFeatureToggle' is defined in an assembly that is not referenced. You must add a reference to assembly 'FeatureToggle, Version=4.0.2.0, Culture=neutral, PublicKeyToken=null
I read that this might be due to different target .NET framework: https://stackoverflow.com/a/40261826
Any advice? Also, is it possible to update the traget framework to .NET 4.7.2 in this case?
The text was updated successfully, but these errors were encountered: