Just purchased the source and I'd like to have the source code and website all in one solution to aide in debugging. Hopefully this is possible.
I tried opening up my web solution and adding the product files for the source.
I'm trying different things, getting different errors. Is there a set of instructions on how to properly set this up?
Adding Source Code to Visual Studio 2012 Project
Re: Adding Source Code to Visual Studio 2012 Project
Thank you for choosing AbleCommerce!
http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support
http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support
Re: Adding Source Code to Visual Studio 2012 Project
I'm still a little confused. Does the source and the website need to be run as different solutions ?
I was trying to work with one solution that had the website and source code.
I was trying to work with one solution that had the website and source code.
May
Re: Adding Source Code to Visual Studio 2012 Project
Simply copy all the contents of source code archive to same folder where you have website and its solution. Then open website solution in Visual Studio and use Add Existing project command and include CommerceBuilder, CommerceBuilder.UI, CommerceBuilder.WebApi projects to same solution. Now you should be able to make things work under same solution.
Re: Adding Source Code to Visual Studio 2012 Project
So I added all the projects in the order you listed.
I modified a file in CommerceBuilder so I compiled it then copied the CommerceBuilder.dll to the Website bin folder and now it's saying
Error 1 The type or namespace name 'ShopByChoice' does not exist in the namespace 'CommerceBuilder.Search' (are you missing an assembly reference?) C:\inetpub\wwwroot\Website\App_Code\PageHelper.cs 823 52 C:\...\Website\
Any ideas?
I modified a file in CommerceBuilder so I compiled it then copied the CommerceBuilder.dll to the Website bin folder and now it's saying
Error 1 The type or namespace name 'ShopByChoice' does not exist in the namespace 'CommerceBuilder.Search' (are you missing an assembly reference?) C:\inetpub\wwwroot\Website\App_Code\PageHelper.cs 823 52 C:\...\Website\
Any ideas?
May
Re: Adding Source Code to Visual Studio 2012 Project
Confirm in CommeceBuilder project under Search Namespace exist a file called ShopByChoice.cs
Re: Adding Source Code to Visual Studio 2012 Project
As it turns out I had the wrong version of the source. Thank you for your help!
May