Message 1 of 4
Using iLogic with C#

Not applicable
09-10-2015
08:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I'm trying to interface with the iLogic add-in via a .Net c# program. When I access a method from the iLogicAuto "object", Visual Studio 2013 throws an error: 'object' does not contain a definition for 'Method Name Goes Here'. When I use the "dynamic" data type instead of "object", I don't receive any errors but, then the methods don't work. Any suggestions?