1

I have accidentally copied and replaced more than I should have.... My Guid number ended up changed in the AssemblyInfo.cs file. How can I restore it, not knowing the number it should be?

This has to be a duplicate, but I cant find it.

amalgamate
  • 2,200
  • 5
  • 22
  • 44

1 Answers1

2

OK, I was able to solve this in a simple way. I figured it out by looking at this link. To summarize: in Visual Studio under the tools menu you can generate a guid. If you work out how to do that right it should change the guid in the AssemblyInfo.cs file directly. Then you need to copy the guid to the project properties under Application>Assembly Information. This worked for my simple case. I suspect that it would be more important if it was a part of source control, however at that point you can likely recover it from the submit history.

amalgamate
  • 2,200
  • 5
  • 22
  • 44