Page 1 of 1

Building AC website with Visual Studio 2008

Posted: Mon Dec 29, 2008 3:17 pm
by cmorganmcp
I've opened the AC (7.1) directory with Visual Studio 2008 and tried to build but apparently there are references to a "DHLInternational" namespace that doesn't exist. Looking at the .dll where it's supposed to be, I found a "DHLInternationalBeta" namespace but no "DHLInternational". I thought about replacing the references but there are quite a few beyond the initial few the compiler gripes about. Has anyone else had this issue? I'm customizing blindly right now since I can't build... make a change, save, test the page. This also prevents me from testing methods on the fly in the debugger. Help...

-chad

Re: Building AC website with Visual Studio 2008

Posted: Mon Dec 29, 2008 5:12 pm
by ryanstowasser
I believe one of my coworkers removed the "DHL" folder in the "Admin\Shipping\Provider" folder.

If you ever need it you can put it back. We don't have need for it right now.

Ryan

Re: Building AC website with Visual Studio 2008

Posted: Mon Dec 29, 2008 5:29 pm
by cmorganmcp
Sometimes it's the simple things.... Removing the DHLInternational folder worked perfectly, thanks

-chad