IronPython
How can I use the IronLanguages' Tools without buying VS?
IronRuby\'s \"Tools\" pack looks like a really attractive IDE to me, except for the fact that I need to开发者_运维知识库 buy Visual Studio to use it.[详细]
2023-03-18 04:47 分类:问答Binding checkbox to string in IronPython
How can I bind a checkbox to a string such that when the checkbox is checked/unchecked, the value of the string changes? I have 开发者_如何学运维this (with CheckAll as my checkbox):[详细]
2023-03-17 18:19 分类:问答Calling a Python script with Arguments using IronPython - "Need more than x values to unpack"
I\'m using the following C# code to call a Python script using IronPython: ScriptEngine scriptEngine; var opts = new Dictionary<string, objec开发者_如何学JAVAt>();[详细]
2023-03-17 08:12 分类:问答IronPython call to SSRS - how to handle mutable arrays
I\'m attempting to translate the following C# code into IronPython but I don\'t know how to handle the strongly typed mutable arrays.The code is test code to write a Server Side SSRS report to a local[详细]
2023-03-15 04:03 分类:问答This Iron Python Package Do Not Contain Ironpython.module.dll?
I am using IronPython 1.0. This version does not contain Ironpython.module.dll and results in an error OS module importing error.[详细]
2023-03-14 14:42 分类:问答From Where Do I Find Iron Python DLL's
hi all from where will i find these dll\'s IronPython.dll IronPython.Modules.dll Microso开发者_如何学JAVAft.Scripting.dll[详细]
2023-03-13 19:14 分类:问答Iron Python and VS2010 debugging woes
I\'m starting to use IronPython and VS2010 and I\'m having trouble with the debugging environment... can anyone point me in the right direction? Note that my python knowledge is less than a week old s[详细]
2023-03-13 13:48 分类:问答How can IronPython access a public static property defined in C#?
Consider this C# code: public static class Graphics { public static Color white = new Color(255, 255, 255);[详细]
2023-03-12 23:44 分类:问答T4 with languages other than C# and VB
Is it posible to write T4 templates in other .NET langua开发者_运维百科ges? In particular I\'m interested in F# and IronPython.I was complaining about this on twitter some time ago. It seems reasonabl[详细]
2023-03-11 20:55 分类:问答Embedded IronPython - Dispatcher Problem
I have attempted to purloin some of the code shipped with IP in Action and, following issues, I have even gone to the lengths of reading the book![详细]
2023-03-11 05:09 分类:问答