I my previous post I discussed how the DB label was not used for TPC Dbs in 2010. As I was working on a setup where a central SQL box was the DT for two virtualised TFS AT instances, I therefore needed to create my TPC databases manually if I wanted TPCs of the same name on each TFS instance.
I won’t go over the [old …
Read More- When I said will our internet bits were back I was not quite right. I had forgotten that I had not re-pointed m own richardfennell domains to put to my blog. These are now done, so I hope all search results to my blog should resolve OK.
Read More If your application has a dependency on an assembly built in .NET 2 you will see the error below if you try to run your application when it has been built in.NET 4.
Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration …
Read MoreFound out something I did not know today, the TFS 2010 database label is only used for the server’s own primary configuration databases not for the DBs for the TPC it creates.
For example on a 2010 RC install with the database label was set to RC during the installation. When I try to create a new TPC (called ABC) it …
Read MoreMy Team Build 2010 custom activity for Typemock Isolator is now available at http://site.typemock.com/add-ons/.
It is packaged as a zip which include all the source and a compiled assembly as well a document detailing usage and why the solution is constructed as it is.
Hope you find it useful
Read MoreI recently tried to use Typemock Isolator inside a ASP.NET page load event, to fake out some SharePoint SPLists e.g.
protected void Page_Load(object sender, EventArgs e)
{
SPSite fakeSite = Isolate.Fake.Instance();
……..
}This has worked in the past but using VS2010RC and Isolator 6.0.1.0 it failed.
- If …
Read More- Our new Internet line has now been commissioned fully and hopefully any problems you may have had accessing my blog via the blackmarble.com or co.uk domains should be over.
Read More Whilst upgrading a single server instance of TFS 2010 Beta2 to the RC I got a TF254024 error. This occurred at the point in the upgrade wizard where it tries to list the databases available to upgrade.
The reason for the error was the account I was logged in as (the domain administrator in my case) did not have rights …
Read MoreUpdated 25th Mar when I found I have three sessions
I have just heard that I had two three sessions accepted for the Norwegian Developers Conference. They are:
- Putting Some Testing Into Your TFS Build
- Making Manual Testing a Part of Your Development Process
- Developing Testable Web Parts for SharePoint.
So off to …
Read MoreFor some reason that is beyond me now I did not setup my Lab Manager test system to be a VHD boot. So before installing the 2010 RC version I decided to P2V this system (on the same hardware) to make backups easier whilst testing. All seemed to go well
- I used IMAGEX to create a WIM of the disk
- Created an empty VHD …
Read More