DotNetShoutout - Stories tagged with Visual Studio 2010
2
Shouts

Caught up with Bugs in My Favourite IDE ( Visual Studio 2010 ) | Senthil Kumar's Blog

published 946 days, 23 hours, 17 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 948 days, 3 hours, 37 minutes ago
Wednesday, October 20, 2010 8:51:26 PM GMT Tuesday, October 19, 2010 4:31:39 PM GMT
Well , for the last few months i have been facing some serious issues in running Visual Studio 2010  as a result of some error messages / bugs . Here are some of the messages / bugs that i was able to capture .For some of the problems i was able to find the fix/update from the Microsoft Connect website , but for others i am still hunting for one  . 1. Catastrophic failure Puzzled , puzzled and Puzzled . Dont know why i got this er... (more)
category: Architecture | clicked: 0 | comment | | source: www.ginktage.com
tags: Visual Studio 2010
2
Shouts

Different Version of Integrated Web Server in Visual Studio 2010 « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 964 days, 55 minutes ago
Sunday, October 03, 2010 7:13:17 PM GMT
While running your ASP.net application you might have found it to be running on Integrated Web development environment. Visual Studio 2010 comes with two version of Integrated Web Development environment which could run side by side. In case you run your ASP.NET application in VS 2010 you can have an option to choose between the two version of Web Development environment, one running CLR 2.0, which was there before VS2010 and a new version of Web Dev with CLR 4.0. Multi – targeting allows you to configur... (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: ASP.NET 4.0, Visual Studio 2010
2
Shouts

Errors when adding an assembly reference in Visual Studio

published 971 days, 11 hours, 52 minutes ago posted by sandrinosandrino 972 days, 40 minutes ago
Sunday, September 26, 2010 8:16:25 AM GMT Saturday, September 25, 2010 7:28:38 PM GMT
Could not add a reference The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047) (more)
category: Smart Client | clicked: 5 | comment | | source: sandrinodimattia.net
tags: .NET, Visual Studio 2010, Visual Studio
6
Shouts

How to Create HTML5 Website and Page Templates for Visual Studio 2010 - Rey Bango

published 971 days, 11 hours, 52 minutes ago posted by iftekharahmedamitiftekharahmedamit 972 days, 13 hours, 20 minutes ago
Sunday, September 26, 2010 8:16:25 AM GMT Saturday, September 25, 2010 6:48:36 AM GMT
Now that I work at Microsoft, I’m using Visual Studio 2010 as my main editor. By default, an empty web page is created with an XHTML 1.0 doctype and it’s pretty barebones. Since I’m focusing on HTML5 & JavaScript development, having to constantly update the page with references to the new HTML5 doctype, jQuery, Modernizr and all of the other tags I use for my pages was becoming a drag. Today, I noticed a blog post by Zander Martineau in which he added a lot of HTML5 goodness to the Coda IDE in the f... (more)
category: How To | clicked: 1 | comment | | source: blog.reybango.com
tags: Visual Studio 2010, html5
8
Shouts

Memory Dump to the Rescue

published 976 days, 8 hours, 1 minute ago posted by brunomarquesbrunomarques 977 days, 6 hours, 16 minutes ago
Tuesday, September 21, 2010 12:06:57 PM GMT Monday, September 20, 2010 1:52:38 PM GMT
Describes how to programaticly create a memory dump and how to open it in Visual Studio 2010. Also shows how to create a memory dump using windbg! (more)
category: Architecture | clicked: 3 | comment | | source: geeklyeverafter.blogspot.com
tags: .NET, WinDbg, Debugging, Visual Studio 2010, Post-mortem
2
Shouts

Some clarity on auto loading Visual Studio 2010 Extensions

posted by sandrinosandrino 990 days, 5 hours, 44 minutes ago
Tuesday, September 07, 2010 2:23:52 PM GMT
In most cases you'll want to build an extension that does something when you click a button, when you type something, ... and this is also the default behavior of your package. The method Initialize() will only be invoked when your action triggers it. So don't worry if Initialize() doesn't get called when Visual Studio starts because this is default behavior. But what if you want Initialize() to be called when Visual Studio starts? In previous versions of Visual Studio you had the RegisterAutoLoadAttr... (more)
category: Architecture | clicked: 1 | comment | | source: sandrinodimattia.net
tags: Visual Studio 2010, VSIX
2
Shouts

Viewing __ComObject with a Dynamic View

posted by brunomarquesbrunomarques 990 days, 6 hours, 11 minutes ago
Tuesday, September 07, 2010 1:57:39 PM GMT
New VS2010 feature that allows the inspection of __ComObject's and view it's properties and values. (more)
category: Architecture | clicked: 0 | comment | | source: geeklyeverafter.blogspot.com
tags: COM, dynamic, Visual Studio 2010, .NET4
4
Shouts

Unit Testing Entity Framework 4.0: A-Z in 3 Easy Steps | Rab Hallett's blog

published 996 days, 5 hours, 37 minutes ago posted by iepureiepure 997 days, 2 hours, 7 minutes ago
Wednesday, September 01, 2010 2:30:56 PM GMT Tuesday, August 31, 2010 6:01:51 PM GMT
This article gives you an ultra-fast run down on how to start Unit Testing in Entity Framework 4.0 using C#; applying a suitable Code Generation Item to your Entity Data Model (EDMX) file, and building a Unit Test Project in Visual Studio 2010. No external test harness is required, it doesn't rely on having a Repository pattern being implemented and you don't need to buy any new products. Just Visual Studio 2010 Professional Edition, Premium Edition or Ultimate Edition out of the box. (more)
category: Architecture | clicked: 2 | comment | | source: blogofrab.blogspot.com
tags: T4, Entity Framework, C#, Visual Studio 2010, Mocking, unit testing
6
Shouts

Manage Database Projects With Visual Studio 2010

published 996 days, 5 hours, 37 minutes ago posted by JudoJudo 997 days, 10 hours, 27 minutes ago
Wednesday, September 01, 2010 2:30:56 PM GMT Tuesday, August 31, 2010 9:41:04 AM GMT
Introduction Prior to Microsoft Visual Studio 2005, managing database projects had been a real challenge. Microsoft Visual Studio 2005 Database Professional Edition (also known as Data dude) simplified this process and Microsoft Visual Studio 2008 Database Edition GDR 2 further, along with several bug fixes, enhanced its capability to support newest feature of SQL Server 2008. New release i.e. Microsoft Visual Studio 2010 brings a whole lot of new features and enhancements compared to its earlier versio... (more)
category: Architecture | clicked: 0 | comment | | source: www.visualstudiotutor.com
tags: Visual Studio 2010
7
Shouts

Using self tracking entities with Silverlight 4 and Entity Framework 4 - Alex van Beek

published 1003 days, 7 hours, 20 minutes ago posted by alexbalexb 1004 days, 10 hours, 36 minutes ago
Wednesday, August 25, 2010 12:47:59 PM GMT Tuesday, August 24, 2010 9:32:06 AM GMT
In this article I’m going to show how you can use self tracking entities (which are new in the Entity Framework V4) in combination with Silverlight 4. I’m also going to show how to optimize self tracking entities by making an adjustment to the self tracking entities T4 template, which doesn’t only benefit Silverlight clients, but all .Net clients that make use of self tracking entities. (more)
category: Metro | clicked: 2 | comment | | source: blogs.infosupport.com
tags: C#, Visual Studio 2010, Silverlight 4, Entity Framework 4, WCF, Self Tracking Entities
8
Shouts

Visual Studio Lab Management - Somasegar's WebLog

published 1005 days, 7 hours, 9 minutes ago posted by rajuraju 1006 days, 14 hours, 9 minutes ago
Monday, August 23, 2010 12:59:06 PM GMT Sunday, August 22, 2010 5:59:26 AM GMT
Managing the needs of a quality assurance lab can be quite challenging. A dizzying number of machines need to be set up, torn down, or restored to a particular snapshot so the software team can work at maximum efficiency. Daily builds need to be available on schedule. Multiple virtual machine environments need to be managed. Managing a lab efficiently can be a significant task. (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Visual Studio 2010, MSDN
7
Shouts

Visual Studio 2010

published 1007 days, 8 hours, 18 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 1009 days, 11 hours, 56 minutes ago
Saturday, August 21, 2010 11:50:09 AM GMT Thursday, August 19, 2010 8:12:43 AM GMT
What's New in Visual Studio 2010? Visual Studio 2010 IDE now supports multiple-monitors (enabling much better use of screen customization).  It has new code Intellisense support which is makes easier to find and use classes, methods and project itself. IDE has improved code navigation support for searching code bases.  VS 2010 has new code visualization support th... (more)
category: Web Dev | clicked: 0 | comment | | source: blog.agafonov.net.ua
tags: new featrues, Visual Studio 2010
5
Shouts

Maintenance-Free Mocking for Unit Testing with EntityFramework 4.0

posted by iepureiepure 1009 days, 19 hours, 28 minutes ago
Thursday, August 19, 2010 12:39:56 AM GMT
Code generation template for mocking context classes in Entity Framework 4! Unit tests with no re-writing the EDMX generated classes. (more)
category: Architecture | clicked: 1 | comment | | source: blogofrab.blogspot.com
tags: ADO.NET, C#, Visual Studio 2010, Entity Framework 4
3
Shouts

Visual Studio 2010 is faster if the Windows Automation API 3.0 is installed

posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 1011 days, 2 hours, 38 minutes ago
Tuesday, August 17, 2010 5:30:47 PM GMT
Does your Visual Studio 2010 run slow ??? Here’s David Berg , in his Developer Division Performance Engineering blog explains how to make your VisualStudio 2010 run faster on Windows XP machine by installing the new version of the Windows Automation API. This installation will speed up the display and processing of the intellisense . The Update is available for the X64 and X86 v... (more)
category: How To | clicked: 1 | comment | | source: www.ginktage.com
tags: Visual Studio 2010
3
Shouts

Problem Resolution: Installing Windows Phone 7 Developer Tools Beta : JohnPapa

published 1012 days, 7 hours, 16 minutes ago posted by rajuraju 1012 days, 13 hours ago
Monday, August 16, 2010 12:52:46 PM GMT Monday, August 16, 2010 7:08:19 AM GMT
I ran into some issues installing the Windows Phone 7 developer tools beta this weekend on my PC. I had been cleaning up my hard drive of old installs so I likely had a bit of a mess. I had just installed a fresh copy of Expression Suite 4 Visual Studio 2010 Ultimate and the Silverlight 4 Tools. I tested those and everything worked great … so far so good. (more)
category: Metro | clicked: 0 | comment | | source: johnpapa.net
tags: Windows Phone 7, Visual Studio 2010, Silverlight 4
12
Shouts

VS2010 Parallel Tasks - Debugging enhancement in VS2010 - Hima's blog

published 1011 days, 3 hours, 47 minutes ago posted by jacobsebastianjacobsebastian 1013 days, 13 hours, 18 minutes ago
Tuesday, August 17, 2010 4:21:41 PM GMT Sunday, August 15, 2010 6:50:43 AM GMT
VS2010 has new concept for Parallel Programming that is added as part of .NET Framework 4.0. This makes the ability to work in multi-core processor Environment. Digging through the code and debugging in parallel programming would definitely help. (more)
category: Web Dev | clicked: 0 | 2 comments | | source: beyondrelational.com
tags: VS, Debugging, Visual Studio 2010, paralle programming, Visual Studio
6
Shouts

Scott Hanselman - The Weekly Source Code 56 - Visual Studio 2010 and .NET Framework 4 Training Kit - Code Contracts, Parallel Framework and COM Interop

published 1014 days, 6 hours, 20 minutes ago posted by rajuraju 1015 days, 12 hours, 40 minutes ago
Saturday, August 14, 2010 1:48:04 PM GMT Friday, August 13, 2010 7:28:36 AM GMT
Do you like a big pile of source code? Well, there is an imperial buttload of source in the Visual Studio 2010 and .NET Framework 4 Training Kit. It's actually a 178 meg download, which is insane. Perhaps start your download now and get it in the morning when you get up. It's extremely well put together and I say Kudos to the folks that did it. They are better people than I. I like to explore it while watching TV myself and found myself looking through tonight. I checked my blog and while I thought I'd ... (more)
category: Web Dev | clicked: 0 | comment | | source: www.hanselman.com
tags: .NET, training kit, Visual Studio 2010, .NET Framework 4.0
6
Shouts

Example: Creating workflow to request songs from radio station

posted by gpeipmangpeipman 1015 days, 18 hours, 59 minutes ago
Friday, August 13, 2010 1:09:50 AM GMT
Today I played with WF 4.0 declarative workflows. This posting shows you simple workflow that you can extend to add songs to online radio station queue. My main focus here is workflow and I will provide here no logic for actual queue implementation. You can find here also Visual Studio 2010 sample solution. (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: WF4, Visual Studio 2010
7
Shouts

Resources for Visual Studio Tools for SharePoint Developers - Visual Studio SharePoint Development Blog

published 1015 days, 9 hours, 4 minutes ago posted by iftekharahmedamitiftekharahmedamit 1015 days, 21 hours, 15 minutes ago
Friday, August 13, 2010 11:04:45 AM GMT Thursday, August 12, 2010 10:53:48 PM GMT
Nearly all of the tools for SharePoint development included in Visual Studio 2010 are new, so learning about them and finding help and information can be a challenge. To help you in this quest, I’ve compiled a list of links to helpful resources, including product documentation, web sites, forums, and blogs. As new resources become available, I’ll add them to the list. If you know of any other sites you think others would find useful, feel free to add them to the comments and I’ll periodically update the ... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Visual Studio 10, Visual Studio 2010, SharePoint Server 2010, VS2010, Sharepoint
3
Shouts

Visual Studio 2010 Extension Manager: Online Gallery Behind Internet Proxy | GuruStop.NET

Wednesday, August 11, 2010 5:26:23 AM GMT
This is a solution to a common problem that Visual Studio 2010 Extension Manager is unable to connect online to Visual Studio Gallery to download/update extensions when used behind Internet Proxy. The solution is related to modifying the configuration files of Visual Studio executable "devenv.exe. (more)
category: How To | clicked: 20 | comment | | source: gurustop.net
tags: plugins, Visual Studio 10, Visual Studio 2010, Extension Manager, extensions, Visual Studio