Hi
I was trying to run a WCF service written in F#. When I tried to test it using wcfsvchost.exe I always got an "ArgumentNullException". I thought it was something related to the generated code, so I used ildasm to check it. I reassembled the dump code (without any change) using ilasm and it worked. Magic?
Here is the App.config:
http://diegoeche.googlepages.com/App.config
Here is the source:
http://diegoeche.googlepages.com/file1.fs
www.diegoeche.blogspot.com