vote up 0 vote down star

Hi

I have a MOSS solution successfully created in Visual Studio 2005 using VseWss 1.1 I have now tried to upgrade to Visual Studio 2008 to use VseWss 1.3 The upgrade did not raise any errors however now when I try to deploy I get the following error:

The class id 00000000-0000-0000-0000-000000000000 exists in this Solution in both MyGlobals (C:\Code\website\MySolution\MyGlobal.cs) and MyWelcomeLayoutFeatureReceiver (C:\Code\website\MySolution\Modules\MyWelcomeLayout\MyWelcomeLayoutFeatureReceiver.cs). Class id's must be unique for deployment to succeed. The Guid attribute in each of the class files should match the feature id in the feature manifest for that particular feature.

I get the same error when I try to open the WSP view in VS. I have run a search on my files and none of them have a guid containing only zeros. The MyGlobals class is not part of a specific feature but rather is just part of the assembly (so doesn't have a unique guid!!, only the assembly does).

Has anyone had this problem and resolved it or have any tips for the upgrade? Thanks

flag

60% accept rate
I would say it's due to different behaviour in VSEWSS 1.3. Why don't you add your comment as the answer to the question and I'm sure if anyone has further thoughts they'll chime in! – Alex Angas Jul 8 at 8:21

1 Answer

vote up 0 vote down

I managed to resolve the problem by adding a unique guid attribute above each class declaration. Still a bit strange as when I create a new project I don't need to do this.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.