Lazycoder

5May/041

Whidbey and Web Projects

So is it just me or does anyone else think that with the Whidbey beta bits they pretty much turned Web Projects into the bastard step child of the .NET Framework? You can’t add classes or libraries to them and you can’t even add references. What gives?

Update: hmmm, looks like you can add a reference if you open up the property pages proper for the Web Project. But I wasn’t able to add a reference to the other project in the solution. hmmmm, beta code. :)

Filed under: General Leave a comment
  • Ostap

    Actually, you can add these goddamn references – by using web.config’s ,
    but this will only refer to GAC-registered types. I’m still figuring out how
    to add references to not strongly named assemblies…