Archive

Posts Tagged ‘x64’

Continuous Integration with Sql Compact 4.0

March 28th, 2011
Daniel Marbach

In our project we are using Sql Compact 4.0 for testing the nhibernate mappings and our queries. In production environment we use Sql Server 2008 Express R2, therefore we thought that Sql Compact 4.0 is as close as it can get for a file database. Recently we moved our continuous integration system from cruisecontrol.net to jetbrain’s teamcity 6. The teamcity agent is installed on a Windows 2003 R2 x64 server. But our unit tests accessing sql compact 4.0 didn’t work on teamcity! Let’s look closer what happened and how we solved it.

read more

 

.NET, Agile , , , ,

Get PartCover Running On x64 Windows

October 15th, 2009
Urs Enzler

PartCover is an open source coverage tool. Unfortunately, the current release does not run on a 64bit OS out of the box. The reason is that PartCover uses a 32bit COM component to determine coverage and that a 64bit process cannot load a 32bit COM component. read more

 

.NET, Software , , ,

Windows 7 – 64 Bit – A .NET Developer’s View

April 6th, 2009
Thomas

I’m currently working with Windows 7 Public Beta (Build 7000) and I’m very satisfied with it. I only had two blue screens since I have installed it 3 months ago. I would like to share some really cool features in W7 in an upcoming post and look at this video on Channel 9.

But the interesting thing from a .NET Developers perspective is the 64 Bit part of Windows 7 (that should be the same as in Windows XP 64 Bit or Windows Vista 64 Bit) which I will cover in this post.

First of all: Most of the things developing .NET are running very well. The drawbacks will be shown later…

read more

 

.NET, Software, Windows 7 , , , ,