I am trying to develop an ASP.NET application in Turbo Delphi .NET and
am experiencing the following problems
1. On editing aspx code by placing a height into an Iframe at irregular
intervals it will produce a catastrophic error and the IDE aspx editor
will clear all of the code. Sometimes the design page will be missing
and I will have to revet back to a backup copy.
2. Moving items arround the page the action will clear and I will have
to relink the action i.e a procedure on a button.
3. On compiling it seems that certain parts of the aspx code are
changed or reformatted i.e. losing tables and repeaters.
4. Repeaters can lose their reference to the dataset. The only way of
fixing this is to replace the repeater and relink the dataset.
Turbo Delphi .NET version 10.0.2288.42451 Update 2 being used out of
the box. No tweaks or updates added.
Any one have any ideas on how to stop this happening?
Tom
--