Home Search Member List Faq Register Login  
UltimateSpell
Parser Error

Thread Starter: pramod   Started: 11-23-2009 2:56 AM   Replies: 18
 Karamasoft Support Forums » General Discussions » UltimateSpell » Parser Error
 Printable Version    « Previous Thread   Next Thread »
  23 Nov 2009, 2:56 AM
pramod is not online. Last active: 1/29/2010 1:08:57 AM pramod

Top 10 Posts
Joined on 11-23-2009
Posts 10
Parser Error
We are using UltimateSpell version 3.3.3384.38105 in our website. We are using IIS 7 as server. UltimateSpell is working well in my local but when we use it in the server it throw the following error

Server Error in '/' Application.

Parser Error

An error occurred during the parsing of a resource required to service this request.   Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'Karamasoft.WebControls.UltimateSpell.Callback'.
Source Error:</b> <br><br>            <table width=100% bgcolor="#ffffcc">               <tr>                  <td>                      <code><pre><font color=red>Line 1:  &lt;%@ Page language=&quot;c#&quot; AutoEventWireup=&quot;false&quot; Inherits=&quot;Karamasoft.WebControls.UltimateSpell.Callback&quot; ValidateRequest=&quot;false&quot; MaintainScrollPositionOnPostback=&quot;false&quot; Theme=&quot;&quot; EnableTheming=&quot;false&quot; StylesheetTheme=&quot;&quot; %&gt;</font>Line 2:  &lt;%@ OutputCache Location=&quot;None&quot; VaryByParam=&quot;None&quot; %&gt;</pre></code>                  </td>               </tr>            </table>            <br>            <b> Source File: </b> /web/UltimateSpellInclude/UltimateSpell.callback.aspx<b> &nbsp;&nbsp; Line: </b> 1            <br><br>            <hr width=100% size=1 color=silver>            <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016            </font>    </body></html><!-- [HttpException]: Could not load type 'Karamasoft.WebControls.UltimateSpell.Callback'.   at System.Web.UI.TemplateParser.GetType(String typeName


I have applied the solution given in the forum like
Clean up procedure for version updates, create virtual directory but it is not work for me.
Please help me how to resolve this issue.
 

  
  23 Nov 2009, 12:49 PM
Karamasoft is not online. Last active: 9/8/2010 11:48:21 AM Karamasoft

Top 10 Posts
Joined on 09-05-2004
Posts 5,334
Re: Parser Error
Please refer to http://forums.karamasoft.com/ShowPost.aspx?PostID=7959 and let us know if it doesn't help you resolve the issue.
  
  23 Nov 2009, 10:46 PM
pramod is not online. Last active: 1/29/2010 1:08:57 AM pramod

Top 10 Posts
Joined on 11-23-2009
Posts 10
Re: Parser Error
It doesn't help me. Please suggest how to resolve it.

  
  24 Nov 2009, 5:10 PM
Karamasoft is not online. Last active: 9/8/2010 11:48:21 AM Karamasoft

Top 10 Posts
Joined on 09-05-2004
Posts 5,334
Re: Parser Error
How did you define your IncludeDirectory property of your UltimateSpell control? Did you copy the entire UltimateSpellInclude directory to the proper place in your production web server. If you use the defaults, all you need to do is to use the default value of "~/UltimateSpellInclude" for the IncludeDirectory property and simply copy the UltimateSpellInclude directory the root of your web app. If you have a different setting, virtual directories, etc. please let us know in more detail so that we can help you better.
  
  24 Nov 2009, 11:09 PM
pramod is not online. Last active: 1/29/2010 1:08:57 AM pramod

Top 10 Posts
Joined on 11-23-2009
Posts 10
Re: Parser Error
I have placed the UltimateSpellInclude folder in my application root folder, UltimateSpell dll in bin folder and also pass the ~/UltimateSpellInclude in the IncludeDirectory property.
All these settings working well in my local machine but when i have apply these settings in the server then it throw the same error.
If textbox is blank for the spell check then it is load the control proper and no error message but when enter some words for spell check then only it throw the error. 

  
  24 Nov 2009, 11:11 PM
pramod is not online. Last active: 1/29/2010 1:08:57 AM pramod

Top 10 Posts
Joined on 11-23-2009
Posts 10
Re: Parser Error
I have placed the UltimateSpellInclude folder in my application root folder, UltimateSpell dll in bin folder and also pass the ~/UltimateSpellInclude in the IncludeDirectory property.
All these settings working well in my local machine but when i have apply these settings in the server then it throw the same error.
If textbox is blank for the spell check then it is load the control proper and no error message but when enter some words for spell check then only it throw the error. 


  
  25 Nov 2009, 5:03 PM
Karamasoft is not online. Last active: 9/8/2010 11:48:21 AM Karamasoft

Top 10 Posts
Joined on 09-05-2004
Posts 5,334
Re: Parser Error
Do you have UltimateSpell.dll installed in GAC of your production by any chance? Have you installed UltimateSpell on your production server before or have you just copied the bin and UltimateSpellInclude directories from your development machine to your production server? You should only install it on your development server.

What is your .NET Framework version and have you installed the right version of UltimateSpell onto your development machine? What .NET target platform have you chosen in Visual Studio when you publish your web site? What is your Visual Studio version?

We don't know what is different on your production server but if you send us a self-contained web app having the issue, we can try it in our test environment to see if we could reproduce the issue.

  
  25 Nov 2009, 9:33 PM
pramod is not online. Last active: 1/29/2010 1:08:57 AM pramod

Top 10 Posts
Joined on 11-23-2009
Posts 10
Re: Parser Error
I have used the .NET Framework 2.0, visual studio 2005 and also install the UltimateSpell 20 in my production server.
I have copied the UltimateSpell dll from the bin folder of the UltimateSpell folder. Firstly I have used the UltimateSpell dll trial version 3.0 and now i have used UltimateSpell dll version 3.3. Is it make any difference?

  
  26 Nov 2009, 12:34 AM
Karamasoft is not online. Last active: 9/8/2010 11:48:21 AM Karamasoft

Top 10 Posts
Joined on 09-05-2004
Posts 5,334
Re: Parser Error
You mentioned that you installed it on your production server? If that is correct, please start by uninstalling it from your production server because all you need in your production server is the bin adn UltimateSpellInclude directories that you will copy from your development machine to your production machine. If you installed UltimateSpell 3.0 on your development machine, please uninstall it and apply the cleanup procedure again (http://forums.karamasoft.com/ShowPost.aspx?PostID=7303) and then reinstall the 3.3 version onto your development machine. Once your web app successfully builds in your development environment, copy the bin and UltimateSpellInclude folders under your web app to your production server along with your other web app files.
  
  27 Nov 2009, 1:54 AM
pramod is not online. Last active: 1/29/2010 1:08:57 AM pramod

Top 10 Posts
Joined on 11-23-2009
Posts 10
Re: Parser Error
Thanks for reply.

I have uninstall UltimateSpell check from the production server and remove all the reference from the development side and install it into the development side and it work proper but when upload this code into the production server and test it then again the same error.

Open the below link
http://www.vizzoo.us/PersonalizecardFront.aspx?cardid=31&pagesize=43

and click on the Spell Check link then it throw the error.
Please suggest me how to solve this issue.




  
  27 Nov 2009, 1:58 PM
Karamasoft is not online. Last active: 9/8/2010 11:48:21 AM Karamasoft

Top 10 Posts
Joined on 09-05-2004
Posts 5,334
Re: Parser Error
If you by any chance have a vb app can you try to change the following on top of the UltimateSpell.callback.aspx page:

<%@ Page language="vb"

If it doesn't help, you may try to append the following to the end of the same Page tag:

EnableTheming="false" StylesheetTheme="" %>

If you have App_Licenses.dll under the bin folder of your app, or licenses.licx under the root of your app, please delete them.

You may also clean up the IE browser cache, and delete everything under C:\Windows\Microsoft.NET\Framework\[version]\Temporary ASP.NET Files.


  
  28 Nov 2009, 12:35 AM
pramod is not online. Last active: 1/29/2010 1:08:57 AM pramod

Top 10 Posts
Joined on 11-23-2009
Posts 10
Re: Parser Error
My application is in c# so no need to change in the aspx page.
EnableTheming="false" StylesheetTheme="" % is alredy is in my aspx page.
I have also remove the App_Licence.dll and licenses.licx from the root folder and clean up the Temporary folder but still i have faced the same problem.

 

  
  28 Nov 2009, 12:50 AM
Karamasoft is not online. Last active: 9/8/2010 11:48:21 AM Karamasoft

Top 10 Posts
Joined on 09-05-2004
Posts 5,334
Re: Parser Error
We don't why the same app works on your dev environment but not in your prod environment. Can you try creating a new web app from scratch and copy the bin and UltimateSpellInclude directories from the installation directory (C:\Inetpub\wwwroot\Karamasoft\ASP.NET2.0\UltimateSpell\v3.3\Controls) to the root of this web app and create only one test page in it to do the spell checking, make it work in your dev environment and then deploy into your prod envrionment to see if it throws the same error? You need to narrow the problem down to see whether if you have any differences between your dev and prod environment in terms of your web app and other settings. Are you serving your website in a hosting environment or from a server in your network?
  
  28 Nov 2009, 3:36 AM
pramod is not online. Last active: 1/29/2010 1:08:57 AM pramod

Top 10 Posts
Joined on 11-23-2009
Posts 10
Re: Parser Error
My development server is used IIS 6 and Production server is used IIS7.
Is it make any difference?

My application is in hosting environment. We are just placed the UltimateSpell in our application root directory not from the installation directory and placed the same code in the production server.

Is there anything with the folder rights? I have provided all the required rights to this folder.

  
  01 Dec 2009, 10:18 PM
Karamasoft is not online. Last active: 9/8/2010 11:48:21 AM Karamasoft

Top 10 Posts
Joined on 09-05-2004
Posts 5,334
Re: Parser Error
You might want to check with your hosting company to see if they have any limitations on your web app directories and make sure that you have full access on ASPNET and NETWORK SERVICE users on the UltimateSpellInclude directory.
  
 Page 1 of 2 (19 items) 1 2 »
Karamasoft Support Forums » General Discussions » UltimateSpell » Parser Error

You can add attachments
You can post new topics
You can reply to topics
You can delete your posts
You can edit your posts
You can create polls
You can vote in polls
Forum statistics are enabled
Forum is unmoderated

© 2002-2010 Karamasoft LLC. All rights reserved.