Request for more information: Quote "project that synchronizes the subscription"
-
Friday, December 07, 2012 8:21 PM
Request additional information on the following two quotes:
* (1) "The preferred method for debugging a business logic handler is to create a Visual Studio .NET solution that contains both the business logic handler project, as well as a project that synchronizes the subscription." I can build the project described here:
(2) "The deployment process involves registering the custom resolver at the distributor, then specifying the @article_resolv
er parameter when adding articles using sp_addmergearti cle." Per chance, does this involve creating a web service. What tips or solution can you offer me. Reference for two quotes: http://code.msdn.microsoft.com/windowsdesktop/Merge-Business-Logic-58d21795/view/Discussions
Question: Is the following example a complete example in the sense that it leaves nothing for imagination (guess-work).
If the last example is not complete can you add or describe the missing steps.
Many Thanks,
- Edited by Software Engineering Stuff Friday, December 07, 2012 8:25 PM
All Replies
-
Friday, December 07, 2012 8:30 PMModerator
1) You can debug a business logic handler by including a project in the solution to synchronize the subscription or by deploying the assembly and debugging symbol file (.pdb). This is covered in Debug a Business Logic Handler (Replication Programming).
- Marked As Answer by Software Engineering Stuff Friday, December 07, 2012 8:36 PM
-
Friday, December 07, 2012 8:30 PMModerator
2) No, this does not involve creating a web service. The steps to deploy and register a business logic resolver are covered in Implement a Business Logic Handler for a Merge Article. Look at Step 7. in the section To create and deploy a business logic handler and look at the section To register a business logic handler.
- Edited by Brandon WilliamsMicrosoft Community Contributor, Moderator Friday, December 07, 2012 8:34 PM
- Marked As Answer by Software Engineering Stuff Friday, December 07, 2012 8:36 PM
-
Friday, December 07, 2012 8:31 PMModerator
- Marked As Answer by Software Engineering Stuff Friday, December 07, 2012 8:36 PM

