Bugs item #1423648, was opened at 2006-02-03 19:21
Message generated for change (Settings changed) made by barnson
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1423648&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: candle
Group: v2.0
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Martin Lavelle (hypercaust)
Assigned to: Rob Mensching (robmen)
>Summary: WebDirProperties/@AnonymousUser doesn\'t reference User

Initial Comment:
Hello,
As requested on wix-users, the requested example 
illustrates a User that is not binding without a 
FragmentRef. Please try uncommenting/enabling the 
child feature (WEBVIRTUALDIRDEMO1). The amusing thing 
here is that the user (USER__IIS_DEFAULT) binds when 
the second feature is bound, because the fragment the 
user lives in has a directory that binds to the second 
feature (The Directorys always bind), but the other 
user in the same fragment isn't binding? I'm used to 
seeing whole fragments bind or not, as opposed to 
parts of fragments. I'm not saying this is also a bug, 
just unexpected...
The without the child feature linked, the MSI builds, 
without a User table, and fails (therefore) with this 
error:    ConfigureIIs:  Error 0x8007064f: failed to 
open view on database with SQL: SELECT `User`, 
`Component_`, `Name`, `Domain`, `Password`FROM `User` 
WHERE `User`=?   .....
The example enclosed is only a quick test/play 
vehicle! I can't provide live code, so it could have 
other faults also.

----------------------------------------------------------------------

Comment By: Derek (derekc)
Date: 2006-02-03 22:45

Message:
Logged In: YES 
user_id=518766

This is a simple bug: we need to create a reference to the
User symbol referenced by WebDirProperties/@AnonymousUser in
the compiler.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1423648&group_id=105970

-------------------------------------------------------------------------
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-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to