Browse by Tags

All Tags » Visual Studio (RSS)

Visual Studio and having multiple startup projects

Never knew this: you can have multiple startup projects in a solution. Was there already in Visual Studio 2005! See http://msdn.microsoft.com/en-us/library/ms165413%28VS.80%29.aspx for more info.
Posted by svdoever | 1 comment(s)
Filed under:

Visual Studio: alway run as administrator

I’m currently developing on a 64 bit Windows Server 2008 R2 that is domain joined, so I log in with my domain account and user access control is enabled. I need to run my Visual Studio as an administrator, because otherwise I get all kind of errors. I...
Posted by svdoever | 3 comment(s)
Filed under: ,

Visual Studio SDK 4.0, Vista and symbolic links...

When you install Visual Studio SDK on Vista, it doesn't install by default on X:\Program Files, but on X:\Program Files (x86). When I tried to recompile the VSIP Software Factory from Codeplex , it had links to the Visual Studio SDK in c:\program files...
Posted by svdoever | with no comments
Filed under: ,

Factories @ Macaw - the DotNed presentation of april 26, 2007

On april 26, 2007 I gave a presentation at the Macaw headquarters in Schiphol-Rijk, The Netherlands on what we are doing with Software Factories at Macaw. I promised the audience to publish some links to tools and information mentioned in the presentation...

MsBuild: sort your Content item file names

I have been playing a bit with MsBuild to process a set of Content items sorted by file name. Content items are the items included in the project, and their Build Action set to Content . Below some sample code on how to achive this, just paste the code...
Posted by svdoever | with no comments
Filed under: ,

Enumerating projects in a Visual Studio solution

People writing add-ins for Visual studio probably have come across the nightmare of the Visual studio object model to go through the projects within a solution. I had to get the list of projects in a solution, and for each solution its output path in...
Posted by svdoever | 5 comment(s)
Filed under: ,

Great list of links to info on Visual Studio extensibility

Writing add-ins and packages for Visual Studio is a whole different kind of sport. I stumbled across a great list of resources that can get you started: http://www.mztools.com/resources_vsnet_addins.htm
Posted by svdoever | 3 comment(s)
Filed under: ,

WSS SP2 and SharePoint Portal Server using .Net 2.0 and SQL Server 2005?

Bil Simser describes in this post that it is possible to use WSS SP2 with SharePoint Portal Server, although not all new features are supported in Portal Server. Patrick Tisseghem says in a comment on this post that there will be no SP2 for SPS. I’m...

Discussion board and RIA technologies

In a previous blog post I was writing about the possibilities for the implementation of a new version of the Macaw Discussion Board. I mentioned a few technologies that I was looking at. The reason I am looking into those technologies is not only for...
Posted by svdoever | 3 comment(s)

VS.NET 2005: Code coverage for signed assemblies

I am currently working on an application using VS.NET 2005, and because all the TDD tools like unit testing and code coverage are available I started to use them. When I started code coverage on my signed application I got the following exception: Test...
Posted by svdoever | with no comments
Filed under:
More Posts Next page »