I have created a project with iron python and .net under sharp develop but I want to use the project to be run with VS 2010. I have installed the python tool for visual studio 2010. When I build the project and run it, I can see the program executed that means, I can see the GUI which I have created and the menu also works.
But, what I cant do is switch to the Designer mode and move some buttons etc. because there is no Design view available for any of the source files.
In the source code however, I see the buttons etc. with specific coordinates, size and other properties, but there is simply no Design view where I can edit the button. Can anyone know where the problem is?