posts - 114, comments - 204, trackbacks - 82

My Links

News

View Anthony Trudeau's profile on LinkedIn

Add to Technorati Favorites

Article Categories

Archives

Post Categories

Image Galleries

Other Links

bugs

Topics discussing bugs in existing software.
InvalidProgramException Running Unit Test (Bug Closed)
In a previous post I reported an InvalidProgramException that occurs in a certain circumstance with unit tests involving accessors on a private generic method. It turns out that Bug #635093 reported through Microsoft Connect will not be fixed. The reason cited is that private accessors have been discontinued. And why have private accessors been discontinued? They don't have time is the reason listed in the blog post titled "Generation of Private Accessors (Publicize) and Code Generation for Visual...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, January 28, 2011 7:40 AM | Feedback (1) | Filed Under [ bugs ]

InvalidProgramException Running Unit Test
There is a bug in the unit testing framework in Visual Studio 2010 with unit testing. The bug appears in a very special circumstance involving an internal generic type. The bug causes the following exception to be thrown: System.InvalidProgramExcept... JIT Compiler encountered an internal limitation. This occurs under the following circumstances: Type being tested is internal or private Method being tested is generic Method being tested has an out parameter Type accessor functionality used to access...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, January 07, 2011 11:33 AM | Feedback (4) | Filed Under [ bugs ]

Odd Error on ReceiveCompleted Operation of MessageQueue
In my unit tests I'm consistently getting a MessageQueueException when testing an object that queues and receives back messages from a message queue (in this case it is private, but public is supported). The exception occurs with the first message that is processed through an empty queue and then I don't see it again. The odd thing about this exception is that the MessageQueueErrorCode does not match up with one of the enumeration values and the Message is a null value. The MessageQueueErrorCode...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, December 31, 2009 4:45 PM | Feedback (0) | Filed Under [ bugs ]

Cannot start with 'Log'
I found another oddity that seems to be undocumented today. This one in SQL Server 2005. Apparently, you cannot start objects (at least stored procedures) with the word "Log". I have a table called ShipNoticeLog and a stored procedure called LogShipNotice. The table is the noun and the stored procedure is the action -- this is how I prefer to do the naming. My code quickly failed with the message, "Invalid object name 'LogShipNotice'..." I ended up solving my issue by renaming the stored procedure...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, September 24, 2008 2:21 PM | Feedback (2) | Filed Under [ bugs ]

Expression Web: Not Enough Disk Space
Whenever I run into a weird bug or workaround I like to do a short post about it. Doing so helps the community and it is also self-serving in case I run into it a year or so later after I've long forgot about it. Today is one of those times. My latest disk batch came for my MSDN subscription and I decided to upgrade Expression Blend and Web to version 2. Granted I haven't really used these tools too much, but I plan on doing so in the future. The installation of Blend went without a hitch, but Web...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, July 28, 2008 5:40 AM | Feedback (0) | Filed Under [ bugs ]

Why I hate Microsoft Access...
Today has been one of those days to hate Microsoft Access. My company has dozens of Microsoft Access applications in the enterprise that do everything under the sun. Eventually those will be replaced by me, but in the meantime I have to deal with them. Today was one of those days. In fact today I had two circumstances to reinforce those feelings. The first came when I had to correct an ordering of results on a form that wasn't matching a report. The report was deemed correct, so I needed to view...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, July 15, 2008 7:56 AM | Feedback (0) | Filed Under [ bugs ]

Exception 80004005
"Exception 80004005" has to be the worse error description I've seen. This is not the error number, it's the description. I received this error today when I was working on some legacy Visual Basic script in VisiWatch (an EAI application developed by SoftBrands). There is some sporadic information out there on this error. However, all of the guidance revolved around IIS code and suggested corruption, permissions, etc. Of course this guidance led me on a wild goose chase. After awhile I was able to...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, December 06, 2006 3:04 PM | Feedback (5) | Filed Under [ bugs ]

Problems installing Office 2007
I got the following error when I tried to install Office 2007 Professional this morning: The 2007 Microsoft Office system does not support upgrading from a prerelease version of the 2007 Microsoft Office system. You must first uninstall any prerelease versions of the 2007 Microsoft Office system products and associated technologies. Correct the issue(s) listed above and re-run setup. I had uninstalled all of the software except for Office 2003 Web Components which as it turns out needs to be uninstalled....
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, November 15, 2006 9:52 AM | Feedback (78) | Filed Under [ bugs ]

Object Required (424) with Parameter collection

I've been racking my brain with an error for quite awhile now regarding adding a parameter to a collection for an ADO Command object. The scenario is that I have a SQL query called from Access against a SQL Server database that has one character parameter.

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Saturday, October 28, 2006 5:47 PM | Feedback (2) | Filed Under [ bugs ]

Beware of System Restore

I'm at our Mexico user group this week and I had a heck of a day yesterday relating to System Restore. I've used System Restore in the past, but never had problems like this.

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, May 19, 2006 11:32 AM | Feedback (1) | Filed Under [ bugs ]

Full bugs Archive

Powered by: