Demo Version Help
Posted: Sat Jan 10, 2009 1:52 pm
I have a brand new (2 weeks old) Vista Home Premuim 64 bits machine which has IIS7.0 and SQL Server Express 2005 on it, I am trying to run this on.
Just downloaded yesterday literally for the first time.
First Problem
I am getting this error message on the top of the http://localhost:91/install/Configure1.aspx
The domain localhost:91 has already registered for a demo key, but the evaluation period has expired. Contact AbleCommerce if you need an extended demo key.
Provide your license key and database connection to complete the first step of installation.
I have NEVER installed this software on ANY machine until now....
So, to *validate* I am doing the install correctly. I went to my windows 2000 server and installed it on there and got it to work. So I am doing the installation properly.
But I need this to work on my development environment as the software will be customized.
What I have done:
Set Network Service for Read/write permissions on the Base folder.
IIS set the Application pool named pipiline mode to classic
Set it to run 32 bit applications
Tried using just the Default website instead of a port
Specified the connection string by hand
Specified the connection string by input entries
Specified it to use the built in database.
What I have is Vista Home Premuim, SQL Server Express 2005, IIS 7.0 and I will be developing in VS 2008 with a .NET 2.0 evironment set up.
I researched the forums but haven't found anyone that has run into this error.
The version is Able Commerce 7.1, which from my understanding is suppose to work with IIS 7.0.
Second Problem
IF I try to compile and run this through my VS 2008 as a *2.0* application, by opening a web site *through file system* I also get the following errors.
Error 1 The type or namespace name 'DHLInternational' does not exist in the namespace 'CommerceBuilder.Shipping.Providers' (are you missing an assembly reference?) C:\Users\sacred\Documents\Visual Studio 2008\WebSites\ablecommerce\Admin\Shipping\Providers\DHLInternational\Register.aspx.cs 1
Error 2 The type or namespace name 'DHLInternational' does not exist in the namespace 'CommerceBuilder.Shipping.Providers' (are you missing an assembly reference?) C:\Users\sacred\Documents\Visual Studio 2008\WebSites\ablecommerce\Admin\Shipping\Providers\DHLInternational\Default.aspx 2
Error 3 The type or namespace name 'DHLInternational' does not exist in the namespace 'CommerceBuilder.Shipping.Providers' (are you missing an assembly reference?) C:\Users\sacred\Documents\Visual Studio 2008\WebSites\ablecommerce\Admin\Shipping\Providers\DHLInternational\Configure.aspx.cs 1
Error 4 The type or namespace name 'DHLInternational' does not exist in the namespace 'CommerceBuilder.Shipping.Providers' (are you missing an assembly reference?) C:\Users\sacred\Documents\Visual Studio 2008\WebSites\ablecommerce\Admin\Shipping\Providers\DHLInternational\Activate.aspx 4
Error 5 The type or namespace name 'DHLInternational' could not be found (are you missing a using directive or an assembly reference?) C:\Users\sacred\Documents\Visual Studio 2008\WebSites\ablecommerce\Admin\Shipping\Providers\DHLInternational\Configure.aspx.cs 159
IF I look at the name space it does not have a DHLInternational it has a DHLInternationalBeta versio.
IF I go in and change all the references from DHLInternation to DHLInternationalBeta in the code areas I get the following error
Error 1 Could not load file or assembly 'CommerceBuilder.DHLInternationalBeta' or one of its dependencies. The system cannot find the file specified. C:\Users\sacred\Documents\Visual Studio 2008\WebSites\ablecommerce\Admin\Shipping\Providers\DHLInternational\Activate.aspx 4
On this line
<%@ Register Assembly="CommerceBuilder.DHLInternationalBeta" Namespace="CommerceBuilder.Shipping.Providers.DHLInternationalBeta"
TagPrefix="DHLGW" %>
if I change it back to the original it gives me the original error.
This code should be compilable right? for the demo as I see source code for codebehind files (.cs or c# in the aspx files).
Your help is greatly appreciated,
Angela Law
Just downloaded yesterday literally for the first time.
First Problem
I am getting this error message on the top of the http://localhost:91/install/Configure1.aspx
The domain localhost:91 has already registered for a demo key, but the evaluation period has expired. Contact AbleCommerce if you need an extended demo key.
Provide your license key and database connection to complete the first step of installation.
I have NEVER installed this software on ANY machine until now....
So, to *validate* I am doing the install correctly. I went to my windows 2000 server and installed it on there and got it to work. So I am doing the installation properly.
But I need this to work on my development environment as the software will be customized.
What I have done:
Set Network Service for Read/write permissions on the Base folder.
IIS set the Application pool named pipiline mode to classic
Set it to run 32 bit applications
Tried using just the Default website instead of a port
Specified the connection string by hand
Specified the connection string by input entries
Specified it to use the built in database.
What I have is Vista Home Premuim, SQL Server Express 2005, IIS 7.0 and I will be developing in VS 2008 with a .NET 2.0 evironment set up.
I researched the forums but haven't found anyone that has run into this error.
The version is Able Commerce 7.1, which from my understanding is suppose to work with IIS 7.0.
Second Problem
IF I try to compile and run this through my VS 2008 as a *2.0* application, by opening a web site *through file system* I also get the following errors.
Error 1 The type or namespace name 'DHLInternational' does not exist in the namespace 'CommerceBuilder.Shipping.Providers' (are you missing an assembly reference?) C:\Users\sacred\Documents\Visual Studio 2008\WebSites\ablecommerce\Admin\Shipping\Providers\DHLInternational\Register.aspx.cs 1
Error 2 The type or namespace name 'DHLInternational' does not exist in the namespace 'CommerceBuilder.Shipping.Providers' (are you missing an assembly reference?) C:\Users\sacred\Documents\Visual Studio 2008\WebSites\ablecommerce\Admin\Shipping\Providers\DHLInternational\Default.aspx 2
Error 3 The type or namespace name 'DHLInternational' does not exist in the namespace 'CommerceBuilder.Shipping.Providers' (are you missing an assembly reference?) C:\Users\sacred\Documents\Visual Studio 2008\WebSites\ablecommerce\Admin\Shipping\Providers\DHLInternational\Configure.aspx.cs 1
Error 4 The type or namespace name 'DHLInternational' does not exist in the namespace 'CommerceBuilder.Shipping.Providers' (are you missing an assembly reference?) C:\Users\sacred\Documents\Visual Studio 2008\WebSites\ablecommerce\Admin\Shipping\Providers\DHLInternational\Activate.aspx 4
Error 5 The type or namespace name 'DHLInternational' could not be found (are you missing a using directive or an assembly reference?) C:\Users\sacred\Documents\Visual Studio 2008\WebSites\ablecommerce\Admin\Shipping\Providers\DHLInternational\Configure.aspx.cs 159
IF I look at the name space it does not have a DHLInternational it has a DHLInternationalBeta versio.
IF I go in and change all the references from DHLInternation to DHLInternationalBeta in the code areas I get the following error
Error 1 Could not load file or assembly 'CommerceBuilder.DHLInternationalBeta' or one of its dependencies. The system cannot find the file specified. C:\Users\sacred\Documents\Visual Studio 2008\WebSites\ablecommerce\Admin\Shipping\Providers\DHLInternational\Activate.aspx 4
On this line
<%@ Register Assembly="CommerceBuilder.DHLInternationalBeta" Namespace="CommerceBuilder.Shipping.Providers.DHLInternationalBeta"
TagPrefix="DHLGW" %>
if I change it back to the original it gives me the original error.
This code should be compilable right? for the demo as I see source code for codebehind files (.cs or c# in the aspx files).
Your help is greatly appreciated,
Angela Law