Skip to content
Stephen Swensen edited this page Aug 6, 2015 · 11 revisions

Environment

IOR targets .NET 4.0 and is built as a 32bit exe.

Development is done using Visual Studio 2010.

If you have strange startup errors trying to run the application through Visual Studio, ensure that the Ior project is set as the startup project (right-click "Set as StartUp project").

XML Transforms

IOR uses SlowCheetah for environment specific XML transformations, specifically for NLog configuration. You must

ScintillaNET

ScintillaNET is a managed wrapper / WinForms control around the native Scintilla text editing control used by Notepad++. It gives us rich text editing, syntax highlighting, etc.

IOR is compiled as a Win32 app, therefore we use the native SciLexer.dll instead of SciLexer64.dll. Scintilla.dll is included in the IOR project bin for runtime resolution, but at design-time the dll needs to be placed in C:\Windows to use the WinForms designer. See https://scintillanet.codeplex.com/workitem/23101 for details (note: C:\Windows\System32 does NOT work).

Clone this wiki locally