Re: [Ironpython-users] Changing the version information of ironpython .dll assembly

2016-02-16 Thread Andrew Graham
troubleshooting it. Andy Graham From: Didier Bernard Sent: Tuesday, February 16, 2016 10:08 AM To: Andrew Graham ; ironpython-users@python.org Subject: Re: [Ironpython-users] Changing the version information of ironpython .dll assembly Thank you Andrew. I am not a programmer so sometimes obvious

Re: [Ironpython-users] Changing the version information of ironpython .dll assembly

2016-02-16 Thread Didier Bernard
verflowException Any suggestions on what to do? Thank you. Didier. From: Andrew Graham Sent: Tuesday, February 16, 2016 10:02 AM To: Didier Bernard; ironpython-users@python.org Subject: Re: [Ironpython-users] Changing the version information of ironpython

Re: [Ironpython-users] Changing the version information of ironpython .dll assembly

2016-02-16 Thread Andrew Graham
53 PM To: Andrew Graham; Didier Bernard; ironpython-users@python.org Subject: Re: [Ironpython-users] Changing the version information of ironpython .dll assembly You can do this now with ipyc, which should be in the next version. It allows you to set many more things than pyc.py. You could al

Re: [Ironpython-users] Changing the version information of ironpython .dll assembly

2016-02-15 Thread Markus Schaber
thon-users] Changing the version information of ironpython .dll assembly Hello, I have the following issue with ironpython 2.7: I would like to compiles the .py file to .dll. Here is a nice example<http://blogs.msdn.com/b/srivatsn/archive/2008/08/06/static-compilation-of-ironpython-scripts.asp

Re: [Ironpython-users] Changing the version information of ironpython .dll assembly

2016-02-15 Thread Didier Bernard
rom: Slide Sent: Monday, February 15, 2016 11:10 PM To: Didier Bernard; a...@agraham.demon.co.uk; ironpython-users@python.org Subject: Re: [Ironpython-users] Changing the version information of ironpython .dll assembly Grab the source from github.com/IronLanguages/main.git<http://github.com/Iro

Re: [Ironpython-users] Changing the version information of ironpython .dll assembly

2016-02-15 Thread Slide
Merge() >at ILMerging.ILMerge.Main(String[] args) > > > Thank you. > > > Kind regards, > Didier > > > > ------------------ > *From:* Slide > *Sent:* Monday, February 15, 2016 8:53 PM > *To:* Andrew Graham; Didier Bernard; ironpython-user

Re: [Ironpython-users] Changing the version information of ironpython .dll assembly

2016-02-15 Thread Didier Bernard
nk you. Kind regards, Didier From: Slide Sent: Monday, February 15, 2016 8:53 PM To: Andrew Graham; Didier Bernard; ironpython-users@python.org Subject: Re: [Ironpython-users] Changing the version information of ironpython .dll assembly You can do this now with ipyc, which should be in the ne

Re: [Ironpython-users] Changing the version information of ironpython .dll assembly

2016-02-15 Thread Slide
Saturday, February 13, 2016 10:36 PM > *To:* ironpython-users@python.org > *Subject:* [Ironpython-users] Changing the version information of > ironpython .dll assembly > > > Hello, > > I have the following issue with ironpython 2.7: I would like to compiles > the .py file to .dl

Re: [Ironpython-users] Changing the version information of ironpython .dll assembly

2016-02-15 Thread Andrew Graham
] Changing the version information of ironpython .dll assembly Hello, I have the following issue with ironpython 2.7: I would like to compiles the .py file to .dll. Here is a nice example on how this can be done with clr.CompileModules method. The problem is that the File Version of the compiled

[Ironpython-users] Changing the version information of ironpython .dll assembly

2016-02-15 Thread Didier Bernard
Hello, I have the following issue with ironpython 2.7: I would like to compiles the .py file to .dll. Here is a nice example on how this can be done with clr.CompileModules method. The problem is