2010-04-17 78 views
2

這無疑是明顯的東西,但是從下載CodePlex上的F#PowerPack中運行fshtmldoc產生這個錯誤:F#的使用fshtmldoc.exe單聲道/ OS X

clements$ mono ./fshtmldoc.exe FSharp.PowerPack.dll 
Processing 'FSharp.PowerPack.dll'... 
Unexpected failure while writing HTML docs: An exception was thrown by the type initializer for Microsoft.FSharp.Metadata.AssemblyLoader 

這是使用單2.6.3,F#2.0 1.9 .9.9,&在32位英特爾處理器上的OS X 10.6.3。 任何幫助,將不勝感激。

非常感謝,

約翰·克萊門茨

(轉貼從動力單元的在線討論組 - 有沒有響應)

回答

0

在IntelliFactory我們受夠了fshtmldoc.exe,我們纔開始替代項目:

https://bitbucket.org/IntelliFactory/if-doc

它仍處於測試階段,但它迅速接近幸福有用。我還沒有在Mono上試過它,但有興趣在Mono上支持它。

我們的工具和fshtmldoc的關鍵區別在於我們的工具使用Mono.Cecil而不是鏈接到記錄的程序集。這意味着當這些程序集位於不同的文件夾或缺少引用時,它不會失敗。

+0

還沒有試過這個,但是:給你更多的力量! – 2011-02-19 05:35:58