Why isn't Visual Studio 2005 generating a serialization setting when I set the project setting "Generate Serialization Assembly" to "On"?
|
feedback
|
|
It turns out that Dev Studio only honors this setting for Web Services. For non-web services you can get this to work by adding an AfterBuild target to your project file:
See also: | |||||
feedback
|