Re: ClojureCLR NullReferenceException

2009-09-16 Thread David Miller
Thanks for catching that. I had only tested out of VS. I'll add a note to the sample. I won't add the Load call to the sample yet, though, since it is CLR version dependent. Eventually, I suppose it will be best to add a config file with the appropriate info for assemblies that come with .Net.

Re: ClojureCLR NullReferenceException

2009-09-16 Thread Shawn Hoover
On Wed, Sep 16, 2009 at 12:28 PM, Shawn Hoover wrote: > I'm trying to run the celsius sample recently committed to ClojureCLR. It > works fine when I run Clojure.Main from Visual Studio, but from a command > line I get this: > c:\Users\Shawn\clojure-clr\Clojure\Clojure.Main\bin\Debug > >Clojure.Ma

ClojureCLR NullReferenceException

2009-09-16 Thread Shawn Hoover
I'm trying to run the celsius sample recently committed to ClojureCLR. It works fine when I run Clojure.Main from Visual Studio, but from a command line I get this: c:\Users\Shawn\clojure-clr\Clojure\Clojure.Main\bin\Debug >Clojure.Main.exe Clojure 1.1.0-alpha-SNAPSHOT user=> (import '(System.Windo