Richard77
Richard77

Reputation: 21671

What can one expect from Visual Web Developer 2010 Express

I'm using vs2008 sp1. I've just downloaded VWD2010 Express. I don't know if I placed to much expectations on it, but there are at least 3 things that made me sad:

  1. On the logo it said: "use this product for evaluation only." I've never seen something like that on VWD2008 Express.

  2. There's no possibility of creating an empty solution. I checked online to this if I could download such a template, but I didn't get any.

  3. using <%: %> is not working. I still need to use <% = %> to make it work.

    I wonder what we can expect from that product. May be I didn't download the right product.

Is there anything I can do? or I might keep using VS2008 professional.

EDIT

if <% : %> is related to .NET4 and VWD 2010 Express uses .NET 4 by default, why I can't use it without getting errors?

Thanks for helping

Upvotes: 1

Views: 279

Answers (1)

Flakron Bytyqi
Flakron Bytyqi

Reputation: 3254

  1. If you register the "use this product for evaluation only" will be gone

Upvotes: 4

Related Questions