Custom build steps for VC++ in VS 2010 broken

235
0
01-06-2011 02:45 AM
RichardWatson
Frequent Contributor
Just a heads up that Visual Studio 2010 has a bug whereby custom build steps are not always correctly run.

If you follow the ESRI samples you will have a Custom Build Step for your C++ projects which calls regsvr32.  If you follow the ESRI pattern then this step will not correctly execute if you Build the solution after changing a file.  The following link describes how to work around the Microsoft issue:

https://connect.microsoft.com/VisualStudio/feedback/details/603666/custom-build-steps-do-not-run-in-...
0 Kudos
0 Replies