Hey there ppl :)
I just downloaded all the latest files from engage to develop a few custom modules, it is also running very smooth but im getting some wierd error when im creating a new paragraph.
I have recompiled it as .net 3.5 before it would run.
I have only changed the password for the administrator(in the db), then i logged in, created a page and then a paragraph. So i havent tempered any files.
For info :
Clean windows 7 install
IIS 7 in integrated pipeline .net 2.0
using the access DB
Image of the bug
http://twitpic.com/3ealvs
Developer forum
E-mail notifications
Fresh custom install for development fails with paragraphs
Posted on 09/12/2010 12:33:21
Replies
Posted on 09/12/2010 12:56:26
Hi Rasmus,
99 out of a 100 times I saw this behavior, it was related to compression. Try removing everything from web.config that relates to compression (app settings, modules and so on) and then try again.
I haven't been able to consistently reproduce this but it worked most of the times for me.
Cheers,
Imar
99 out of a 100 times I saw this behavior, it was related to compression. Try removing everything from web.config that relates to compression (app settings, modules and so on) and then try again.
I haven't been able to consistently reproduce this but it worked most of the times for me.
Cheers,
Imar
Posted on 09/12/2010 13:32:41
Ey Imar :)
and thx for helpin out..
Ive narrowed it down to this line in the web.config
<remove name="ScriptModule"/><add name="HttpCompression" type="HttpCompression.HttpCompressionModule,HttpCompression" preCondition="managedHandler"/>
But if i remove it i get an error
i have pasted in here http://twitpic.com/3eblf2
I know its on danish so ill translate as much as i can
The Row 'ParagraphMasterType' dosn't belong to the table Table
and thx for helpin out..
Ive narrowed it down to this line in the web.config
<remove name="ScriptModule"/><add name="HttpCompression" type="HttpCompression.HttpCompressionModule,HttpCompression" preCondition="managedHandler"/>
But if i remove it i get an error
i have pasted in here http://twitpic.com/3eblf2
I know its on danish so ill translate as much as i can
The Row 'ParagraphMasterType' dosn't belong to the table Table
Kolonnen 'ParagraphMasterType' tilhører ikke tabellen Table.
Posted on 09/12/2010 13:37:31
That looks like a mismatch between the DW version and the database schema. Have you tried rerunning the update scripts?
Imar
Imar
Posted on 09/12/2010 13:42:43
Hmm update scripts, not sure what mean ? Not something i have read about in any of your (brilliant) tutorials or the DW course matriale.
Posted on 09/12/2010 13:48:16
Hi Rasmus,
Click Management Center and then System Information. At the bottom of the dialog, set ecom.xml to 50 and update.xml to 100 and then click Rerun Updates. This updates the database schema to the latest version for your solution.
Hope this helps,
Imar
Click Management Center and then System Information. At the bottom of the dialog, set ecom.xml to 50 and update.xml to 100 and then click Rerun Updates. This updates the database schema to the latest version for your solution.
Hope this helps,
Imar
Posted on 09/12/2010 13:55:03
Arh it works :)
Thanks a bunch :D
Thanks a bunch :D
Posted on 09/12/2010 14:23:05
FYI and future reference, running update scripts is discussed in step 12 near the end of this article:
http://devierkoeden.com/Articles/[articleId/11]/Custom-Modules---Part-1---Introduction.aspx
And the compression issue is (briefly and out of context) mentioned here:
http://devierkoeden.com/Articles/[articleId/21]/Custom-Functionality-%E2%80%93-Using-User-Controls.aspx
Cheers,
Imar
http://devierkoeden.com/Articles/[articleId/11]/Custom-Modules---Part-1---Introduction.aspx
And the compression issue is (briefly and out of context) mentioned here:
http://devierkoeden.com/Articles/[articleId/21]/Custom-Functionality-%E2%80%93-Using-User-Controls.aspx
Cheers,
Imar
You must be logged in to post in the forum