This may be related to my recent reinstall of IIS, instead of anything 
that changed between 3.0.4624 and 3.0.4923, but I am now getting a 
failed assertion in strutil.cpp in MultiSzFindSubstring at line 1210.

I am going to debug further, but I was wondering why it throws an 
assertion for an empty MULTI_SZ:

    Assert(pwzMultiSz && *pwzMultiSz && pwzSubstring && *pwzSubstring);

If the MULTI_SZ is empty, *pwzMultiSz will be false.  Is this an invalid 
situation?

Thanks,

-- 
Thomas S. Trias
Senior Developer
Artizan Internet Services
http://www.artizan.com/


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to