Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
(Win7 command line)
I'm just trying to use Rtf2Html.exe to convert rtf files to html.
I have put the Rtf2Html.exe and Rtf2Html.exe.congif in the system path and have tried
c:\> Rtf2Html rtf175227.rtf

But I get this error:(what am I doing wrong?)
-----------------------------------------
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assemb
ly 'Itenso.Sys, Version=2.3.0.0, Culture=neutral, PublicKeyToken=d7f23b760ed5c748'
or one of its dependencies. The system cannot find the file specified.
File name: 'Itenso.Sys, Version=2.3.0.0, Culture=neutral, PublicKeyToken=d7f23b760e
d5c748'
   at Itenso.Solutions.Community.Rtf2Html.ProgramSettings..ctor()
   at Itenso.Solutions.Community.Rtf2Html.Program..ctor()
   at Itenso.Solutions.Community.Rtf2Html.Program.Main()

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Micr
osoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure loggi
ng.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion
!EnableLog].

-----------------------------------------
Thanks,
Steve.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900