Alex

1,977
reputation
273 views

Registered User

name Alex
member for 1 year
seen 4 hours ago
website
location Lansing MI
age 42
not much
12h
answered Storing a million images
Dec
11
revised Fork process with CC .NET
added 523 characters in body; added 20 characters in body; added 16 characters in body
Dec
7
answered Bazaar + CruiseControl.Net
Dec
7
answered Fork process with CC .NET
Nov
11
awarded  Cleanup
Nov
3
comment How can I enforce a specific version of the .net framework
And how would you detect these? I have looked at the manifests, the proj files, and alike. And, without a global list of each dll and which version it is in I cannot figure out how to best determine. Good news is I have tested VS 2010 and it does enforce this, so the best option just may be to wait for 2010 and upgrade immediately.
Oct
30
answered Rewrite of legacy code
Oct
29
answered How does one start a process from CruiseControl .NET that persists after CC .NET exits?
Oct
27
comment WebSite Deployment Skills
I added some more info in the question
Oct
27
comment WebSite Deployment Skills
I edited the question with some more specifics. I think I am more looking for your webserver guru. Where do I find that person and what title do I use? And what type of skills should they have?
Oct
27
revised WebSite Deployment Skills
added 493 characters in body; added 8 characters in body; added 1 characters in body
Oct
26
asked WebSite Deployment Skills
Oct
16
comment Cannot add new Workitems using TFS API
This is a good idea anyways, you should always iterate and check for the field to exist. Because at least here, we have many different teams with customized templates. And you never know, from project to project what fields exist or not. Saves a lot of exception throwing.
Oct
14
answered MS VS-2005 Compiler optimization not removing unused/unexecuted code..
Oct
10
awarded  Yearling
Oct
9
comment Build server for WPF app - does Team City have an advantage over CruiseControl.NET?
If the subject was UI Automation then CC.NET will be tricky because of the fact it runs as a service. Windows services and Daemons if running it on a mac or linux box, are not designed to handle that well. But with a little finagling you can usually get it. If Team City runs as a service/daemon it will have the same issues
Oct
8
answered Build server for WPF app - does Team City have an advantage over CruiseControl.NET?
Oct
5
comment How do you use commercial libraries in a continuous integration build?
Your only other choice would be to contact infragistics and explain the situation and maybe they would have the answer.
Oct
5
comment How do you use commercial libraries in a continuous integration build?
Unfortunately then, it seems you are stuck with getting your build server admin to install them on the build server. I understand the logic and reasoning of why they wouldn't want it installed. But, when you made the choice to use these, I think you made it necessary to install them on the server.
Oct
2
answered Integrate Cruise Control .NET with TFS
Oct
1
answered How do you use commercial libraries in a continuous integration build?
Sep
10
answered ‘Could not find project configuration’ build error
Sep
7
accepted MSBuild called from CruiseControl.NET doesn’t pick up build script changes
Sep
2
awarded  Nice Answer
Aug
29
accepted FileSystemWatcher - how to determine when file is closed?
Aug
28
answered How do I add a PowerShell cmdlet or function to my machine so that it is always available?
Aug
26
comment How can I enforce a specific version of the .net framework
We wish to make sure a developer doesn't accidently/unknowingly add use any of the new features.
Aug
26
asked How can I enforce a specific version of the .net framework
Aug
26
comment How to choose .NET version to compile project?
Actually Just so everyone is aware, this does not restrict you at all it seems. We just figured that out when our app which has a target of 2.0 got Linq and some other 3.5 specific things added, and the compiler didn't squak at all.
Aug
25
answered Robust way to send and handle messages for a distributed system
Aug
24
answered Equivalent of a Windows Service on OSX with Mono
Aug
24
accepted Use CCTray 1.2 to connect to ccnet 1.0
Aug
21
answered FileSystemWatcher - how to determine when file is closed?
Aug
21
accepted Deployment after CI builds
Aug
20
comment Is there no TFS Snapin for PowerShell on x64?
thanks though, I appreciate the help.
Aug
20
comment Is there no TFS Snapin for PowerShell on x64?
I cannot use the 64 bit InstallUtil as it just says the dll is the incorrect format. It appears they only have 32 bit dll's so maybe I just cannot do it.
Aug
20
comment Manual deployment from CruiseControl
Exactly, I do use MSBuild to deploy. I just meant a seperate project to give users the ability to force the deployment. THat project only calls MSBuild.
Aug
20
asked Is there no TFS Snapin for PowerShell on x64?
Aug
20
answered Manual deployment from CruiseControl
Aug
19
comment Deployment after CI builds
I am not sure there is a right answer for if a CI box should be on the same network. I think there are a lot of factors that play into this.
Aug
19
comment Deployment after CI builds
Ours is on the same network, and the community tasks I linked to had IIS remapping task in it, but we do not use remapping currently.
Aug
19
answered Deployment after CI builds
Aug
18
answered Windows 7 progress bar in taskbar in C#?
Aug
14
answered Should I switch to Windows 7 for primary development?
Aug
7
answered Automated builds of branches with SVN
Jul
31
answered Clean/Full Rebuild of a project every night in CruiseControl.NET
Jul
31
comment Getting MSTest output to show in CruiseControl.Net
By the way if you also want code coverage on those tests see here dontbreakthebuild.blogspot.com/2008/11/…
Jul
31
answered Getting MSTest output to show in CruiseControl.Net
Jul
31
comment How do I go about building a test plan for our QA department?
Excellent last point, test plans should not be too detailed as the tester should explore around a bit at each step...
Jul
31
comment How do I go about building a test plan for our QA department?
Absolutely, if the devs create the test plan, qa probably wont find any bugs because the devs probably know that stuff works or think about it as developing. QA should be doing this not a dev.