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
How to run the total AC7 solution in VS 2005 or 08
Re: How to run the total AC7 solution in VS 2005 or 08
The following posts should point you in the right direction:
viewtopic.php?f=42&t=7392&p=31548&hilit ... 005#p31548
viewtopic.php?f=42&t=8068&p=34230&hilit ... 005#p34230
viewtopic.php?f=42&t=7392&p=31548&hilit ... 005#p31548
viewtopic.php?f=42&t=8068&p=34230&hilit ... 005#p34230
Chad Peppers
http://www.jewellgroup.com/
http://www.jewellgroup.com/
Re: How to run the total AC7 solution in VS 2005 or 08
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.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 ).