an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Development > DotShoppingCart OpenSource Core > Problem with v3.04Source Libraries
Last Post 3/25/2009 9:48:37 PM By Redcorp. 3 replies.
3/25/2009 4:35:43 AM
Redcorp
Posts: 11
Joined: 1/13/2009
Problem with v3.04Source Libraries
Hi Luke,
 
I am facing a problem using the updated source libraries Version 3.04 for DotShoppingCart Version 3.1.
 
Since i created a customised Payment Gateway for Ogone, I needed to rebuild the libraries for version 3.04.
 
In order to use that in V3.1 cart, i have to refer the updated Libraries.
 
The error i get when i deploy the 3.04 Rebuilt Core and Base library(from 3.04) is
 
1. Error    101    Unknown server tag 'dsc:ProductDescriptor'.    C:\Release\Web\Admin\Catalog\ProductEdit.aspx    51   
2. Error    102    'Controls_Blocks_HtmlBox.Delete()': no suitable method found to override    C:\Release\Web\Controls\Blocks\HtmlBox.ascx.cs    146   
Also says that  WebUtils.UrlEncode does not exist in Base Class
 
I think the Base Libraries and Core Libraries are different for 3.04 and what is used in 3.1, hence why i am facing the problem. Do correct me if i am wrong.
 
If i am right, where can i access the updated libraries for DotShopping Cart 3.1.
 
Do let me know at your earliest.
 
Thanks and Best Regards,
 
 
3/25/2009 8:30:42 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Problem with v3.04Source Libraries
We are releasing the V3.1 source code soon.
DotShoppingCart Staff
3/25/2009 9:46:30 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Problem with v3.04Source Libraries
Ok, V3.1 source code is released. Go to your order detail page and download.
DotShoppingCart Staff
3/25/2009 9:48:37 PM
Redcorp
Posts: 11
Joined: 1/13/2009
Re: Problem with v3.04Source Libraries
 
Hi Luke,
 
Thanks again for the quick response.