Archive for December 2008
After installing and configuring Commerce Server 2009 December CTP, when we try to open to default website, you will get an error and the error is “Unrecognized element Validator” and the detail error is as follows.
|
An exception of type ‘System.Configuration.ConfigurationErrorsException’ occurred and was caught. Additional Info: MachineName : MOJAVENOVCTP |
New CTP may not able to recognize the keyword Validator. The resolution is to open application web.config and delete below tag.
<Validator type="Microsoft.Commerce.Providers.Validators.DefaultValidator, Microsoft.Commerce.Providers, Version=1.0.0.0, Culture=neutral,PublicKeyToken=31bf3856ad364e35" />
If you like this post, please click on our sponsor advertisement.
After installing and configuring Commerce Server 2009 December CTP, when we try to open to default website, you will get an error and the error is Unrecognized attribute ‘language’. Note that attribute names are case-sensitive and the detail error is as follows.
|
An exception of type ‘System.Configuration.ConfigurationErrorsException’ occurred and was caught. Additional Info: MachineName : MOJAVENOVCTP |
New CTP may not able to recognize the attribute “language”. The resolution is to open application web.config and remove “language” attribute from below tag.
<DefaultChannel sitename="DefaultSite">
If you like this post, please click on our sponsor advertisement.
The database version will change whenever the site is upgraded to new version or patch. To know, which version of database you are having, you can run below query on MSCS_Admin database.
|
Select Resources.s_DisplayName, List.* from |
If you like this post, please click on our sponsor advertisement.
When you try to execute OrderMapping tool as shown below, you may encounter error.
| OrderMapping.exe /w c:\inetpub\wwwroot\ShippingCostDemo\web.config |
The error is as follows.
|
Microsoft (R) Commerce Server 2007 Order Mapping Tool One or more errors found during validation: |
Resolution : Some how orderMapping tool is not able to identify OrderObjectMappings.xml file in the directory where web.config resides but rather it will look into c:\Program Files\Microsoft Commerce Server 2007\Tools directory. The resolution is to copy OrderObjectMappings.xml file into tools directory and execute the OrderMapping.exe tool again.
If you have any custom pipelines and tried to execute Order mapping tool, you may encounter following error.
|
Microsoft (R) Commerce Server 2007 Order Mapping Tool Error G0001 – Assembly ShippingLineItemExtension cannot be loaded:System.IO.FileNotFoundException: Could not load file or assembly ‘ShippingLineItemExtension’ or one of its dependencies. The system cannot find the file specified. |
The resolution is to copy pipeline assembly into c:\Program Files\Microsoft Commerce Server 2007\Tools directory
If you like this post, please click on our sponsor advertisement.
The Commerce Server team announced the availability of the Microsoft Commerce Server 2009 – December 2008 CTP, the feature complete pre-release of the next version of Commerce Server. (These CTP’s were formerly known as Commerce Server 2007 code name “Mojave”.)
Commerce Server 2009 delivers the ability to increase your business reach by making it possible to sell via multiple channels using an out-of-the-box shopping site, SharePoint Commerce Services, and the Multi-Channel Commerce Foundation. The new out-of-the-box shopping site leverages SharePoint Commerce Services, which provides a gallery of ASP.NET 3.5 Web Parts, a comprehensive e-commerce shopping feature-set, and technology integration between Commerce Server and SharePoint technologies. The Multi-Channel Commerce Foundation provides a new unified, extensible run-time programming model for Commerce Server, including new run-time e-commerce capabilities.
Important
Installing this pre-release version of Commerce Server 2009 into a non-production environment is not recommended This release is for evaluation purposes only and is not intended to be used in a production environment.
To download the December CTP ISO, go to the Download Center.
To download the Commerce Server 2009 Installation Guide and the Microsoft Commerce Server 2009 December 2008 CTP Readme, click this link. Follow the instructions in the Installation Guide to install the December CTP.
To download samples of how to use the API, click this link
If you like this post, please click on our sponsor advertisement.
