only web developer express.
I found out i have another problem, on the starting page when i open VWD, there are microsoft news and articles, when i click on one, VWD crash automatically.
Also i think i found something else that could help.
When i drag the component nothing happen and the drag icon say it is not allowed.
When i double click the component however, it is added to the source code and invisible on the design mode.
For sample if i add a button here is the code added:
<?xml namespace="" prefix="asp" ?>
<asp:Button runat="server" Text="Button" />
-------------------------
This should not appear but it is at the begining of any component i add: <?xml namespace="" prefix="asp" ?>