an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > Has anyone seen this error before?
Last Post 12/7/2008 4:08:27 PM By dubrovins. 2 replies.
12/7/2008 2:30:10 PM
dubrovins
Posts: 7
Joined: 11/23/2008
Has anyone seen this error before?
After a recompile, i started getting the following exception:
 
 
Parser Error Message: Could not load type 'FormRewriterControlAdapter'.

Source Error:

<table width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td>
Line 6:      <browser refID="Default">
Line 7:          <controlAdapters>
Line 8:              <adapter controlType="System.Web.UI.HtmlControls.HtmlForm"
Line 9:                       adapterType="FormRewriterControlAdapter" />
Line 10:         </controlAdapters>
</td> </tr> </tbody> </table>

Source File: C:\Sites\Single10\rejiintl\webroot\App_Browsers\Form.browser    Line: 8
 
 
 
 
Does anyone have an idea why this would be the case? The compilation succeeded and the code was not changed... Please help!
 
Igor D.
12/7/2008 3:11:56 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Has anyone seen this error before?
Are you running it under IIS6? Which OS are you using? Did you install the Dotnet framework 3.5?
DotShoppingCart Staff
12/7/2008 4:08:27 PM
dubrovins
Posts: 7
Joined: 11/23/2008
Re: Has anyone seen this error before?
thanks for the prompt reply. I've figured it out. All I needed to do was to "publish the site" again and copy over all of my build output to my web server. I guess copying individual assemblies screws someting up. thanks again
 
Igor D.