How to Add Silverlight Assembly to Add Reference Visual Studio Dialog
Last Updated on Saturday, 30 June 2012 10:40 Written by Andrew Ivanov Friday, 6 July 2012 12:00
This is necessary in order to be able to refer to an assembly of several projects and not to transfer the assembly each time with the project.
After installing Silverlight, in dialogue “Add reference” Visual Studio, we can see a set of standard assemblies that are part of Silverlight.
As it turned out, in order to enable the assembly to refer to any of the projects through dialogue “Add reference”, you need to add a special key in the registry:
Learn MorenopCommerce Tips: Your First NopCommerce Site, Part 1: Setting Up a nopCommerce Project
Last Updated on Tuesday, 12 June 2012 02:40 Written by Carole Bennett Tuesday, 19 June 2012 12:00
In the course of my IT career, I’ve built many e-commerce solutions, from a simple shopping cart to a complex e-commerce solution for a nationally-known retailer. Over the years, I’ve evaluated a number of “out-of-the-box” solutions, and in terms of features, flexibility, and price, the best solution I’ve seen overall is nopCommerce. The fact that it’s an open-source, .Net-based (C#/MSSQL) solution, has a huge supporting community, as well as great plugin support are all factors in why it’s my e-commerce solution of choice. Today, we’ll talk about how to get started with this great e-commerce solution for your clients.
The nopCommerce group provides downloads of current and previous versions at http://www.nopcommerce.com/downloads.aspx - due to the fact that I usually create customized solutions for my customers, I opt for the download labeled “(with source code)”. Download the .zip file to your preferred location, and extract it. As of this writing, the latest version is nopCommerce 2.5, so your extracted folder will be named ‘nopCommerce_2.50_Source’.
Learn More
Recent Comments