IronPython
Calling WCF from IronPython does not return a complex type
I\'m calling a WCF Service function [OperationContract] ProcessInfo GetPr开发者_如何学CocessInfo(); # ProcessInfo has a DataContract Attribute.[详细]
2023-04-02 14:45 分类:问答Packing ironpython app into .exe and Installer
I\'m not using sharpdevelop or visual studio for ironpython app development. I have my reasons for not using them for app development. What are my console based options for compiling ironpython .exe f[详细]
2023-04-02 08:48 分类:问答mono develop don´t show reference node
I use mono develop 2.4 in ubuntu 10.10, with monodevelop-python and ironpython Wh开发者_C百科en I created a empty python project mono develop don\'t show the reference node.[详细]
2023-03-31 06:19 分类:问答Ironpython: Debugging a null reference exception
I have previously asked this question when I was seeing a null pointer exception. In that case it turned out that what I was seeing was in fact a bug in IronPython.[详细]
2023-03-31 05:51 分类:问答Compiling an IronPython WPF project to exe: Missing dlls
I want to compile my IronPython WPF based app into a .exe file. I looked up the net for solutions and found this on SO:[详细]
2023-03-30 23:16 分类:问答C# Equivalent of IronPython isinstance()
What is 开发者_JAVA百科the C# equivalent of IronPython isinstance(...)?You should be able to just do:[详细]
2023-03-30 22:33 分类:问答Explain me this python expression in C#
What is the C# equivalent of this python expression? file_no = int (last_file.Name.Replace(last_file.Extension,\"\")[-3:]);[详细]
2023-03-30 06:05 分类:问答NotImplementedException in Silverlight and IronPython
i\'m hosting IronPython Scripts in one Silverlight Application and i want to run the script and get one System.Windows.Controls.TextBlock object.[详细]
2023-03-28 21:45 分类:问答How can I call (Iron)Python code from a C# app?
Is there a way to call Python co开发者_开发技巧de, using IronPython I assume, from C#? If so, how?The process is simple, especially in a C#/.NET 4 application where support for dynamic languages have[详细]
2023-03-28 11:37 分类:问答Workweek start and end date
I need to write a script that gives me a range of days from today back to the beginning of the work week. In other words, say that today is Tuesday August 9th and I click on my button I should get two[详细]
2023-03-27 22:43 分类:问答