Tagged Questions

8
votes
1answer
248 views

Did VB 6/.NET interop recently get broken by a Windows update?

Recently a VB 6 application using .NET 1.1/2.0 components stopped working on my companies XP machines. The IT department was installing Windows patches at the time, so I'm wondering if anyone has ...
3
votes
4answers
1k views

.Net Windows Update Querying

I was curious if there's a .Net API that would allow me to identify what updates are pending for "Windows Update," failing that, is there a windows powershell command that can get it?
2
votes
2answers
136 views

windows update appliction

I wrote here an application that uses the WUA COM interfaces (IUpdateSearcher, IUpdate etc.). I use this application to scan for available updates, download the updates and install them. Everything ...
2
votes
0answers
288 views

How to detect if .NET Framework hotfix is installed

According to Microsoft Download Page for .NET Framework 3.5 SP1, I should install KB959209 and KB967190 immediately after installing the .NET Framework package: IMPORTANT: After installing the ...
0
votes
1answer
240 views

Why might a .NET Framework or Visual Studio update take so long?

This isn't exactly a development question, but it does affect my productivity! Recently, installing updates to Visual Studio 2010 or .NET 3.5.1 or 4 have taken a very long time, up to 90 minutes per ...
0
votes
1answer
398 views

Form-submit fails in IE6/7 , works fine in FF3 and Chrome

Since last weekend there is a problem logging in on our vendor site with IE only. In FF3 and Chrome it works fine. This is a simple ASP.NET (1.1) site using the following code for the login button: ...