• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Marcus
#1 Posted : Tuesday, December 18, 2007 4:42:39 PM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

How to compile BV Commerce 5 Developer Version with VS 2005
===============================================================


1) Download the full build of BV Commerce 5 with Service Pack 3

2) Unzip the file into a temporary folder

3) Run Setup.exe to install BV commerce 5 SP3

The software will be installed in your program files folder by default.

4) Navigate to C:\Program Files\BV Software\Bvc 5.0.0.1181\

5) Create a new folder that will contain your custom version of the software. We'll use c:\temp\bv5

6) Copy the "www" folder from C:\Program Files\BV Software\Bvc 5.0.0.1181\ to c:\temp\bv5

You should now have c:\temp\bv5\www with all the front end files for the software

7) Download the developer pack for BV Commerce 5 with Service Pack 3

8) Unzip both file into a temporary folder which will contain a "Core Source" folder

9) Copy everything INSIDE the "Core Source" folder to c:\temp\bv5

You should now have

c:\temp\bv5\www
c:\temp\bv5\BVSoftware.BVC5.Core
c:\temp\bv5\BVSoftware.BVC5.Payment.AuthorizeNet
c:\temp\bv5\BVSoftware.BVC5.Shipping.FedEx
c:\temp\bv5\BVSoftware.BVC5.Shipping.USPostal
c:\temp\bv5\BVSoftware.GoogleCheckout
c:\temp\bv5\BVSoftware.PaypalWebServices
c:\temp\bv5\Components


10) Start Visual Studio 2005

11) Choose File->New->Project

12) Choose Other Project Types->Visual Studio Soltuions->Blank Solution

Set Name = "bv5"
Location = "c:\temp\

The "create directory for solution" should be checked

13) Click "OK"

YOu should now have c:\temp\bv5\bv5.sln as a blank solution file

14) From the top menu choose File->Add Existing Web Site

15) Make sure you're adding a "File System" web site and browse and select the "C:\temp\bv5\www" folder and click "Open"

16) Choose File->Add Existing Project and browse and select c:\temp\bv5\bvsoftware.bvc5.core\bvsoftware.bvc5.core.vbproj and click "open"

17) If you are warned about "source control could not be found" click "Yes" to remove source control bindings.

18) Repeat step 16 and 17 for these projects:

c:\temp\bv5\BVSoftware.BVC5.Payment.AuthorizeNet\bvsoftware.bvc5.payment.authorizenet.vbproj
c:\temp\bv5\BVSoftware.BVC5.Shipping.FedEx\BVSoftware.BVC5.Shipping.FedEx.vbproj
c:\temp\bv5\BVSoftware.BVC5.Shipping.USPostal\BVSoftware.BVC5.Shipping.USPostal.vbproj
c:\temp\bv5\BVSoftware.GoogleCheckout\BVSoftware.GoogleCheckout.csproj
c:\temp\bv5\BVSoftware.PaypalWebServices\BVSoftware.PaypalWebServices.csproj

19) Exand the "Core" project in the Solutions explorer and look for "app.config" which an exclaimation mark on it.

20) Right-click and choose "delete" to get rid of the app.config file from the core project.

21) right-click on the "core" project and choose "properties." From the "references tab click on "Anthem-2005" and click "remove."

22) Then click "add." From the "Browse" tab locate c:\temp\bv5\www\bin\anthem.dll

23) Right-Click on the "bv5" solution in the solution explorer and choose "Build solution."

Everything should compile correctly at this point but the web project isn't using the core source files.

24) Right-click on the "www" project in the solution explorer and choose "property pages"

25) Go to the "references" tab and remove "bvsoftware.bvc5.core"

26) Click "add reference" and from the PROJECTS tab choose "bvsoftware.bvc5.core." This tells the web project to use your custom core project instead of the DLL from

it's bin folder.

27) Repeat Steps 25 and 26 for the other projects in your solution:

BVSoftware.BVC5.Payment.AuthorizeNet
BVSoftware.BVC5.Shipping.FedEx
BVSoftware.BVC5.Shipping.USPostal
BVSoftware.GoogleCheckout
BVSoftware.PaypalWebServices

28) From the solutions explorer, right-click on the "bv5" solution and choose "rebuild solution"

Edited by user Friday, June 3, 2016 12:52:10 PM(UTC)  | Reason: Not specified

jonm
#2 Posted : Tuesday, December 18, 2007 7:29:10 PM(UTC)
jonm

Rank: Member

Joined: 3/24/2005(UTC)
Posts: 311

I am an Enterprise user of BV5 is there a special place you need to download the Developer Pack? I don't see any Developer Pack in my Order History.
-Jonathan Moore
www.tvps.com
Marcus
#3 Posted : Tuesday, December 18, 2007 8:09:44 PM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

Create a support ticket at http://www.bvsoftware.com/support if you think you are missing files. Include your order number and we'll investigate.
JPace
#4 Posted : Thursday, April 3, 2008 4:12:37 PM(UTC)
JPace

Rank: Member

Joined: 4/19/2005(UTC)
Posts: 51

Can this only be compiled in Visual Studio 2005 Pro? I cannot find the option to create a blank solution in the express edition.

10) Start Visual Studio 2005

11) Choose File->New->Project

12) Choose Other Project Types->Visual Studio Soltuions->Blank Solution

thanks
~pete
Jason Pace
robertcheek
#5 Posted : Thursday, May 8, 2008 8:03:01 AM(UTC)
robertcheek

Rank: Member

Joined: 8/9/2007(UTC)
Posts: 13

[color=purple>One]</b> the above steps. There is a UPS.dll that shows up in the Reference List for the website. it is tucked right in the middle of the BIN references that are to be removed in the above steps. Be careful NOT to delete this as there is no project source for UPS in the latest download.[/color]

I have tried 3 times to compile a solution following the above steps. Everything works perfectly until I get to the step of pointing the libraries for the website to the solution projects. Once I do this and compile, I get 35 errors. (screenshot of some of them included). Every error is in the taskloader.vb and they are the same error. Can anyone think of a reason for the inability to compile? I am using Studio 2005 Standard.
robertcheek attached the following image(s):
errors.jpg (176kb) downloaded 234 time(s).

You cannot view/download attachments. Try to login or register.
jasolution
#6 Posted : Wednesday, May 21, 2008 12:41:50 PM(UTC)
jasolution

Rank: Member

Joined: 3/14/2008(UTC)
Posts: 18

The instructions sync with my experience until I get to step 27. Two of the projects referenced, Google Checkout and PayPal, are not listed as references in the property pages of the 'www' project. If I tried to add them as references, I get the alert that the references already exist.

Any suggestions?
avmwebguy
#7 Posted : Wednesday, May 21, 2008 1:37:50 PM(UTC)
avmwebguy

Rank: Member

Joined: 1/24/2008(UTC)
Posts: 60

Make sure when you installed VS 2005/2008 that you Install C# as well as VB. A .csproj file is a C# Project file, and if you don't install it with vs2005/2008 it won't reconize the files and the project won't compile. I will post this in the other thread too.
- Brian

Web Developer/IT Manager
spouliot
#8 Posted : Tuesday, November 18, 2008 11:00:47 PM(UTC)
spouliot

Rank: Member

Joined: 9/24/2005(UTC)
Posts: 28

king,

Did you ever find a solution to your taskloader.vb issue? I'm having the same issue with 5.4 at the moment.

UPDATE: Found my problem. I must have removed the reference to /components/BVSoftware.Bvc5.Payment.dll. Once I added it back, I was able to build the entire site.
cdakz
#9 Posted : Thursday, May 5, 2011 7:47:20 PM(UTC)
cdakz

Rank: Member

Joined: 5/2/2005(UTC)
Posts: 259

Looking to make a programming change, using VS 2010 and BVC 5.6, but running into a couple of questions:



1. When logged into our account, we do not see any "Developer Pack" downloads. Are those still relevant? We downloaded the "
BV Commerce 5.6" zip. Are the contents of it what I need?



2. Does anything need to be done differently w/ Visual Studio 2010?
Kman
#10 Posted : Thursday, May 5, 2011 8:19:40 PM(UTC)
Kman

Rank: Member

Joined: 11/25/2003(UTC)
Posts: 370

/scr/source folder will have what you are looking for. VS2010 will be fine.
Regards,
Kim(Kman) Rossey
www.toocoolwebs.com
BVSoftware - MerchantTribe Programming/Design, Database Programming and Business Applications
[email protected]
h73lly5sl6sy
#11 Posted : Thursday, November 20, 2014 9:06:57 PM(UTC)
Rank: Guest


Message was deleted by a Moderator. | Reason: Not specified
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2025 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012