Urgent : How to retrieve or rebuild a solution based on TMS Web Core VS

Hi Bruno,

Sorry Bruno, but it actually doesn't always work. It depends on the mistake I made.
Often I have to restart the app from the beginning. For that I zip my directory very often.

I have 4 new questions:

1 / How to automatically have a directory copied under TMSWeb dir. I have MyApi / Assets I would like "Assets dir" to be copied under TMSWeb/Debug or /Release at each change of original.
It's possible ?

2/ Can we compile in 64btis under TMS Web Core VisualStudio ?

3/ and most important. I use mostly HTML templates, is it possible to have a Subform inside a form?
A bit like an IFrame?

4/ Is it possible to replace an element with InnerHtml with a template html file ?

PS : a note
This doesn't work if I don't initialize myVar:= ''; before call asm bloc.

procedure Todo();
var
myVar : String;
begin
asm
myVar = event.target.getAttribute("MyAttribute");
end;
end;

Thank you