Hi,
When I try to run the InstDSC command, this is the error I got. I completely take out the .\ before the database servername. Any help will be appreciated. TIA
c:\Project\DShopping\Install>InstDSC.exe dmobile dotshoppingcart c:\dbdata c:\key mail.dmobile.com hoduong@hotmail.com
Creating database dmobile.dotshoppingcart at c:\dbdata ...done
Creating demo data ...done
Creating encryption key file c:\key\DotshoppingcartMaster.key ...done
Updating c:\Project\DShopping\Install\..\web\web.config ...done
Unhandled Exception: System.Security.SecurityException: The source was not found, but some or all event logs could not be searched. Inaccessible logs
: Security.
at System.Diagnostics.EventLog.FindSourceRegistration(String source, String machineName, Boolean readOnly)
at System.Diagnostics.EventLog.SourceExists(String source, String machineName)
at System.Diagnostics.EventLog.SourceExists(String source)
at InstDSC.InstDSC.CreateEventLogSource() in D:\sites\PublicEdition\InstDSC\Program.cs:line 147
at InstDSC.InstDSC.Install() in D:\sites\PublicEdition\InstDSC\Program.cs:line 89
at InstDSC.InstDSC.Main(String[] args) in D:\sites\PublicEdition\InstDSC\Program.cs:line 81
The Zone of the assembly that failed was:
MyComputer
c:\Project\DShopping\Install>
|