" Preview And Generate Error: Could not load dcr "
Most often this is due to your dcr being invalid xml (as defined by the TeamSite:CRparser or XMLParser module).So I would check your dcr for xml-correctness (open the file in a browser to see what the browser tells you) AND/OR check for any weird/non-ascii characters in the dcr.If that fails you could try to write a 3-line perl script that opens and xml-parses your dcr through the XMLParser. If the parsing fails, the die message will give you a clue.Or use the iwpt_compile script to see what error will this gives you.Cheers, Ronald