Results 1 to 3 of 3
Thread: Issue with Patch to Checkbox 4.3
-
09-14-2007, 03:38 PM #1superDEVmaster360 Guest
Issue with Patch to Checkbox 4.3
Dear Checkbox Team,
Hey guys, long time reader, first time poster.
First off I love checkbox but when attempting the patch process from 4.2 to 4.3 I have run into an error. When attempting to reach install/default.aspx page I get the following error:
Method not found: 'Boolean Checkbox.Configuration.Install.ApplicationInstalle r.get_xf8f89cf9d8133ad0();
Now i've tried a couple things to fix the issue but I can't seem to fix it. I feel like a Ninja without a sword, a wizard without a wand, a red bull without the energy...basically I need some help.
Thanks, keep up the survey magic!
- dev360
-
09-14-2007, 03:49 PM #2
Administrator
- Join Date
- Mar 2007
- Posts
- 385
If you encounter this issue please do the following.
1. Delete all files in your Checkbox installation EXCEPT for
- web.config
- The contents of your Config folder
- Your license file, which is located in the bin directory. (Delete all of the other contents in your bin folder)
2. Copy the contents of your downloaded 4.3 Folder to your existing Checkbox folder. If prompted do NOT write over any files. Once this is complete make sure that all of the files copied correctly and are now present in your Checkbox installation. Confirm that /bin has been repopulated with the new files.
3. If you have the multilanguage Addon Installed
- Navigate to checkbox\Install\Modules\MultiLanguage (In Zip File)
- Copy checkbox.Globalization.Text.MultiLanguageTextProvi der.dll
- Paste file into folder checkbox\bin
4. Add the following to your <system.web /> section of your web.config.
<httpHandlers>
<add path="ChartAxd.axd" verb="*" type="Dundas.Charting.WebControl.ChartHttpHandler" validate="false" />
</httpHandlers>
5. Browse to install/default.aspx once again and run through the patch.
-
09-17-2007, 02:14 PM #3superDEVmaster360 Guest
Thanks pawiesner that worked like a charm. So far these reporting features look so H-O-T! keep up the good work
- 360


LinkBack URL
About LinkBacks
Reply With Quote