Hi Bruce, I actually have a .net API that I built concurrently with Remedy's. I started the project back around 2005 and have maintained it ever since. And yes, it's currently built against .NET v4.51 and v8.1 of ARS.
I built it because I needed something that was higher fidelity to the C API then the Remedy API was at the time, and with more support for data dictionary type operations (e.g. creating, modifying, deleting forms, fields, workflow objects, etc.) than the Remedy API had (at the time). These libraries are actually very easy to maintain since the vast majority of the code is actually generated from tools I've built to aid in that maintenance. All Remedy C API structures are described in an XML file which is processed by a tool which then generates a set of corresponding C++ and C# classes. At the lowest level, you can converse with ARS nearly identically how you would using the native C API. A "higher level" library then built on top of this provides for higher level abstractions and support. It's always been my intention to someday publish this work, including source, under GPLv3, but I've lacked the motivation and the time. If you're at all interested in discussing further, I'd be happy to take it offline with you and show you how it works and some samples. -charlie On Wed, Apr 1, 2015 at 6:42 AM, Wilson, Bruce B <[email protected]> wrote: > ** > > Hello All, > > > > I am working with Visual Studio 2013 and WPF (Windows Presentation > Foundation). > > I am integrating the .Net API Wrapper to access Remedy Meta-data and > updating form data. > > > > We are using Remedy 7.6.04 SP4. > > > > The .Net API Wrapper was written for a maximum .Net Framework version 2.0 > > Is there an update or possibility of an update to advance the .Net > Framework to a more current version? > > > > Also, is there any other vendor-supplied .Net API Wrapper besides the one > supplied with BMC Remedy? > > > > Thanks for your help, > > Bruce B. Wilson > > Consulting Director > > Datastream Consulting, LLC > > > _ARSlist: "Where the Answers Are" and have been for 20 years_ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

