BV Commerce Forum
»
BV Commerce Support
»
Development
»
Taskloader.vb / Payment Gateway problems
Rank: Member
Joined: 3/7/2005(UTC) Posts: 60
|
I'm trying to get my dev environment set up for BV5 and I'm having an issue with the app_code/Taskloader.vb file. I'm getting errors relating to the loading the payment gateways in VS.NET. I'm assuming it is because i don't have these gateways set as references, but the instructions posted here ( http://forums.bvcommerce.com/default.aspx?f=78&m=52844) don't mention these assemblies. Thanks Chuck |
Chuck Boyer, MCSD.NET Director of Production and Development
Edge Media, Inc. |
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 2,136
Was thanked: 1 time(s) in 1 post(s)
|
Nah. The assemblies should load regardless. What are the errors? |
|
|
|
|
Rank: Member
Joined: 3/7/2005(UTC) Posts: 60
|
Error 35 Type 'BVSoftware.Bvc5.Payment.EcLinx3DSI' is not defined. [store directory]\App_Code\TaskLoader.vb 167 18
This is a compile time error that vs.net is giving me. When I comment out the offending lines I can compile, but obviously this isn't ideal. |
Chuck Boyer, MCSD.NET Director of Production and Development
Edge Media, Inc. |
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 2,136
Was thanked: 1 time(s) in 1 post(s)
|
My guess is that you are missing a reference. That class is defined in BVSoftware.Bvc5.Payment.dll. Do you have a reference to that assembly? |
|
|
|
|
Rank: Member
Joined: 3/7/2005(UTC) Posts: 60
|
Perfect Andy, that fixed it!
In my setup I assumed I needed to remove it as well as the others. After looking back at the documentation it doesn't mention removing the payment assembly.
Chuck |
Chuck Boyer, MCSD.NET Director of Production and Development
Edge Media, Inc. |
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 2,136
Was thanked: 1 time(s) in 1 post(s)
|
That is an easy mistake to make...I've done that too (removed too many references when switching from referencing the assemblies to referencing projects).
Good luck. |
|
|
|
|
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.