Hi Guys,
At the computer i am on, we only have the express versions of C#, and Web Developer and I am tasked to write a custom gateway implementation.
I am not like an 'expert' at Visual Studio, but anyway I can debug my gateway through web developer express when I debug the website, even though the code is not really in the website project?
Thanks,
SFJ
Writing Custom Gateway
Re: Writing Custom Gateway
I didn't get your point exactly. Do you want to debug your custom gateway with the website?
In Web developer only i think it will not possible for you to create class library. Better you should add your custom class in App_Code folder of website.
In Web developer only i think it will not possible for you to create class library. Better you should add your custom class in App_Code folder of website.
Re: Writing Custom Gateway
Yes, you VWD will debug as you expect to work for any code or class files you create. It will also debug anything in AC7 where source code is available.sfj wrote:can I debug my gateway through web developer express when I debug the website, even though the code is not really in the website project?
You won't be able to debug or set breakpoints within any code that is compiled i.e. the CommerceBuilder API DLL files. But for your purposes, this should not be an issue since you'll be debugging your own code.
I did development in AC7 for a long time with VWD. Eventually I bought the full VS 2008 so I could compile my classes into their own DLL files.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
Re: Writing Custom Gateway
Beautiful, I ended up getting around to finalizing the GATEWAY.
It was a lot easier when I got the debugger set up, thanks for the answer back then, this also helped me:
http://www.gamedev.net/community/forums ... _id=408705
SFJ
It was a lot easier when I got the debugger set up, thanks for the answer back then, this also helped me:
http://www.gamedev.net/community/forums ... _id=408705
SFJ
Coupons and Coupon Codes