I am getting several Unresolved reference to symbol even though I have
included references to WixIISExtension in build at command line.

Following are a few lines from the fragment:


<DirectoryRef Id="INSTALLDIR">

 <Component Id="cOSSRemoteRecord" Guid="7D050873-B336-4987-AD29-ECA3610ECE00
">

<WebVirtualDir xmlns="http://schemas.microsoft.com/wix/IIsExtension"; Id="
wvdirOSSRemoteRecord" WebSite="wsPrivate" Alias="[OSSREMOTERECORDVDIRNAME]"
Directory="dOSSRemoteRecord" DirProperties="privateWebDirProperties">

<WebApplication Id="wAppOSSRemoteRecord" Name="ossremoterecord" WebAppPool="
OSSApplicationPool"/>

</WebVirtualDir>

</Component>

</DirectoryRef>


When I run the following to build, I get errors for Unresolved References:

light *.wixobj -cultures:en-US -ext WixIIsExtension.dll -ext
WixUtilExtension.dll -ext WixSqlExtension.dll -ext WixUIExtension.dll -out
Test.msi


C:\Users\a-dawahe\Source\tv2_server_main\server\install\wxs\x86\Mediaroom\Rdp.wxs(19)
: error LGHT0094 : Unresolved reference to symbol 'IIsWebSite:wsPrivate' in
section 'Fragment:RDP'.
C:\Users\a-dawahe\Source\tv2_server_main\server\install\wxs\x86\Mediaroom\Rdp.wxs(20)
: error LGHT0094 : Unresolved reference to symbol
'IIsAppPool:ClientFacingApplicationPool' in section 'Fragment:RDP'.
C:\Users\a-dawahe\Source\tv2_server_main\server\install\wxs\x86\Mediaroom\Rdp.wxs(19)
: error LGHT0094 : Unresolved reference to symbol
'IIsWebDirProperties:publicWebDirProperties' in section 'Fragment:RDP'.
C:\Users\a-dawahe\Source\tv2_server_main\server\install\wxs\x86\Mediaroom\Rdp.wxs(41)
: error LGHT0094 : Unresolved reference to symbol 'IIsWebSite:wsPrivate' in
section 'Fragment:RDP'.
C:\Users\a-dawahe\Source\tv2_server_main\server\install\wxs\x86\Mediaroom\Rdp.wxs(42)
: error LGHT0094 : Unresolved reference to symbol
'IIsAppPool:ServerFacingApplicationPool' in section 'Fragment:RDP'.
C:\Users\a-dawahe\Source\tv2_server_main\server\install\wxs\x86\Mediaroom\Rdp.wxs(41)
: error LGHT0094 : Unresolved reference to symbol
'IIsWebDirProperties:privateWebDirProperties' in section 'Fragment:RDP'.

Any recommendations what I might be missing?

 Thanks

D
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to