Error!
Success!

By tag: Bug

showing:  of
0
kicks

Visual Studio 2008 var Keyword Bug - Microsoft Follow-up  (Unpublished)

Received a follow-up from Microsoft regarding <a href="http://lakario.blogspot.com/2009/07/visual-studio-2008-var-keyword-bug.html">Visual Studio var Keyword Bug</a>. Here's what Microsoft support had to say about the issue.


Kicked By:
Drop Kicked By:
0
kicks

Which bug reporting method should I choose?  (Unpublished)

Alright, my previous post was lot of ranting… I have to make it up. I hate ranting because it never bring any solutions, only problems. When someone is building a software, bugs will happen as true as the sun rise everyday. Sometimes it will be simple change request but there will be bug that are go...


Kicked By:
Drop Kicked By:
0
kicks

Report a Bug – The feature all products should have  (Unpublished)

I was writing acceptance test for project today and I needed to include a file inside my Excel 2007 sheet. After fiddling around a little, I found “Insert Object”. This allowed me to insert a file and have it available to anyone opening the Excel 2007 document. When I dragged and dropped the file to...


Kicked By:
Drop Kicked By:
0
kicks

LINQ to SQL queries involving strings cause SQL Server procedure cache  (Unpublished)

Be careful when using LINQ. If an application is using LINQ to SQL and the queries involve the use of strings that can be highly variable in length, the SQL Server procedure cache will become bloated with one version of the query for every possible string length


Kicked By:
Drop Kicked By:
0
kicks

ASP.NET 2.0 URL Rewriting Causes HTTP 500 Errors for GoogleBot  (Unpublished)

So you install Commerce Server 2007 and are ready for the money and SEO to start flowing. Next thing you know. Google ignores you completely. What do you do? more...


Kicked By:
Drop Kicked By:
0
kicks

Workaround: The SplitContainer may crash your VS2008 Designer  (Unpublished)

If use the default Split Container to build a Windows Form or create a new user control, and set some properties of that Split Container at design time using Visual Studio 2008, you may end up with a broken form or user control. I got that error using the Visual Studio 2008 - Professional Edition.


Kicked By:
Drop Kicked By:
0
kicks

WiX 3.0 Hates Subfolders  (Unpublished)

Using WiX 3.0 in Visual Studio? Don't add subfolders to your project or you'll spend a day figuring out why your work is E_FAILing


Kicked By:
Drop Kicked By:
0
kicks

How to fix ASP.NET Ajax Rating control jump to top of page bug?  (Unpublished)

This little hack shows how to overcome little bug in Asp.Net Ajax Control Toolkit Rating Control that causes focus to jump to the top of page when user clicks on the control to rate some content.


Kicked By:
Drop Kicked By:
0
kicks

PowerCommands for Visual Studio 2008 -- Weird Side Effect  (Unpublished)

Weird bug made it necessary for me to remove PowerCommands for the time being =\


Kicked By:
Drop Kicked By:
0
kicks



Kicked By:
Drop Kicked By:
0
kicks

Avoid OS reboot prompt when installing the .NET Framework 3.5 on Vista  (Unpublished)

User Comment: "If I read this right, this is a catasrophe, isn't it? No one can safely deploy the 3.5 framework with their applications without adding this custom code to their installer?"


Kicked By:
Drop Kicked By:
0
kicks

Explaining the Excel Bug  (Unpublished)

By now you've probably seen a lot of the brouhaha over a bug in the newest version of Excel, 2007. Basically, multiplying 77.1*850, which should give you 65,535, was actually displaying 100,000.


Kicked By:
Drop Kicked By:
0
kicks

Bug Debugging Method Parameters in C++  (Unpublished)

Here is why you should make sure your parameter names are consistent between your declarations and definitions in C++. Not doing so leads to strange and confusing behavior in the debugger.


Kicked By:
Drop Kicked By:
0
kicks

String.IsNullOrEmpty can lead to runtime Null exceptions!  (Unpublished)

The author shows a flaw in String.IsNullOrEmpty of the .NET 2.0. Microsoft replies that this bug won't be fixed until Orcas. (see bug report at: http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=113102 )


Kicked By:
Drop Kicked By:
0
kicks

AjaxControlToolkit: TabPanel.Visible="False" should not display header  (Unpublished)

If you set the visible property of TabPanels within your TabContainer to false, it still shows the Header Text in the page when rendered. What should happen is any TabPanels with Visible set to False should be hidden. A fix for this has been posted to the AJAX Control Toolkits Issue Tracker, but why...


Kicked By:
Drop Kicked By: