Duplicate Project GUID

D

Doug Bell

Hi,

I have been having problems getting a Project to reference another project
in as VS Solution.

I believe that the reason the reference is not accepted is because another
project that is referenced has the same GUID in its Assembly Info.

ie
'The following GUID is for the ID of the typelib if this project is exposed
to COM

<Assembly: Guid("977736B3-AE00-4572-9443-C1001ED8486E")>



Can someone advise how I can fix this. I haven't yet tried but can I simply
change one of the Projects GUIDs or is there a checksum?

Is there someway to get the GUID to update?

Thanks



Doug

PS

This came about because I needed a similar project in this solution, one
project is the DataAccessTier retrieves data froa a BPCS database, the new
project, DataExtractTier exports some other data into an Access Database
(or optionally CSV or XML).

I created the secon Project by renaming the first (DataAccessTier) to
DataAccessTier1, copying the directory and renaming it. Then added the
project to the solution (it had the old name DataAccessTier). I renamed it
to DataExtractTier and then renamed DataAccessTier1 back to DataAccessTier.
Then did a fair bit of editing to DataExtractTier.
 
B

Brian Henry

same GUID? wow... that's virtually impossible theoretically unless they
where manually edited to be the same... if they were generated they should
theoretically never repeat
 
H

Herfried K. Wagner [MVP]

Brian Henry said:
same GUID? wow... that's virtually impossible theoretically unless they
where manually edited to be the same... if they were generated they should
theoretically never repeat

Maybe the OP created a copy of the original project.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top