How to run the total AC7 solution in VS 2005 or 08

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
sowel
Ensign (ENS)
Ensign (ENS)
Posts: 3
Joined: Fri Sep 12, 2008 6:52 pm

How to run the total AC7 solution in VS 2005 or 08

Post by sowel » Fri Sep 12, 2008 7:12 pm

Hi,

We just bought the AC7 application with source code ( commerce builder 7 ).
Do you have any guide which states step by step to run the application in VS2005. I am a new commer to VS2005.

Could you please give us clear and complete steps( please mention which application version we should use and which projects we should add to the solution to run the solution ).

We should be able to compile the application in VS2005 and should be able to run the application from VS2005.
Please compile the docs in a way so that new commer to VS can easily understand this.

I believe it would be appreciated by most of the developer.

Thanks
Sowel

dtr18c
Ensign (ENS)
Ensign (ENS)
Posts: 7
Joined: Mon Aug 25, 2008 5:05 pm

Re: How to run the total AC7 solution in VS 2005 or 08

Post by dtr18c » Fri Sep 12, 2008 7:28 pm


User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: How to run the total AC7 solution in VS 2005 or 08

Post by mazhar » Fri Sep 12, 2008 8:31 pm

Could you please give us clear and complete steps( please mention which application version we should use and which projects we should add to the solution to run the solution ).
Well web application can run separately, without adding any other project to the solution because there dlls are already in the bin folder of the application. If you want to see and customize the code from any of these projects then you can add it to the solution. For example if you want to customize the CommerceBuilder.Products.Product class then you should first add CommerceBuilder project to solution, modify the product class then complie the project to update the dll.

Post Reply