an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Installation > Installation error on GO Daddy
Last Post 5/19/2009 6:52:27 PM By lukezy. 18 replies.
Page 1 of 2 (19 posts) << First < Prev 1 2 Next > Last >> 
5/14/2009 9:25:16 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Installation error on GO Daddy
Trying to run InstDSC on Virtual Dedicated Server.  Receiving this error please help.
 
 
Unhandled Exception: System.ComponentModel.Win32Exception: The system cannot fin
d the file specified
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startIn
fo)
   at System.Diagnostics.Process.Start()
   at DotShoppingCart.OpenSource.Core.RunCmd.RunProcess(String filename, String
arguments) in D:\sites\OpenSourceEdition\Core\RunCmd.cs:line 44
   at DotShoppingCart.OpenSource.Core.DBDeployment.CreateDSCDatabase(String serv
er, String dbName, String path, Boolean outputToConsole) in D:\sites\OpenSourceE
dition\Core\DBDeployment.cs:line 35
   at InstDSC.InstDSC.CreateDB() in D:\sites\OpenSourceEdition\InstDSC\Program.c
s:line 94
   at InstDSC.InstDSC.Install() in D:\sites\OpenSourceEdition\InstDSC\Program.cs
:line 86
   at InstDSC.InstDSC.Main(String[] args) in D:\sites\OpenSourceEdition\InstDSC\
Program.cs:line 81
DotShoppingCart Staff
5/14/2009 9:29:59 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Installation error on GO Daddy
What's your full command line arguments?
DotShoppingCart Staff
5/14/2009 10:17:06 AM
4safety
Posts: 124
Joined: 5/11/2009
Re: Installation error on GO Daddy
C:\release\DotShoppingCartOpenSourceV2\DotShoppingCartOpenSourceV2\Install>InstD
SC.exe .\SQLExpress dotshoppingcart c:\dbdata c:\key
Creating database .\SQLExpress.dotshoppingcart at c:\dbdata ...Running sqlcmd -E
 -S .\SQLExpress -v DatabaseName="dotshoppingcart" PrimaryFilePhysicalName="c:\d
bdata\dotshoppingcart.mdf" PrimaryLogFilePhysicalName="c:\dbdata\dotshoppingcart
_log.ldf" DBDataPath="c:\dbdata" -i "C:\release\DotShoppingCartOpenSourceV2\DotS
hoppingCartOpenSourceV2\Install\CreateDB.sql" -b
5/14/2009 11:19:31 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Installation error on GO Daddy
Ok,  D:\sites\OpenSourceEdition\Core\DBDeployment.cs:line 35 is
      cmd.RunProcess("sqlcmd", string.Format(sqlcmdArgFormat, server, dbName, path));
It seems that "sqlcmd" is not installed. Did you install the SQL Server 2005 or 2008? If so, did you include the client tools like management studio?
DotShoppingCart Staff
5/14/2009 2:26:04 PM
4safety
Posts: 124
Joined: 5/11/2009
Re: Installation error on GO Daddy
have you ever heard of running into problems installing .net Framework 3.5 on a virtual dedicated server?
5/14/2009 2:39:18 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Installation error on GO Daddy
Never. Try re-imaging or re-creating the VM.
DotShoppingCart Staff
5/16/2009 5:39:40 PM
4safety
Posts: 124
Joined: 5/11/2009
Re: Installation error on GO Daddy
I got this eror when trying to access the app after installing. please advise.
 
 
 
Failed to initialize the AppDomain:/LM/W3SVC/30692/Root/4safetytrainingdsc

Exception: System.IO.FileLoadException

Message: Could not load file or assembly 'System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Access is denied.

StackTrace:    at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
   at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
   at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
   at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
   at System.Activator.CreateInstance(String assemblyName, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityInfo, StackCrawlMark& stackMark)
   at System.Activator.CreateInstance(String assemblyName, String typeName)
   at System.AppDomain.CreateInstance(String assemblyName, String typeName)
   at System.AppDomain.CreateInstance(String assemblyName, String typeName)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmentAndReportErrors(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)

 
5/16/2009 6:53:16 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Installation error on GO Daddy
Did you install ASP.NET 3.5? Please follow steps from here.
DotShoppingCart Staff
5/16/2009 7:01:59 PM
4safety
Posts: 124
Joined: 5/11/2009
Re: Installation error on GO Daddy
Yes i did install 3.5 already and followed the install guide to the best of my knowledge.
5/16/2009 7:03:31 PM
4safety
Posts: 124
Joined: 5/11/2009
Re: Installation error on GO Daddy
do i have to create a database or does the install create the database?
5/16/2009 7:08:21 PM
4safety
Posts: 124
Joined: 5/11/2009
Re: Installation error on GO Daddy
also i only needed to install the .net framework to the server correct?
Page 1 of 2 (19 posts) << First < Prev 1 2 Next > Last >>