Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

It has been a little over a week since we released Beta 2 of VS 2008 and .NET 3.5.  So far the feedback from people using it has been really great. I've received a lot of emails from people saying it is the best beta we've ever shipped, and several who have moved over to using it full time for all development.

I have also helped people with a few gotchas that they have run into (mainly around setup / installation).  Below are some notes on the issues I've seen as well as how to fix them:

Setup / Installation Issues

Control Toolbox is Empty: We've seen several people run into a situation where when they create a new ASP.NET Web-site or Web-application with VS 2008 they find that the Control Toolbox is empty, and no intellisense is provided in source-view.  This problem indicates that the .NET 3.5 version of System.Web.dll did not get installed correctly due to interference with some of the .NET Framework Hotfixes already on the machine.  This blog post describes how to fix this issue.

JavaScript Intellisense and Colorization Not Enabled: We've seen some people run into a situation where JavaScript code colorization and intellisense isn't enabled due to a registry setting not getting configured correctly during setup.  This blog post describes how to fix this issue.

Setup Asks for Windows XP SP2 on Windows Vista: We've seen a few people run into issues on Windows Vista where either VS 2008 or .NET Framework 3.5 Beta2 prompts users with an error message asking them to install Windows XP SP2 (even though they are running Vista!).  This blog post describes how to work around this issue.

DevEnv /resetsettings: If you have ever installed a previous version of "Orcas" or VS 2008 on your machine (either Beta1 or one of the CTP versions), you need to reset your VS 2008 settings after installing Beta2.  If you don't do this, you'll have an odd set of settings configured (some windows will be in the wrong place), and you'll potentially see some IDE performance slowness.  You can reset your settings by typing "DevEnv /resetsettings" on the command-line against the VS 2008 version of the IDE.  I cover how to-do this in my Beta 2 Release Blog Post.

.NET 3.5 Web Sites and LINQ to SQL in Partial Trust: The default trust policy for the LINQ and LINQ to SQL assemblies, as well as the web.config file for .NET 3.5 ASP.NET web-sites do not allow applications to be run in medium trust environments.  This can impact you if you deploy your application to a remote hoster.  This blog post describes how to enable this in Beta2 (you won't need to take these steps for the final release).

ASP.NET AJAX Multi-Targeting

DisableAjaxPolicy.exe: As I mentioned in my initial Beta 2 Release Blog Post, we discovered a side-by-side issue with ASP.NET AJAX right before we shipped Beta 2. You'll want to make sure you run the DisableAjaxPolicy script after installing VS 2008 to fix this (it only takes a few seconds to run).

Multi-Targeting ASP.NET AJAX with VS 2008: You can use Visual Studio 2008 to build ASP.NET AJAX applications using both .NET 2.0 and ASP.NET AJAX 1.0 and .NET 3.5 using ASP.NET AJAX 3.5.  I talked about how this works in my ASP.NET AJAX in .NET 3.5 and VS 2008 blog post.  Because of the DisableAjaxPolicy patch above, targeting ASP.NET AJAX 1.0 applications using VS 2008 doesn't work as smoothly as we'd like in Beta 2.  This Using VS 2008 to Target ASP.NET AJAX 1.0 blog post discusses the best way to enable this in Beta 2.

Online Forums

Here are some pointers to on-line forums where you can ask questions or get help:

To report bugs you find, please visit http://connect.microsoft.com/.  Alternatively, you can send me email and I will forward them to the right team.

Thanks,

Scott

Published Saturday, August 04, 2007 12:10 PM by ScottGu
Filed under: , ,

Comments

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Saturday, August 04, 2007 4:32 PM by Timothy Khouri

It's funny how every time the new Visual Studio beta comes out, I wonder how I ever lived without it.

I was in the middle of writing a JavaScript function to dynamically create an HTML anchor... I gave it a cusom property by doing a 'myAnchor.SomeProperty = 123' kinda thing... a little later on I was writing the "onclick" method for that anchor, so I was typing "myAnchor.onclick = function() { this." ... and as I pressed 'dot', an intellisense window popped up and it had my property in it ... I almost cried. (not literally, but I definately take my hat off to you folks).

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Saturday, August 04, 2007 4:52 PM by tomas

Beta 2 is very good, I have not found any problem.

P.S. What happened? Your post does not end with "Hope this helps".

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Saturday, August 04, 2007 5:27 PM by ScottGu

Hi Timothy,

>>>>>> It's funny how every time the new Visual Studio beta comes out, I wonder how I ever lived without it.

That is great to hear! :-)

Thanks,

Scott

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Saturday, August 04, 2007 5:28 PM by ScottGu

Hi Tomas,

>>>>> P.S. What happened? Your post does not end with "Hope this helps".

I actually origionally wrote it that way, but for some reason thought it might sound weird with the previous sentence.  I will make sure the next one returns back to normal. ;-)

Hope this helps,

Scott

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Saturday, August 04, 2007 6:21 PM by Patrick

I have found one problem so far and that is i can no longer use the activeX quicktime control element it raises errors saying activex control elements without windows/borders are not supported. Any solution to this issue ?

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Saturday, August 04, 2007 7:29 PM by Yann

Orcas is a good product but i have a lot of crash with this release, for me the beta 1 was more reliable :s.

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Saturday, August 04, 2007 10:24 PM by Lex Mark

After typing in VS 2008 Express Beta 2, some tmp files are created that I cannot delete on Windows Vista Home Basic (UAC turned on). I tried several ways such as delete in an elevated command prompt, but none succeeded.

Is there a way to remove these files from my hard disk? If it is a bug of "AutoRecover" feature, I wish this feature were never included in VS.

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Sunday, August 05, 2007 2:13 AM by Rahman

Hi there,

Its great to use this new version , the thing which i want to ask you is that if i had my web Application in 2.0 , is it possible to dynamically change my framework for the web application project to 3.5 or 3.0

# Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Sunday, August 05, 2007 4:17 AM by DotNetKicks.com

You've been kicked (a good thing) - Trackback from DotNetKicks.com

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Sunday, August 05, 2007 8:00 AM by Jeremy Holt

I've not had any issues with Beta2 either. I just uninstalled VS 2005 - not something I would have ever done if I didn't trust the Beta :)

Could I make a couple of small (if not petty) requests?

1. When looking at the DataContext in the visual designer, could the fields not expose the IsVersion property in the property window? It seems to be the only attribute missing.

2. What happened to the horizontal lines in the property window? I'm getting on, my eyesight is failing, my wife wants to change me for a younger man - I need all the help I can get.......

Thanks

Jeremy

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Sunday, August 05, 2007 8:04 AM by paschal

hi Scott how about the installation issues on Vista? i think you should had it to your list

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Sunday, August 05, 2007 8:14 AM by Andrey Skvortsov

I'm using VS.2008 standard.I've set "Stylesheet" for my xml document but "Show XSLT output" still disabled.It seems VS dosen't have elementary xsl transform ability.

Regards.

# ScottGu blogs about fixes for common VS2008/.NET 3.5 b2 issues

Sunday, August 05, 2007 8:31 AM by Joteke's Blog

Scott has collected a list of issues which might occur when working with VS2008/.NET 3.5 beta 2. See

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Sunday, August 05, 2007 8:42 AM by rarous

Hi, Scott.

VS 2008 is very good, but there is one thing - the color of VS GUI. I use Vista in black color and that light blue destroy my eyes. It would be nice to change GUI theme to dark. Like in Expression studio or Office 2007...

# Silverlight Cream for August 5, 2007

Sunday, August 05, 2007 12:07 PM by WynApse

Silverlight Cream for August 5, 2007

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Sunday, August 05, 2007 3:58 PM by Steven Bense

Hi Scott,

I have had problems using the VPC version - forums.microsoft.com/.../ShowPost.aspx

1. Firstly the login credentials for the image were incorrect.

2. The OS required activation which I did via the telephone numbers in my region. This was an unexpected requirement.

3. Once activated, there is nothing but a Windows 2003 Server running in the VPC - no VS2008 Beta2 installation. Where should it be or are we supposed to now install the Beta 2 on the server?

Could you direct this to the necessary team and possibly get some forum feedback or a track going for VPC issues as these seem to be getting less interest than the Beta2 installation options.

Many thanks for all the invaluable information and help posted here. This is a great resource and help to us all.

Regards,

Steve

PS The VPC image I am referring to was downloaded from here:

www.microsoft.com/.../details.aspx

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Sunday, August 05, 2007 4:26 PM by Imtiaz

I have installed ASP.Net Futures, when I add a web form (no hand code) and compile I get this error.

Make sure that the class defined in this code file matches the 'inherits' attribute, and that it extends the correct base class (e.g. Page or UserControl)

Any idea? how to resolve it?

Thanks

Imtiaz

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Sunday, August 05, 2007 5:01 PM by Steve

Hi Scott,

Great to see that there is a fix for the "Control Toolbox is Empty" bug, shame that its such a labour intensive and manual fix that seems to have limited success.

I am waiting for re-install to see :) Fingers crossed!

Everything else seems awesome though, an excellent and well timed update to 2005! :)

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Sunday, August 05, 2007 6:49 PM by Steven Nagy

Hi Scott, I'm failing on the first step of B2 install, .Net Framework 3.5. So I'm trying to install it seperately and I can't find a redistributable for B2 of the framework. Is there one available?  Also the download manager for Framework is funny; apparently at times the transfer rate is in the negatives (ie, at one stage it was even less than -35000000000Kb! I don't have this much data on my HDD though!

Any good resources for debugging the 3.5 framework B2 install?

Cheers,

Steven

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Sunday, August 05, 2007 10:41 PM by Mohamed Meligy

Hey Scott, any idea about this issue ?

VS 2008 Beta 2: IDE fails to load the XML Editor and Workflow Designer Packages.

connect.microsoft.com/.../ViewFeedback.aspx

Thanks alot for all your posts btw ;)

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Monday, August 06, 2007 12:19 AM by Vikram

hmmm. thanks for this post. many people have been asking me about these problems in VS 2008 beta 2. Now I can redirect them to one post to get all the answers :)

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Monday, August 06, 2007 1:54 AM by ScottGu

Hi Yann,

>>>>>> Orcas is a good product but i have a lot of crash with this release, for me the beta 1 was more reliable :s.

If you can send me email (scottgu@microsoft.com) with more details on any crashes you are seeing, I can have someone help investigate what is going on.  In general we've heard and seen very few crash reports - so I'd definitely like to understand this better.

Thanks,

Scott

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Monday, August 06, 2007 1:55 AM by ScottGu

Hi Lex,

>>>>> After typing in VS 2008 Express Beta 2, some tmp files are created that I cannot delete on Windows Vista Home Basic (UAC turned on). I tried several ways such as delete in an elevated command prompt, but none succeeded.

If you can send me email (scottgu@microsoft.com) I can have someone help investigate what the problem here might be.

Thanks,

Scott

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Monday, August 06, 2007 1:57 AM by ScottGu

Hi Rahman,

>>>>>> Its great to use this new version , the thing which i want to ask you is that if i had my web Application in 2.0 , is it possible to dynamically change my framework for the web application project to 3.5 or 3.0

If you pull up your project's properties, you can update it to use 3.5.  I show how to-do this in this post here: weblogs.asp.net/.../vs-2008-multi-targeting-support.aspx

Thanks,

Scott

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Monday, August 06, 2007 1:58 AM by ScottGu

Hi Jeremy,

>>>>> 2. What happened to the horizontal lines in the property window? I'm getting on, my eyesight is failing, my wife wants to change me for a younger man - I need all the help I can get.......

You should still be seeing horizontal lines in the property grid.  Are you using an ASP.NET project?  Can you send me a screen-shot of the behavior you are seeing (scottgu@microsoft.com)?

Thanks,

Scott

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Monday, August 06, 2007 1:59 AM by ScottGu

Hi Raurus,

>>>>> VS 2008 is very good, but there is one thing - the color of VS GUI. I use Vista in black color and that light blue destroy my eyes. It would be nice to change GUI theme to dark. Like in Expression studio or Office 2007...

Unfortunately VS 2008 doesn't have built-in theme supports like Expression does - instead it picks up its colors from the operating system.  It is something we are thinking about for the future though.

Thanks,

Scott

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Monday, August 06, 2007 2:02 AM by ScottGu

Hi Imtiaz,

>>>>>> I have installed ASP.Net Futures, when I add a web form (no hand code) and compile I get this error.  Make sure that the class defined in this code file matches the 'inherits' attribute, and that it extends the correct base class (e.g. Page or UserControl)  Any idea? how to resolve it?

Do you have the new ASP.NET Futures build that just came out last week?  I think the April version has a few issues with Beta2.

Thanks,

Scott

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Monday, August 06, 2007 2:02 AM by ScottGu

Hi Steven,

>>>>>>> Hi Scott, I'm failing on the first step of B2 install, .Net Framework 3.5. So I'm trying to install it seperately and I can't find a redistributable for B2 of the framework. Is there one available?  Also the download manager for Framework is funny; apparently at times the transfer rate is in the negatives (ie, at one stage it was even less than -35000000000Kb! I don't have this much data on my HDD though!

If you can send me email (scottgu@microsoft.com) I can have someone help investigate what the problem here might be.

Thanks,

Scott

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Monday, August 06, 2007 2:03 AM by ScottGu

Hi Mohammed,

>>>>>>> Hey Scott, any idea about this issue ?  VS 2008 Beta 2: IDE fails to load the XML Editor and Workflow Designer Packages.

I've seen a few other people run into this registration issue.  If you can send me email (scottgu@microsoft.com) I can have someone help investigate what the problem here might be.

Thanks,

Scott

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Monday, August 06, 2007 12:06 PM by daniel

Scott,

First I added a ListView control on my page, then I added a Button or LinkButton under the ListView control. When I double-click the Button or LinkButton, it cannot take me to the codebehind default event handlers and the default handler codes are even not displayed. But if the buttons are above ListView control, the double-click can take me to the default handlers correctly.

Why the ListView affects buttons bellow it?

Thanks.

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Monday, August 06, 2007 1:39 PM by Moreno Borsalino

Any fixes for Mobile Asp.Net controls not showing in the Toolbox ?

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Monday, August 06, 2007 2:36 PM by Ian Lipsky

I'm not sure if i missed this somewhere, but i didn't see a link on the connect site for reporting issues. So here's the direct link for that:

connect.microsoft.com/.../Feedback

Ah ok, just found the link - its the visual studio and net framework option in the drop down. We'll I'll submit the direct link anyhow in case anyone is slow like me :)

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Monday, August 06, 2007 4:47 PM by Hank L

Scott,

VS 2008 and .NET 3.5 Beta2 sound like great tools.  We have a commercial product written in classic ASP, and we will soon be rewriting it using .NET, and I hope AJAX.  We have the choice of using .NET 2.0 and AJAX 1.0, or we could go the .NET 3.5 route and VS 2008.  We figure it will take us a year at least to completely rewrite our product.  Should we use VS 2008 and .NET 3.5?  Or should we use .NET 2.0 and AJAX 1.0 since that is released and presumably more stable?

Thanks,

Hank

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Monday, August 06, 2007 6:08 PM by bg

i have also noticed an odd situation usng third-party controls in the deisgner. when i try to change something in the designer with many controls, both msft and third-party, vs 2008 modifies the code with a bunch of lines of " " (without the quotes)... soemtimes overwriting controls that were on the webform. i have an example image on my blog (msftguy.com). Otherwise, I have been completely impressed with scott and team's work on this beta.

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Monday, August 06, 2007 9:33 PM by Thy Sok

Since VS 2008 Beta 2 is out, I have no need for Dreamweaver anymore.  My main concern was the split panel, I'm loving it.  One thing I wish it could have... is a better ftp function.  In Dreamweaver, I can just hit Ctrl + Shift + "U", and it uploads the file to the appropriate spot based on my settings. Other than that, can't wait for the final release.  =)

# ScottGu - Fixes for common VS 2008 Beta 2 issues « Coding with a Caffeine Rush…

Pingback from  ScottGu - Fixes for common VS 2008 Beta 2 issues « Coding with a Caffeine Rush…

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Tuesday, August 07, 2007 9:50 AM by Bart Czernicki

Any updates/fixes to not being able to install the .NET 3.5 Framework on Vista??? (errors out with Error Code 34)

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Tuesday, August 07, 2007 11:43 AM by bmerrills

VS2008 is a big step forward, but i have found a few irritating bugs, one of which i don't seem to be getting anywhere with (posted question on the asp.net forums).

Has anyone converted an ASP.NET 2.0 project in VS2008? I have, and for some reason it wont compile any of my LINQ 2 SQL Class because of the following error.

error CS1519: Invalid token 'void' in class

Now, to me it seems like VS2008 is trying to build the site using the .net 2.0 compiler! And in fact, if you view the page in a web browser, the error does in fact state, at the bottom:

Version Information: Microsoft .NET Framework Version:2.0.50727.1378; ASP.NET Version:2.0.50727.1378

Anyone got any ideas? :/ Sorry to ask here, but got no answers anywhere else.

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Tuesday, August 07, 2007 11:55 AM by Ryan Morgan

Hi Scott,

i tried running the Control Toolbox is Empty fix (which included a couple of hours of uninstalling/reinstalling) and I still can't get access to view asp & user controls or the toolbox. It looks like i'm not the only one... I feel like the kid who didn't get picked for dodgeball when i keep hearing how great this version is - how do i get help???

Thanks!

Ryan

# Visual Studio 2008 beta 2 is stable enough « blog.jemm.net

Pingback from  Visual Studio 2008 beta 2 is stable enough « blog.jemm.net

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Wednesday, August 08, 2007 5:00 AM by Deepak

Hi Scott,

I am already running with VS 2008 as my only dev environment :) Here are a couple of things that I came across:

The build is not playing nicely with 120 DPI. Almost all the right-click popup menus in Solution Explorer show up beyond the screen boundries and all the intellisense pop-ups show weird positioning; always obscuring the current caret position. Menu items and code look a little fuzzy too.

Turning off display scaling (from right click devenv -> properties -> compatibility tab in Vista) brings back things to normal.

Also, when in a Web Project, right clicking the project and selecting Add -> Add ASP.NET Folder, does not show the App_Code folder any longer. I changed the target framework version to 2.0 but that didn't affect this behavior. Is it by design?

Thanks!

Deepak

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Wednesday, August 08, 2007 8:52 AM by Max

Hi. I am probably the only one out there who is unable to install VS 2008 Beta 2 on a fresh, just installed, Windows Vista Ultimate. I have formated my drive becuase I ran into a problems with installing VS 2008 B2, but it did not help. Here is my error log, please excuse me if I put it where it is not suppose to be. Maybe you can help. Thanks in advance.

[08/08/07,15:30:54] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147023293.

[08/08/07,15:30:54] VS70pgui: [2] DepCheck indicates Microsoft .NET Framework v3.5 is not installed.

[08/08/07,15:30:54] VS70pgui: [2] DepCheck indicates Microsoft Document Explorer 2008 was not attempted to be installed.

[08/08/07,15:30:54] VS70pgui: [2] DepCheck indicates Microsoft Web Designer Tools was not attempted to be installed.

[08/08/07,15:30:55] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2008 Professional Edition - ENU was not attempted to be installed.

[08/08/07,15:30:55] VS70pgui: [2] DepCheck indicates Microsoft .NET Compact Framework 2.0 SP2 was not attempted to be installed.

[08/08/07,15:30:55] VS70pgui: [2] DepCheck indicates Microsoft .NET Compact Framework 3.5 was not attempted to be installed.

[08/08/07,15:30:55] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio Tools for Office Runtime 3.0 was not attempted to be installed.

[08/08/07,15:30:55] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System Runtime was not attempted to be installed.

[08/08/07,15:30:55] VS70pgui: [2] DepCheck indicates Microsoft SQL Server Compact 3.5 was not attempted to be installed.

[08/08/07,15:30:55] VS70pgui: [2] DepCheck indicates Microsoft SQL Server Compact 3.5 Design Tools was not attempted to be installed.

[08/08/07,15:30:55] VS70pgui: [2] DepCheck indicates Microsoft SQL Server Compact 3.5 For Devices was not attempted to be installed.

[08/08/07,15:30:55] VS70pgui: [2] DepCheck indicates Windows Mobile 5.0 SDK R2 for Pocket PC was not attempted to be installed.

[08/08/07,15:30:55] VS70pgui: [2] DepCheck indicates Windows Mobile 5.0 SDK R2 for Smartphone was not attempted to be installed.

[08/08/07,15:30:55] VS70pgui: [2] DepCheck indicates Microsoft Device Emulator version 3.0 was not attempted to be installed.

[08/08/07,15:30:55] VS70pgui: [2] DepCheck indicates Microsoft SQL Server 2005 Express Edition x86 was not attempted to be installed.

[08/08/07,15:30:55] VS70pgui: [2] DepCheck indicates Crystal Reports was not attempted to be installed.

[08/08/07,15:30:56] VS70pgui: [2] DepCheck indicates Windows SDK Tools (X86) was not attempted to be installed.

[08/08/07,15:30:56] VS70pgui: [2] DepCheck indicates Windows SDK Headers and Libraries (X86) was not attempted to be installed.

[08/08/07,15:30:56] VS70pgui: [2] DepCheck indicates Windows SDK Win32 Tools (X86) was not attempted to be installed.

[08/08/07,15:30:56] VS70pgui: [2] DepCheck indicates Windows SDK NetFx Tools (X86) was not attempted to be installed.

[08/08/07,15:30:56] VS70pgui: [2] DepCheck indicates Windows SDK Reference Assemblies And Intellisense (x86) was not attempted to be installed.

[08/08/07,15:34:04] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147023293.

[08/08/07,15:34:05] VS70pgui: [2] DepCheck indicates Microsoft .NET Framework v3.5 is not installed.

[08/08/07,15:34:05] VS70pgui: [2] DepCheck indicates Microsoft Document Explorer 2008 was not attempted to be installed.

[08/08/07,15:34:05] VS70pgui: [2] DepCheck indicates Microsoft Web Designer Tools was not attempted to be installed.

[08/08/07,15:34:05] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2008 Professional Edition - ENU was not attempted to be installed.

[08/08/07,15:34:05] VS70pgui: [2] DepCheck indicates Microsoft .NET Compact Framework 2.0 SP2 was not attempted to be installed.

[08/08/07,15:34:05] VS70pgui: [2] DepCheck indicates Microsoft .NET Compact Framework 3.5 was not attempted to be installed.

[08/08/07,15:34:05] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio Tools for Office Runtime 3.0 was not attempted to be installed.

[08/08/07,15:34:05] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System Runtime was not attempted to be installed.

[08/08/07,15:34:05] VS70pgui: [2] DepCheck indicates Microsoft SQL Server Compact 3.5 was not attempted to be installed.

[08/08/07,15:34:05] VS70pgui: [2] DepCheck indicates Microsoft SQL Server Compact 3.5 Design Tools was not attempted to be installed.

[08/08/07,15:34:05] VS70pgui: [2] DepCheck indicates Microsoft SQL Server Compact 3.5 For Devices was not attempted to be installed.

[08/08/07,15:34:06] VS70pgui: [2] DepCheck indicates Windows Mobile 5.0 SDK R2 for Pocket PC was not attempted to be installed.

[08/08/07,15:34:06] VS70pgui: [2] DepCheck indicates Windows Mobile 5.0 SDK R2 for Smartphone was not attempted to be installed.

[08/08/07,15:34:06] VS70pgui: [2] DepCheck indicates Microsoft Device Emulator version 3.0 was not attempted to be installed.

[08/08/07,15:34:06] VS70pgui: [2] DepCheck indicates Microsoft SQL Server 2005 Express Edition x86 was not attempted to be installed.

[08/08/07,15:34:06] VS70pgui: [2] DepCheck indicates Crystal Reports was not attempted to be installed.

[08/08/07,15:34:06] VS70pgui: [2] DepCheck indicates Windows SDK Tools (X86) was not attempted to be installed.

[08/08/07,15:34:06] VS70pgui: [2] DepCheck indicates Windows SDK Headers and Libraries (X86) was not attempted to be installed.

[08/08/07,15:34:06] VS70pgui: [2] DepCheck indicates Windows SDK Win32 Tools (X86) was not attempted to be installed.

[08/08/07,15:34:06] VS70pgui: [2] DepCheck indicates Windows SDK NetFx Tools (X86) was not attempted to be installed.

[08/08/07,15:34:06] VS70pgui: [2] DepCheck indicates Windows SDK Reference Assemblies And Intellisense (x86) was not attempted to be installed.

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Wednesday, August 08, 2007 10:02 AM by Max

I have found that on both of my Vista machines DExplore.exe or dotnetfx35.exe fail to install becuse they tell that the "program is too big to fit in memory". I have 2Gig Ram and 3Gig page file.

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Wednesday, August 08, 2007 10:33 AM by daniel

I tested more on GridView, ListView, etc. All have similar problems to the buttons bellow them. It cannot take you to the default Click handlers when double-clicking them. It can only take you to the Page_Load handler.

This should be a bug.

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Wednesday, August 08, 2007 1:18 PM by Jiri Neuzil

Hi, is there any link for bug in .NET 3.5 described here:community.devexpress.com/.../system-data-breaking-changes-in-latest-net-framework-update.aspx

Thanks for any solution.

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Wednesday, August 08, 2007 5:37 PM by Kyle

I'm trying to compile the DotNetNuke (DNN 4.5.5) project using VS 2008.  It works great compiling it in the 2.0 .NET Framework, but how can I convert it to 3.5 .NET Framework?  I can change the Target Framework to 3.5 in project "localhost/.../", but how do I get all the Class Library projects that DNN has converted to 3.5?

Also, when I check the ASP.NET version in my IIS on my XP Pro box, I don't see 3.0 or 3.5 Frameworks.  Should I see 3.5?

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Thursday, August 09, 2007 7:58 AM by Karl Heinze

Hi, is there any hotfix for System.Data breaking change in .NET 2.0 after NET 3.5 installs? This breaking change is mentioned at devexpress.com in their blogs. Thanks

# Izindaba #4

Friday, August 10, 2007 1:56 AM by From the software development trenches

Time for another weekly roundup of news that focuses on .NET and general development related content

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Friday, August 10, 2007 9:22 AM by alivemedia

I no longer have lc.exe on my machine?  This is cauing me problems with my .licx files and website compilation.

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Sunday, August 12, 2007 9:58 AM by Rohit

Hi Scott..had similar problem to Imtiaz when in a asp.net futures project.  The code behind file does not seem to link:

Error Message*****************

Error 104 Make sure that the class defined in this code file matches the 'inherits' attribute, and that it extends the correct base class (e.g. Page or UserControl). C:\Documents and Settings\Rohit\My Documents\Visual Studio 2008\WebSites\FuturesWebSite1\Default2.aspx.cs

*********************************/end of error Message

If I put the code in the <script> tag in the aspx file, it works, but a less than ideal option.  Any workarounds here?  Would appreciate your help.

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Sunday, August 12, 2007 10:53 PM by Pete

Hi Scott,

Trying to install VS 2008 beta 2 on a machine running Vista. Think I've un-installed all necessary Orcas bits, but am still getting the warning: "These pre-release products might include, but are not limited to, the following: - MDSN Library for Visual Studio Orcas - ENU". However, I don't see this under Programs and Features, and it's blocking me from the beta 2 installation. Any ideas?

Thanks!

Pete

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Monday, August 13, 2007 1:20 AM by ScottGu

Hi Pete,

>>>>>> Trying to install VS 2008 beta 2 on a machine running Vista. Think I've un-installed all necessary Orcas bits, but am still getting the warning: "These pre-release products might include, but are not limited to, the following: - MDSN Library for Visual Studio Orcas - ENU". However, I don't see this under Programs and Features, and it's blocking me from the beta 2 installation. Any ideas?

If you can send me email (scottgu@microsoft.com) I can loop in someone from the setup team to help figure out what is going wrong.

Thanks,

Scott

# Community Convergence XXIX

Monday, August 13, 2007 2:36 AM by Charlie Calvert's Community Blog

There are several good new blogs from members of the community team. Nevertheless, the most important

# MSDN Blog Postings &raquo; Community Convergence XXIX

Monday, August 13, 2007 3:10 AM by MSDN Blog Postings » Community Convergence XXIX

Pingback from  MSDN Blog Postings  &raquo; Community Convergence XXIX

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Friday, August 17, 2007 10:35 AM by Patrick

Still no answer to the following question and it keeps getting removed for some reason or another.

I have found one problem so far and that is i can no longer use the activeX quicktime control element it raises errors saying activex control elements without windows/borders are not supported. Any solution to this issue ?

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Monday, August 20, 2007 2:00 AM by ScottGu

Hi Patrick,

>>>>>> I have found one problem so far and that is i can no longer use the activeX quicktime control element it raises errors saying activex control elements without windows/borders are not supported. Any solution to this issue ?

Would you be able to send me an email (scottgu@microsoft.com) with more details about this error?  I can then loop in some folks to investigate and figure out what is going on.

Thanks,

Scott

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Monday, August 27, 2007 4:07 AM by zakerzadeh

This is a very good job. But Microsoft Report Viewer is disappointing. some part of most jobs of Microsoft is always missing. why Microsoft Report Viewer still can't export to MS Word? it can export to Pdf,Excel and Image but not MS WORD and RTF, isn't  it disappointing ? the only reason we can't move from crystal to rdlc is this. If you know something about this issue please let me know.

Thanks for VS 2008.

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Wednesday, August 29, 2007 2:58 AM by Martin H. Normark

I am still amazed of how well even BETA versions work, when Microsoft release new products. I've only had one issue with VS2008 BETA 2, that was the JavaScript Intellisense disappearing after a Silverlight uninstall. I just fired up the VS2008 installer and chose repair - and then it was fixed.

Keep working!

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Saturday, September 08, 2007 9:58 AM by Fred Morrison

VS 2008 Beta 2 does not appear to have a way to handle deployment of InfoPath 2007 workflow initiation/task forms used in a custom SharePoint 2007 Workflow.  This is a step backwards from VS 2005, which created a PostBuildEvent.bat file along with special Deployment folders for just such a purpose the moment you created a new SharePoint Sequential Workflow (or SharePoint State Machine Workflow).  Will this oversite be corrected prior to the release date of February 27, 2008?

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Saturday, September 08, 2007 3:34 PM by ScottGu

Hi Fred,

>>>>>>>> VS 2008 Beta 2 does not appear to have a way to handle deployment of InfoPath 2007 workflow initiation/task forms used in a custom SharePoint 2007 Workflow.  This is a step backwards from VS 2005, which created a PostBuildEvent.bat file along with special Deployment folders for just such a purpose the moment you created a new SharePoint Sequential Workflow (or SharePoint State Machine Workflow).  Will this oversite be corrected prior to the release date of February 27, 2008?

I'm not aware of this issue - can you send me an email (scottgu@microsoft.com) about this, and I'll loop you in with someone from that team to get an answer.

Thanks,

Scott

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Friday, September 14, 2007 6:44 PM by John Morrison

Scott,

I get errors on VS 2008 beta2 using VC++ when building a simple project.  Either using the

console mode or the Windows Forms Application and not even adding or adding toolbox button or labels I get Project:error PRJ003: Error spawning 'resgen.exe'.

Same problem occurs in VC# also using Windows Forms Application.

I also get some other errors such as afxv_w32.h contains #include Windows.h which the builder doesn't like because it cannot find it.

Finally a linker error LINK:fatal error LNK1104: Cannot open file 'MSCOREE.lib'.

I have uninstalled the beta2 and will try reinstalling it again.  This is happening in the 2008 Beta2 Pro Version.

Sincerely,

John

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Monday, September 17, 2007 9:01 AM by Moskas

I had problem whit "Microsoft Document Explorer 2008" somebody help me?

Thanks

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Tuesday, September 18, 2007 2:10 PM by Aaron

I wasn’t sure of where to post this. I am running VS 2008 B2 on a fresh install of Vista Ult. With a simple Hello World windows app(VB or C#), every time I stop debugging, Visual Studio “hangs” for about 5 to 10 seconds. On Vista it “white screens” like a frozen application. I can’t find any process taking too many resources. The box is high end and I have disabled every service possible to see if that was the problem. Nothing else is running. I don’t even have a single extra line of code. I am currently installed side by side with VS 2005.

I am not sure what is causing this behavior, but if it makes it to RTM it will be very annoying.

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Wednesday, September 19, 2007 9:26 PM by Fred Morrison

Microsoft called me at work and confirmed that, out of the box, VS 2008's new Build/Deploy option will not support deployment of InfoPath workflow forms (intialization, association, task, modfication) required by a SharePoint workflow project.  VS 2005, via add-ons created by Microsoft, supported deployment of those forms, as long as they were published to the DeploymentFiles\FeatureFiles subdirectory.  To bring VS 2008 to the same level of support as VS 2005 provides, I was told that I would have to (1) manually create the same directory structure as VS 2005 uses, immediately after creating the new Project of type SharePoint workflow, (2) move workflow.xml and feature.xml from where they were originally created to the DeploymentFiles\FeatureFiles subdirectory, (3) borrow a copy of PostBuildActions.bat from an older VS 2005 project and make extensive (but unspecified) changes to it comment/remove lines that duplicate the functionality of the Build/Deploy menu item.

Developers will have to decide for themselves if the gains outweigh the losses when it comes to using VS 2008 for creating SharePoint workflow projects.  I have sent Microsoft a revised edition of my analysis of this situation.

Until and unless enough developers demand that VS 2008 provide at least as much support for SharePoint workflow development that includes InfoPath task forms as VS 2005 provides, there is no way to tell when VS 2008 will be the equal of VS 2005 in this particular area.

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Monday, September 24, 2007 10:28 AM by Timothy

- The .NET 3.5 Compact framework won't install on my Windows Mobile 6 device (HTC TyTN with Mobile 6 upgraded rom by HTC).

All I get is Error (4) or something

- If I install .NET 3.5 on the Windows 2003 server, none of ASP.NET pages work anymore (after some time)

 (Even after removing the xmlns entries)

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Monday, September 24, 2007 5:55 PM by Chris Jobson

I've just installed the VS2008 beta 2 Professional edition (on XP professional SP2) but I can't access the VS2008 Beta 2 documentation because dexplore.exe won't run. I get a message box with "c:\program files\common files\microsoft shared help\help 9\dexplore.exe. This application has failed to start because the application configuration is incorrect." I've tried uninstallingand reinstalling dexplore.exe from the WCU directory but it makes no difference.

(As background, I first installed the C# Express version but had the same problem, so uninstalled that and tried the Professional version to see if it was any better. Before installing the C# Express version I uninstalled Document Explorer 2005, because VS2008 wouldn't install until I did so.)

I'd be grateful for any suggestions.

Chris Jobson

# re: Fixes for Common VS 2008 and .NET 3.5 Beta2 Issues

Tuesday, September 25, 2007 3:36 AM by Chris Jobson

I've just solved the dexplore incorrect configuration problem. After uninstalling it from the WCU directory I deleted the "microsoft shared help\help 9" directory before reinstalling. It's now OK.

Chris Jobson

# Lexapro.

Tuesday, July 08, 2008 3:38 AM by Lexapro.

Generic lexapro. Lexapro side effects. Lexapro.