Stories recently tagged with 'VisualStudio' Subscribe to this feed

Why breakpoints do not get hit when targeting x86 on Windows 7 x64? (smoura.com)

submitted by smourasmoura(140) 13 hours, 56 minutes ago

I am currently working on a fully managed WPF application, that references a certified C# DLL that was purposely compiled targeting x86 platform (part of the certification process I think). Since I recently got an upgrade on my development machine, and I wanted to take full advantage of my 8GB of RAM I ended up installing Windows 7 x64. read more...

add a comment | category: | Views: 2

tags: another

Visual Studio 2010 RC is available (weblogs.asp.net)

submitted by gpeipmangpeipman(1830) 15 hours, 28 minutes ago

VS2010 RC is out now and available for MSDN users since now. Other guys have to wait until tomorrow when VS2010 RC is made publically available. Reading first news I discovered that most important thing is hardly improved performance of VS2010 RC IDE. All your feedback is welcome to VS2010 RC Connect site. read more...

1 comment | category: | Views: 10

tags: another

LoadTest: MethodAccessException WebTest.set_Outcome (dobrzanski.net)

submitted by dobrzanski.netdobrzanski.net(85) 16 hours, 29 minutes ago

Are you getting this error: MethodAccessException Microsoft.VisualStudio.TestTools.WebTesting.WebTest.set_Outcome? Find the remedy! read more...

add a comment | category: | Views: 0

tags: another

Visual Studio 2010 and .NET Framework 4 RC Now Available (blogs.msdn.com)

submitted by johnsheehanjohnsheehan(4540) 20 hours, 9 minutes ago

Today, we are making available the Release Candidate (RC) for Visual Studio 2010 and .NET Framework 4 to all MSDN subscribers. The RC will be made available to the world on Wednesday, February 10th. The RC includes a go-live license for people who want to deploy in their production environment. read more...

add a comment | category: | Views: 12

tags: another

Visual Studio Tip: Fear the Regex Magic No More (www.teebot.be)

submitted by teebotteebot(50) 1 day, 11 hours ago

Here's a quick tip from the trenches. I'm sure lots of developers had to - one day or another - weigh between replacing some text by hand or finding a regular expression to automate the process. read more...

add a comment | category: | Views: 21

tags: another

Visual Studio 2010 Beta 2 Facts: First looks of Visual Studio 2010 (geeks.netindonesia.net)

submitted by erikumaerikuma(50) 2 days, 22 hours ago

VS 2010 facts: First look of VS 2010 read more...

add a comment | category: | Views: 8

tags: another

Multiple Subversion Projects in one Visual Studio Solution using svn:e (amadiere.com)

submitted by AmadiereAmadiere(5) 3 days, 9 hours ago

How to add multiple projects, stored in different locations, to the same Visual Studio solution. read more...

add a comment | category: | Views: 3

tags: another

Code Snippet - Simple example of Visual Studio Code Snippet. - CodeWra (www.codewrapper.com)

submitted by codewrappercodewrapper(15) 8 days, 3 hours ago

Visual Studio code snippets are used for ready made peaces of code that you type frequently... read more...

add a comment | category: | Views: 2

tags: another

Keyboard shortcut keys for .Net Users (blog-dotnethelp.blogspot.com)

submitted by manasco1manasco1(85) 8 days, 14 hours ago

This helps the developers to do their program very esilly and effective way. read more...

add a comment | category: | Views: 6

tags: another

Multiple commands on Visual Studio post-build event with batch files (blog.apijunkie.com)

submitted by APIJunkieAPIJunkie(475) 9 days ago

Many times it’s more desirable to collect your post build commands into batch files. Some of the reasons include easier maintenance, portability and satisfying the “don’t repeat principle”. read more...

add a comment | category: | Views: 4

tags: another

Validating Architecture with Visual Studio 2010 (blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4885) 10 days, 8 hours ago

I went to a local MS launch event for Visual Studio today, mainly to see what was new with Team Foundation Server, but what really impressed me was some of the new architecture tools they've added. I admittedly haven't read too much about this before today (my needs have been well-served by NDepend) but I'm happy to see some improved architecture tools find their way into Visual Studio. Looking at the version comparison chart, it appears this is only available in the Ultimate version. read more...

add a comment | category: | Views: 4

tags: another

Using Open XML SDK 2.0 to Create Office Solutions on Windows 7 (blogs.msdn.com)

published 1 day, 4 hours ago, submitted by zhimingzhiming(1125) 11 days, 8 hours ago

With Open XML SDK 2.0, it becomes much easier to create Microsoft Office (2007 and 2010) based solutions with managed code than to work with VSTO (Office runtime for Visual Studio through interop) directly. The December 2009 Community Technical Preview (CTP) of the SDK, available for download here, is supported on Windows 7, Vista, XP and Windows Server 2003 and 2008. You can watch this 8-minute video to learn more about how to work with the SDK, including three handy tools for developers here. read more...

add a comment | category: | Views: 73

tags: another

How To: Remove Workspaces from Visual Studio | MIKE (helios.ca)

submitted by helioshelios(60) 15 days, 8 hours ago

How To: Remove Workspaces from Visual Studio I usually work using Team Foundation Systems over VPN. And sometimes my VPN access is revoked because I no longer work for a particular client, when this happens my Visual Studio Workspaces is stock there, I can’t reuse the same folder. I’ve been looking into this and found a fairly simple solution from Greg.Open the Command Line ( Start -> Run -> cmd)Go to: C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE (or C:\Program Files\Microsoft Visual Studio... read more...

add a comment | category: | Views: 2

tags: another

SharePoint View Permissions & SharePoint Column Permission You Need To (www.sharepointboost.com)

submitted by TechShouterTechShouter(25) 15 days, 16 hours ago

SharePoint Column View Permission is a very useful tool which allows its users to set permissions on SharePoint list items, Attachments as well as SharePoint views. read more...

add a comment | category: | Views: 0

tags: another

Beginning Debugging in VS2010 Episode 1: Breakpoints and Locals (www.stum.de)

submitted by johnsheehanjohnsheehan(4540) 15 days, 20 hours ago

The first episode in the Debugging in Visual Studio 2010 series is about the most fundamental concept of all, Breakpoints. Also, we cover the Locals window, which is the first additional window of the debugger. read more...

add a comment | category: | Views: 1

tags: another

MsHelp » Disabling ReSharper 5.0 (mshelp.be)

submitted by SvennekeSvenneke(85) 17 days, 1 hour ago

I am really a big fan of ReSharper! With Visual Studio 2010 I had to upgrade to version 5.0, which is currently in beta. Haven’t played with all the new features but this will come. I’m sure. Anyway.. I was looking at some new functionalities Visual Studio 2010 had to offer. Wanted to try out the new native Generate code based on usage. The problem however, well problem, is that ReSharper already had this... read more...

add a comment | category: | Views: 4

tags: another