Browse .NET Source
New VS will get shipped with full .NET Framework source. Read more here: http://blogs.tedneward.com/2007/10/03/Reports+Of+Snowballs+In+Hell.aspx It’s about time. The sunny side of development world has it why can’t we?
New VS will get shipped with full .NET Framework source. Read more here: http://blogs.tedneward.com/2007/10/03/Reports+Of+Snowballs+In+Hell.aspx It’s about time. The sunny side of development world has it why can’t we?
Everybody who is programming professionally knows that Exceptions carry information that can save you a lot of trouble, beginners and lamers ignore that simple fact. Counter productive exception hiding or re-throwing original exception while clearing the stack is very, very frustrating.
Today my new, Administrator right’s free, ccnet installation gave me „the finger” while trying to run WatiN test fixtures.: Retrieving the COM class factory for component with CLSID {0002DF01-0000-0000-C000-000000000046} failed due to the following error: 80070005. at WatiN.Core.IE.CreateNewIEAndGoToUri(Uri uri, LogonDialogHandler logonDialogHandler, Boolean createInNewProcess) at WatiN.Core.IE..ctor() As it turns out silmple …
Recently I’ve been migrating a ccnet environment, including the NCover installation. I’m lazy so i just copied files hoping that if paths are the same/correct then everything will work auto-magically. It did not, NCover need a small configuration to be put in windows registry: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOTWow6432NodeCLSID{6287B5F9-08A1-45E7-9498-B5B2E7B02995}] …
Today i finally managed to convince my VS 2005 to create a .NET 3.0 projects. I not exactly sure what combinations of install/uninstall did the trick… here are extensions that I suspect should be enough: Microsoft® Windows® Software Development Kit for Windows Vista™ and .NET Framework 3.0 Runtime Components Visual …
There are times when you have to integrate with a system. You do everything as documentation said you should, you run your integration test and… fail, …miserably, …with non-informative exception and no clue whatsoever. You tell the „other guys” that either their system does not work as expected or the …
I’m not a fan of a singleton based solutions. I have always a feeling that they are bad design and I always ask a question: Is it needed? Anyway there are perfectly reasonable arguments to implement them in some scenarios. My singleton implementations varied over time and requirements, but I …
Today I got : Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. While NHibernate.Mapping.Attributes wnated to do a type crawl on my assembly or System.BadImageFormatException: Próbowano załadować program w niepoprawnym formacie. (Exception from HRESULT: 0x8007000B) While starting up a an .NET …
You can’t live without unit testing. You develop professionally so your project needs professional, reliable and repeatable build process. You go further and integrate both for test automation and continuous integration.
I have recently deployed a domain controller (Active Directory) in a small office. I have suspected that Firewall configuration/exceptions will be updated auto-magically… I should just work, it nothing hard to automate… but no. Anyway , instructions said go there for firewall configuration instructions, so I have went and I …