tools
I'm trying to deploy an SSIS task onto a server and I'm getting the following error: The task "script task" cannot run on this edition of Integration Services. It requires a higher level edition The task in question is a Script Task and the SSIS package is loaded from the file system and executed with C#. It connects to a spreadsheet and retrieves the first worksheets name. It works fine locally but not on the server. The version of SQL Server installed is Enterprise Edition. I didn't write the package,...
Scott Hanselman has been spending some time making an interesting ALT.NET Greek Code Generator. Just check some boxes and create your very own ALT.NET Geek badge, now in Silverlight...
If your on the ALT.NET mailing list, you probably seen the argument debate of the choice of CI Server. I've always used CC.NET, but decided to give TeamCity a whirl last night. Overall I'm impressed, but I'm having a problem running my tests. I'm using the latest build of NUnit (2.4.7) and Team City returns an error : Failure executing test(s). If you assembly is not built using NUnit version 2.4.6.0, then ensure you have redirected assembly bindings. Consult the documentation of the <nunit2>...
Stefan Lieser has posted a great preview of a plugin he's working on for Resharper for working with NHibernate mapping files. I've installed it and like it alot already. Anything that makes it easer to work with XML is a good thing in my book! Features he has implemented so far are: Name and type of mapped class is verified Id name and type is verified Property names and types are verified (not the access attribute!) many-to-one and one-to-one names and types are verified Component names and types...
I'm trying to build rhino-tools/Castle/NHibernate stack following the instructions here: http://davidgardiner.blogsp... but for the life of me I can't get it working! Whenever I try to build Castle, either using the modified build script from Dave or the ones supplied with Castle I get the following error: Warning as error: Invalid search path 'C:\Program Files\\Microsoft SDKs\Windows\v6.0A\lib' specified in 'LIB environment variable' -- 'The system...
I've just downloaded the new release of WDP for 2008 and have noticed something, it seems to deploy the .csproj file and the csproj.user file. Is it supposed to do this? Seems a little strange to me
Jeff Atwood of Coding Horror has an interesting post on a Clipboard replacement called ClipX. I''ve just installed it and really am left confused why something similar hasn't been introduced to Windows in all this time