My application includes licensing after installation of ASP.Net application.
When I add files in file system under application folder for creating setup, the WaveTech.Scutex.Licensing.dll show a dependency warning.
The output during the build is as follows..
------ Starting pre-build validation for project 'FinalSetup' ------
WARNING: Unable to find dependency 'TRIAXIS.RUNSHARP' (Signature='1FE3F82C401DCFE3' Version='0.1.2.0') of assembly 'WaveTech.Scutex.Licensing.DLL'
WARNING: Unable to find dependency 'NLOG' (Signature='5120E14C03D0593C' Version='2.0.0.0') of assembly 'WaveTech.Scutex.Licensing.DLL'
WARNING: Unable to find dependency 'STRUCTUREMAP' (Signature='D9E244627CC0A396' Version='2.6.1.1') of assembly 'WaveTech.Scutex.Licensing.DLL'
WARNING: Unable to find dependency 'AUTOMAPPER' (Signature='BE96CD2C38EF1005' Version='0.3.0.54') of assembly 'WaveTech.Scutex.Licensing.DLL'
WARNING: Unable to find dependency 'INFRAGISTICS3.WPF.EDITORS.V10.1' (Signature='7DD5C3163F2CD0CB' Version='10.1.20101.1000') of assembly 'WaveTech.Scutex.Licensing.DLL'
WARNING: Unable to find dependency 'BOUNCYCASTLE.CRYPTO' (Signature='0E99375E54769942' Version='1.5.0.0') of assembly 'WaveTech.Scutex.Licensing.DLL'
WARNING: Unable to find dependency 'ICSHARPCODE.SHARPZIPLIB' (Signature='1B03E6ACF1164F73' Version='0.85.5.452') of assembly 'WaveTech.Scutex.Licensing.DLL'
------ Pre-build validation for project 'FinalSetup' completed ------
------ Rebuild All started: Project: FinalSetup, Configuration: Debug ------
Building file 'C:\Users\James\documents\visual studio 2010\Projects\LicenseFinal\FinalSetup\Debug\FinalSetup.msi'...
Packaging file 'LicenseFinal.exe'...
Packaging file 'sxu.dll'...
Packaging file 'Microsoft.VisualStudio.HostingProcess.Utilities.Sync.dll'...
Packaging file 'LicenseFinal.vshost.exe.manifest'...
Packaging file 'LicenseFinal.pdb'...
Packaging file 'WaveTech.Scutex.Licensing.DLL'...
Packaging file 'LicenseFinal.vshost.exe'...
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
Also,
if we install the application, The .exe does not work.
The application runs through ASP.Net F5 key or run command.
Any help will be appreciated..
Thanks..