Posted
on Dec 16, 2009
(permalink)
Hello:
I am using RadSpell.Net2, Version=3.2.1.0.
The spell dialogue opens up but through s following error.
=====================================================
RadSpell error. Server returned error: 500
Please, see the help for more details: RadSpell 3.x - Configuration - SpellCheckHandler.
/RadiologyInformationSystem/RadControls/Spell/Telerik.RadSpellCheckHandler.ashx
missing } in XML expression
<html>
<head>
<title>Could not load file or assembly 'MsWordAdapter.Net2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b5dad7bf2bf594c2' or one of its dependencies. The system cannot find the file specified.</title>
<style>
body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"Lucida Console";font-size: .9em}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
</style>
</head>
<body bgcolor="white">
<span><H1>Server Error in '/RadiologyInformationSystem' Application.<hr width=100% size=1 color=silver></H1>
<h2> <i>Could not load file or assembly 'MsWordAdapter.Net2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b5dad7bf2bf594c2' or one of its dependencies. The system cannot find the file specified.</i> </h2></span>
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
<b> Description: </b>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
<br><br>
<b> Exception Details: </b>System.IO.FileNotFoundException: Could not load file or assembly 'MsWordAdapter.Net2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b5dad7bf2bf594c2' or one of its dependencies. The system cannot find the file specified.<br><br>
<b>Source Error:</b> <br><br>
<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code>
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.</code>
</td>
</tr>
</table>
<br>
<b>Assembly Load Trace:</b> The following information can be helpful to determine why the assembly 'MsWordAdapter.Net2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b5dad7bf2bf594c2' could not be loaded.<br><br>
<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
</pre></code>
</td>
</tr>
</table>
<br>
<b>Stack Trace:</b> <br><br>
<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>
[FileNotFoundException: Could not load file or assembly 'MsWordAdapter.Net2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b5dad7bf2bf594c2' or one of its dependencies. The system cannot find the file specified.]
System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0
System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +43
System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +127
System.Reflection.Assembly.Load(AssemblyName assemblyRef) +28
Telerik.WebControls.WordAdapterLoader.LoadAssembly() +162
Telerik.WebControls.WordAdapterLoader.CreateWordProvider() +8
Telerik.WebControls.SpellChecker.get_SpellProvider() +31
Telerik.WebControls.SpellChecker.CheckText() +120
Telerik.WebControls.SpellChecker.BadWordsJScript() +13
Telerik.WebControls.SpellCheckHandler.ProcessSpellCheckRequest(String text) +94
Telerik.WebControls.SpellCheckHandler.ProcessRequest(HttpContext context) +245
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
</pre></code>
</td>
</tr>
</table>
<br>
<hr width=100% size=1 color=silver>
<b>Version Information:</b> Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016
</font>
</body>
</html>
<!--
[FileNotFoundException]: Could not load file or assembly 'MsWordAdapter.Net2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b5dad7bf2bf594c2' or one of its dependencies. The system cannot find the file specified.
at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
at System.Reflection.Assembly.Load(AssemblyName assemblyRef)
at Telerik.WebControls.WordAdapterLoader.LoadAssembly()
at Telerik.WebControls.WordAdapterLoader.CreateWordProvider()
at Telerik.WebControls.SpellChecker.get_SpellProvider()
at Telerik.WebControls.SpellChecker.CheckText()
at Telerik.WebControls.SpellChecker.BadWordsJScript()
at Telerik.WebControls.SpellCheckHandler.ProcessSpellCheckRequest(String text)
at Telerik.WebControls.SpellCheckHandler.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
-->
===========================\
Kindly help.
TS