build problem
I download this component and add it in my project. But I have a problem with this error when build application:
Error 10 The type 'Microsoft.Practices.EnterpriseLibrary.Data.Database' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.Practices.EnterpriseLibrary.Data, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null'.
I installed Enterprise Library 4.1 and add reference in project.
Error is in this line :
Database db = NopSqlDataHelper.CreateConnection(_sqlConnectionString);
Can anyone help me?
From:
esperinos
|
Created on:
6/17/2010 7:32 AM
Was this review helpful?
Yes
No
(
0
/
0)
Does this work on 1.5
Hi
Does this extension work on 1.5?
From:
Baden
|
Created on:
4/3/2010 3:36 AM
Was this review helpful?
Yes
No
(
0
/
0)
Got this working
2 things.
1. Yes this module can be added in using Visual Web Developer Express.
2. The instructions include a small typo.
<section name="FixedpriceShippingByCountryProvider" type="Nop.Shipping.FixedPriceShippingByCountry.DbFixedPriceShippingByCountryProviderSection, Nop.Shipping.FixedPriceShippingByCountry, Version=1.1.0.0, Culture=neutral" requirePermission="false"/>
should be
<section name="FixedpriceShippingByCountryProvider" type="Nop.Shipping.FixedPriceShippingByCountry.DBFixedPriceShippingByCountryProviderSection, Nop.Shipping.FixedPriceShippingByCountry, Version=1.1.0.0, Culture=neutral" requirePermission="false"/>
From:
sdblevel33
|
Created on:
2/15/2010 12:35 PM
Was this review helpful?
Yes
No
(
0
/
0)
Possible to install this module using Visual Studio Express?
Trying to follow the directions included with the module but using both Visual C# express and Visual Web Developer Express, it is unclear or impossible to follow the given directions.
From:
sdblevel33
|
Created on:
2/13/2010 8:08 PM
Was this review helpful?
Yes
No
(
0
/
0)
Error when enter in admin
I receive an error when i enter in the section admin:
An error occurred creating the configuration section handler for nopDataProviders/FixedpriceShippingByCountryProvider: Could not load type 'Nop.Shipping.FixedPriceShippingByCountry.DbFixedPriceShippingByCountryProviderSection' from assembly 'Nop.Shipping.FixedPriceShippingByCountry, Version=1.1.0.0, Culture=neutral'
any Idea?
From:
deba
|
Created on:
2/8/2010 2:10 PM
Was this review helpful?
Yes
No
(
0
/
0)
How do u install
What is the procedure for installing this module.
From:
AllanJensen
|
Created on:
1/18/2010 4:15 AM
Was this review helpful?
Yes
No
(
0
/
0)