Conflicting components visualstudio debugging

I keep getting this error message during debugging in. Do i need to change the version number? I’m working on both a rhino and grasshopper plugin. At some point I had two versions of rhino running but I changed that in the properties.

Both GH_Elements.gha and bpGrasshopper.gha projects have a GH Component called getGeoFile which has the same GUID, you should delete the duplicate, or create a new ID for one of them. GH_Elements may also be an old version of your plugin? I’d delete your bin and obj folders and rebuild.

1 Like

That solved the problem. Thanks!