(Caveat: this is the first time I've ever worked with SharePoint, so am probably failing to understand something fairly fundamental. But Google's been singularly unhelpful, so here I am.)
I'm creating some custom fields to use in a custom content type (roughly following this MSDN article). As this is the first time I've done this, my usual method of hitting F5 every so often to check everything is still working is failing, because every time I do I get complaints about Id collisions. If I replace the Ids of all the fields that were present the last time I it F5, everything works, but this seems like far too much effort.
Is there some way of running what I've got without having to replace all the GUIDs every time? It seems far too long-winded.
I'm on VS2010.
Thanks!