Page 1 of 1

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

Posted: Fri Sep 12, 2008 7:12 pm
by sowel
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

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

Posted: Fri Sep 12, 2008 7:28 pm
by dtr18c

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

Posted: Fri Sep 12, 2008 8:31 pm
by mazhar
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.