Windows Server - Visual Studio 2008 - debug build

Asked By Eric Verebelyi on 24-Jul-10 01:11 PM
Hello..

I have recently upgraded to VS 2008. In preparing to test a recent
customization created with the VS Toolkit (2010 version) i noticed that i did
not have the ability to either build the solution in debug mode or attach to
a process. Any suggestions as to how this function can be enabled?

Eric Verebelyi


MikeD replied to Eric Verebelyi on 25-Jul-10 05:39 PM
Probably have better luck asking in a VS.NET newsgroup or forum. Your
question does not really seem to be about developing for Dynamics GP.
Granted, that may very well be what your developing with VS2008, but your
question is more relevant to Visual Studio.

--
Mike
Mariano Gomez replied to Eric Verebelyi on 26-Jul-10 10:52 PM
Did you also upgrade your customizations? In order to be able to debug your
customizations, you will need to re-DAG any assemblies you created in the
previous version of Visual Studio then re-reference them in your Visual
Studio 2008 project. Also make sure that your project is set to Debug mode,
not Release mode.

Follow the instructions outlined in the first chapters of the Visual Studio
Tools manual to upgrade your customizations.

Best regards,
--
MG.-
Mariano Gomez, MIS, MCP, PMP
Maximum Global Business, LLC
http://www.maximumglobalbusiness.com
The Dynamics GP Blogster at http://dynamicsgpblogster.blogspot.com
Eric Verebelyi replied to Mariano Gomez on 09-Aug-10 10:41 AM
THis was it. Many thanks!