Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CNDL0004 with Msmq inside Foreach Preprocessor #4042

Closed
wixbot opened this issue Jun 25, 2013 · 6 comments
Closed

CNDL0004 with Msmq inside Foreach Preprocessor #4042

wixbot opened this issue Jun 25, 2013 · 6 comments
Labels
Milestone

Comments

@wixbot
Copy link

wixbot commented Jun 25, 2013

When I place a MessageQueue element inside the foreach preprocessor, I receive the following error for each MessageQueue that would be created in the loop.

error CNDL0004: The msmq:MessageQueue element contains an unexpected attribute 'xmlns:msmq'

This does not occur If I explicitly create multiple MessageQueues manually.

I have verified that the only difference in the output between the foreach approach and the manual approach is that the following additional attribute appears in the MessageQueue element with the foreach approach.

xmlns:msmq="http://schemas.microsoft.com/wix/MsmqExtension"

Originally opened by cokeman19 from http://sourceforge.net/p/wix/bugs/3329/

@wixbot
Copy link
Author

wixbot commented Jul 4, 2013

Could you please explain how to solve this problem?

@wixbot
Copy link
Author

wixbot commented Jul 4, 2013

The code fragment is attached.

@wixbot
Copy link
Author

wixbot commented Jul 4, 2013

Please post a code fragment with authoring that shows the problem.

@wixbot
Copy link
Author

wixbot commented Sep 18, 2013

Blair Murri says, "This is fixed. It was fixed last July with commit 432d9508ac6b."

Originally posted by robmen
Area changed from candle to

@wixbot
Copy link
Author

wixbot commented Sep 18, 2013

Triage please resolve this as fixed. It was fixed last July with commit 432d9508ac6b

Originally posted by bmurri

@wixbot
Copy link
Author

wixbot commented Sep 19, 2013

Originally changed by robmen
Resolution set to fixed
Status changed from Untriaged to Resolved

@wixbot wixbot added the bug label Dec 20, 2015
@wixbot wixbot added this to the v3.8 milestone Dec 20, 2015
@wixbot wixbot closed this as completed Dec 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant