Re: [Ironpython-users] [resolved] Ironpython works with Framework 4 all or framework client profile ?

2013-01-16 Thread bruno gallart
Hi Curt, I have developed this program with SharpDevelop. I saw in the xml's file "app.config" this configuration's line and it was this: Well, I am newbee on .Net (I know Python/CPython) i did not paid attention to this line, sorry. I did your modification, sku=".NETFramework,Version=v4.0,

Re: [Ironpython-users] [resolved] Ironpython works with Framework 4 all or framework client profile ?

2013-01-16 Thread bruno gallart
Hi Curt, I have developed this program with SharpDevelop. I saw in the xml's file "app.config" this configuration's line and it was this: Well, I am newbee on .Net (I know Python/CPython) i did not paid attention to this line, sorry. I did your modification, sku=".NETFramework,Version=v4.0,

Re: [Ironpython-users] Ironpython works with Framework 4 all or framework client profile ?

2013-01-16 Thread Curt Hagenlocher
It's possible that this is a consequence of the TargetFrameworkAttribute that's on the assemblies. It's set to [assembly: TargetFramework(".NETFramework,Version=v4.0", FrameworkDisplayName = ".NET Framework 4")] rather than [assembly: TargetFramework(".NETFramework,Version=v4.0,Profile=Client", Fr

Re: [Ironpython-users] Ironpython works with Framework 4 all or framework client profile ?

2013-01-16 Thread bruno gallart
Sorry , I don't say that it is the fault of Ironpython. More precisions: My program is created with Winforms and with Nhunspell (that is the version of spellchecker Hunspell for Net). My program is a little spellchecker for Word and for this I use the Reference('Microsoft.Office.Interop.Word')

Re: [Ironpython-users] Ironpython works with Framework 4 all or framework client profile ?

2013-01-16 Thread Markus Schaber
Hi, Bruno, Von: bruno gallart > My question is in the title. I should like to be sure. > > I did a program and I want to install it on another pc that have not > framework 4.0 installed. > If I install Framework 4.0 client profile (smaller) my program does not > work. If I install the Framework

[Ironpython-users] Ironpython works with Framework 4 all or framework client profile ?

2013-01-16 Thread bruno gallart
Hi all, My question is in the title. I should like to be sure. I did a program and I want to install it on another pc that have not framework 4.0 installed. If I install Framework 4.0 client profile (smaller) my program does not work. If I install the Framework full, it works. Conclusion : I