We are a group of users of Blackbaud products and are not affiliated with Blackbaud. We'd love to have you join our community to help and be helped in getting the most from your Blackbaud software.
Register now to join us to get independant advice on your system, connect with 3rd party consultants to help you maximize your database and have a real alternative to the official Blackbaud website.
I was wondering if anyone had successfully managed to create a .NET plugin that connects to RE without the use of an HTML page. I have looked at Shaun Sullivan's example that is online at codeplex but I do not have a custom control to be placed on a html page. Instead I was hopeing to simply load a form when the user clicks on the plugin link. This can easily be done in a COM based environment but I am struggling to do it with .NET.
David,
I would first make sure that you have version 7.81. Version 7.80 does not correctly load .NET 2.0 Plugins but that was resolved in 7.81. I have created .NET 2.0 plugins created in pre-7.8 versions but have not tested 7.81 yet. I will try and dig up my code here soon and let you know what you need to do.
Joe
__________________ Joe Sullivan
Data Systems Administrator
Great Commission Ministries
I am actually using 7.71! I have to build my own assembly. I just took another look at "the Official Shaun Sullivan code" thread and there JeffMons describes how to use the 2.0 framework with versions 7.80 and lower. I shall try that (I was also forgetting to register my assemblys with regasm instead of regsvr32)