Hi,

I'm using the newest Wix v3 3.0.2420.0.
I get the following message if try to compile my wxs:

C:\...\Edi.wxs(29) : error CNDL0200 : The Component element contains an
unhandled extension element 'pca:ComPlusApplication'.  Please ensure that
the extension for elements in the
'http://schemas.microsoft.com/wix/2005/02/pubca' namespace has been
provided.

Snippet from wxs:

<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";
xmlns:sql="http://schemas.microsoft.com/wix/SqlExtension";
xmlns:pca="http://schemas.microsoft.com/wix/2005/02/pubca";>

              <Component Id="EdiCOM_dll" DiskId="1"
Guid="4BD48D47-7C61-41C9-8302-3C9118E74D48">
                <File Id="EdiCOM_dll" Name="EdiCOM.dll" Source="MyCOM.dll"
KeyPath="yes" Vital="yes" />
                <pca:ComPlusApplication Id="MyCOM" Name="My COM+
Application">
                  <pca:ComPlusAssembly Id="MyComPlusAssembly" Type="native"
DllPath="[#MyCOM_dll]">
                    <!--pca:ComPlusComponent Id="MyCOM"
CLSID="YOURCLSID-CA74-4DC7-BAEF-25AF03BC5F67" /-->
                    <pca:ComPlusComponent Id="MyCOM"
CLSID="11A7B658-C45A-4C8A-B5CB-187409D6B943" />
                  </pca:ComPlusAssembly>
                </pca:ComPlusApplication>
              </Component>

Do I use the right schemas or is there any other mistake from me?

Thanks in advance,
Peter
-- 
View this message in context: 
http://www.nabble.com/Registering-COM-object---unhandled-extension-element-in-v3-tf3441526.html#a9596453
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to