Please help for this

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
15 years ago
I have download nopcommerce 1.10. I have configured this project VS 2008. I have found that it has helpful for me creating ecommerce site with some changes.So,I am trying to include new functionality for create my partner. I have include one folder with Partner in Common , DataAccess and
DataAccessSqlserver solution. I have all step which prsent in previous code but when i go for creating new partner then click on add button then t gives these error.

[color=red]  An error occurred creating the configuration section handler for nopDataProviders/PartnerProvider: Could not load type 'NopSolutions.NopCommerce.DataAccess.Partner.DBPartnerProviderSection' from assembly 'Nop.DataAccess'. (D:\NopCommerce\NopCommerceWeb\web.config line 85)[/color]
System.Configuration.ConfigurationErrorsException: An error occurred creating the configuration section handler for nopDataProviders/PartnerProvider: Could not load type 'NopSolutions.NopCommerce.DataAccess.Partner.DBPartnerProviderSection' from assembly 'Nop.DataAccess'. (D:\NopCommerce\NopCommerceWeb\web.config line 85) ---> System.TypeLoadException: Could not load type 'NopSolutions.NopCommerce.DataAccess.Partner.DBPartnerProviderSection' from assembly 'Nop.DataAccess'. at System.Configuration.TypeUtil.GetTypeWithReflectionPermission(IInternalConfigHost host, String typeString, Boolean throwOnError) at System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory.Init(RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord) at System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory.InitWithRestrictedPermissions(RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord) at System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory..ctor(RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord) at System.Configuration.RuntimeConfigurationRecord.CreateSectionFactory(FactoryRecord factoryRecord) at System.Configuration.BaseConfigurationRecord.FindAndEnsureFactoryRecord(String configKey, Boolean& isRootDeclaredHere) --- End of inner exception stack trace --- at System.Configuration.BaseConfigurationRecord.FindAndEnsureFactoryRecord(String configKey, Boolean& isRootDeclaredHere) at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSection(String configKey, Boolean getLkg, Boolean checkPermission) at System.Configuration.BaseConfigurationRecord.GetSection(String configKey) at System.Web.Configuration.HttpConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String configKey) at System.Configuration.ConfigurationManager.GetSection(String sectionName) at NopSolutions.NopCommerce.DataAccess.PartnerManagement.DBPartnerProvider.GetSection() in D:\NopCommerce\Nop.DataAccess\Partner\DBPartnerProvider.cs:line 46 at NopSolutions.NopCommerce.DataAccess.PartnerManagement.DBPartnerProvider.Initialize() in D:\NopCommerce\Nop.DataAccess\Partner\DBPartnerProvider.cs:line 118 at NopSolutions.NopCommerce.DataAccess.PartnerManagement.DBPartnerProvider.get_Provider() in D:\NopCommerce\Nop.DataAccess\Partner\DBPartnerProvider.cs:line 132 at NopSolutions.NopCommerce.Common.PartnerManagement.PartnerManager.InsertPartner(String PartnerID, String PartnerName) in D:\NopCommerce\Nop.Common\Partner\PartnerManager.cs:line 27 at NopSolutions.NopCommerce.Web.Administration.Administration_PartnersCreation.AddButton_Click(Object sender, EventArgs e) in d:\NopCommerce\NopCommerceWeb\Administration\PartnersCreation.aspx.cs:line 30

I have find the solution for this, so i think this problem occur due to dll updation.
Please help me how to resolve this problem.

Sanjay
15 years ago
Hi,

I can not any solution for this, i have tried to solve this problem but still same error occur at this this
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.