The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Visual Studio 2005 Express October Community Tech Preview now available

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Dan Fernandez

Posts: 456
Nickname: danielfe
Registered: Aug, 2003

Daniel Fernandez is the Product Manager for C# in the developer division at Microsoft.
Visual Studio 2005 Express October Community Tech Preview now available Posted: Oct 22, 2004 11:58 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Dan Fernandez.
Original Post: Visual Studio 2005 Express October Community Tech Preview now available
Feed Title: Dan Fernandez's Blog
Feed URL: /msdnerror.htm?aspxerrorpath=/danielfe/Rss.aspx
Feed Description: Dan discusses Dot Net.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Dan Fernandez
Latest Posts From Dan Fernandez's Blog

Advertisement

The October Community Tech Previews for Express are now up on MSDN for download. Before you do anything, read the readme and remember that Community Tech Previews are *not*, *not*, *not* high quality builds and will probably be in worse condition then Express Beta 1. Lots of things won't work, and we've also added some new stuff including: 

  • Edit and Continue for C# Express. You'll have to do some workarounds to get this working (see below)
  • ClickOnce deployment for all Express products, but be warned that it doesn't work in this build :)

I'll blog more about the changes tomorrow, in the meantime spin up a differencing image on your VPC and take the CTP for a whirl. As always tell us what you think.

Below is the snippet on C# Express from the CTP readme:

C# Express  

"Edit and Continue" is now available in C# with the following known issues:

  • Making an edit that results in no change (i.e. inside a #ifdef'd out region) can cause the IDE to crash.
  • The Instruction Pointer (yellow arrow) can in some cases be placed incorrectly after stepping when an exception has been thrown.

Issue: If you are working with code built from the Windows Forms Template (and a few others), you may not be able to do EnC at all.

Workaround:

Remove the "= null" initializer of the components field in the .designer.cs file as follows:

private System.ComponentModel.IContainer components = null;

should become: private System.ComponentModel.IContainer components;

New Start Page: It is not enabled by default in this build. See known issues for a work-around.
ClickOnce is added to the Express SKUs: However, it does not work in this build.
New Community Menu: A few new features around community interaction.
New Local Data Wizards: Try connecting to your SQL Server Express database files using the new wizard.
Fewer Refactorings: To simplify the C# Express user experience, a few of the refactorings have been removed.
Start page doesn't show correctly:To see the new start page use Tools -> Options. Then "Show All Settings". Then Environment -> Startup. And set "At startup: " to "Show Start Page".
ScreenSaver Starter Kit won't load.

Read: Visual Studio 2005 Express October Community Tech Preview now available

Topic: Dancing in the Moonlight Previous Topic   Next Topic Topic: Code a Mobile CF App and Win a Device!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use