Stories recently tagged with 'Bug'

Visual Studio 2008 var Keyword Bug - Microsoft Follow-up(lakario.blogspot.com)

submitted by LakarioLakario(115) 2 years, 10 months ago

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. read more...

add a comment |category: |Views: 21

tags: another

Which bug reporting method should I choose?(blog.decayingcode.com)

submitted by arch4ngelarch4ngel(585) 3 years, 1 month ago

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 going to be logged in. read more...

add a comment |category: |Views: 5

tags: another

Report a Bug – The feature all products should have(blog.decayingcode.com)

submitted by arch4ngelarch4ngel(585) 3 years, 1 month ago

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 my desktop, the file was truncated! I couldn’t believe it! I found a bug in Excel 2007! Being a developer, I wanted to properly report that bug. read more...

add a comment |category: |Views: 7

tags: another

LINQ to SQL queries involving strings cause SQL Server procedure cache(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 3 years, 8 months ago

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 read more...

add a comment |category: |Views: 177

tags: another

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

submitted by mdoppmdopp(856) 3 years, 9 months ago

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... read more...

add a comment |category: |Views: 69

tags: another

Workaround: The SplitContainer may crash your VS2008 Designer(dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 4 years ago

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. read more...

add a comment |category: |Views: 39

tags: another

WiX 3.0 Hates Subfolders(statestreetgang.net)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years ago

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 read more...

add a comment |category: |Views: 27

tags: another

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

submitted by spavkovspavkov(1718) 4 years, 1 month ago

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. read more...

add a comment |category: |Views: 108

tags: another

PowerCommands for Visual Studio 2008 -- Weird Side Effect(frickinsweet.com)

submitted by dengar007dengar007(3084) 4 years, 2 months ago

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

2 comments |category: |Views: 2

tags: another

A number of annoying Visual Studio 2008 ASP.NET realated Bugs(west-wind.com)

submitted by MHamiltonMHamilton(170) 4 years, 4 months ago

We found the first bug listed here at work as well. read more...

add a comment |category: |Views: 2

tags: another

Avoid OS reboot prompt when installing the .NET Framework 3.5 on Vista(blogs.msdn.com)

submitted by powerrushpowerrush(3873) 4 years, 5 months ago

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?" read more...

3 comments |category: |Views: 6

tags: another

Explaining the Excel Bug(joelonsoftware.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 8 months ago

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. read more...

1 comment |category: |Views: 2

tags: another

Bug Debugging Method Parameters in C++(alteridem.net)

submitted by rprouserprouse(1175) 4 years, 8 months ago

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. read more...

add a comment |category: |Views: 1

tags: another

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

submitted by .NetKicks.NetKicks(1304) 4 years, 11 months ago

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 ) read more...

3 comments |category: |Views: 15

tags: another

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

submitted by crpietschmanncrpietschmann(11.3k) 5 years ago

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 wait for the next release to get around the issue. Here's a solution. read more...

add a comment |category: |Views: 315

tags: another

Microsoft SQL Server Management Studio - Remember Password(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 5 months ago

Big company, lots of money, lots of time, one small window and so many bugs. read more...

add a comment |category: |Views: 146

tags: another