L
Laurent Chevallier
Hi,
I've developped a windows form application in C# that uses drag and drop.
This application works fine when I execute it locally directly from the PC
on which it has been installed.
Now I'm testing the execution of this application by using NTD (i.e. launch
the exe file from an URL, all the needed files will then be downloaded on
the client computer in a temporary forlder for furhter execution...).
But it doesn't work! An error message is displayed "DragDrop registration
failed". I've tried a lot of things but unsuccessfully.
My Main method has the STAThread attribute.
If I suppress all the drag and drop functionnalities the application works
fin with NTD.
I'm wondering then the interest of the NTD technology.... unless someone can
help me in solving this blocking problem.
Thanks in advance.
I've developped a windows form application in C# that uses drag and drop.
This application works fine when I execute it locally directly from the PC
on which it has been installed.
Now I'm testing the execution of this application by using NTD (i.e. launch
the exe file from an URL, all the needed files will then be downloaded on
the client computer in a temporary forlder for furhter execution...).
But it doesn't work! An error message is displayed "DragDrop registration
failed". I've tried a lot of things but unsuccessfully.
My Main method has the STAThread attribute.
If I suppress all the drag and drop functionnalities the application works
fin with NTD.
I'm wondering then the interest of the NTD technology.... unless someone can
help me in solving this blocking problem.
Thanks in advance.