Sign In
robgruen's WebLog
my intelligence is artificial...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Remoting
Debugging
Digital Photography
Misc .Net Runtime
MIX06
MOSS
SharePoint
SPACE
Technology "Tidbytes"
Archive
Archives
November 2009
(1)
November 2007
(1)
August 2007
(1)
January 2007
(2)
July 2006
(1)
March 2006
(4)
February 2006
(1)
January 2006
(1)
December 2005
(3)
November 2005
(2)
October 2005
(2)
September 2005
(4)
August 2005
(2)
July 2005
(2)
June 2005
(5)
May 2005
(7)
April 2005
(8)
March 2005
(5)
February 2005
(4)
January 2005
(2)
December 2004
(7)
November 2004
(2)
October 2004
(3)
September 2004
(1)
August 2004
(5)
July 2004
(3)
June 2004
(4)
May 2004
(6)
April 2004
(7)
March 2004
(9)
February 2004
(4)
MSDN Blogs
>
robgruen's WebLog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
robgruen's WebLog
Getting a System.Runtime.InteropServices.COMException when trying to use BitmpaMetadata to extract EXIF/XMP data?
Posted
over 3 years ago
by
robgruen
0
Comments
Well if that's the case, it's probably cause you're attempting to use this class from a MTA thread. In order to fix this, just change the apartment of the thread where this code is running from MTA to STA (either using the [STAThread] Attribute or by...
robgruen's WebLog
How to Programmatically Set Permissions on Files/Folders in a SharePoint Document Library
Posted
over 5 years ago
by
robgruen
1
Comments
Yep, had to figure this out since I'm still working with SharePoint stuff. I couldn't find any "HowTo's," code samples, tricks, hints, or anything else really helpful on this. Just a bunch of other folks attemptint to do the same thing. This is one...
robgruen's WebLog
Referencing Sharepoint Assemblies on x64bit Installs causes build errors for ASP.NET apps (in VS.NET 2005)
Posted
over 5 years ago
by
robgruen
1
Comments
You may encounter the following error if you are trying to build a ASP.NET application or web service on a x64bit machine where Sharepoint is installed: Error 1 Could not load file or assembly 'Microsoft.SharePoint.Search, Version=12.0.0.0, Culture...
robgruen's WebLog
Installing Displays #5 & #6 on my workstation
Posted
over 5 years ago
by
robgruen
5
Comments
So I get my third dual head card in the mail the other day and after two days of patient waiting I took the plunge to install it. Well, to make a long story shorter, it took me all day to get working. Typically you just add the video cards and voila,...
robgruen's WebLog
Installing the MouseWheelFix (Q837910) on 64bit editions of Windows
Posted
over 5 years ago
by
robgruen
0
Comments
To install the MouseWheelFix on a 64 bit edition of Windows you need to place the registry key entries in the 32 bit node of the registry. This means the registry keys should be HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft... instead of HKEY_LOCAL_MACHINE...
robgruen's WebLog
How Can You Update Your Computer When the Thing That Updates Your Computer Is Broken?
Posted
over 6 years ago
by
robgruen
8
Comments
Simple, YOU CAN'T!!! For a while now my computer's Automatic Updates has been broken. No new downloads have appeared, the control panel icon is missing, and the Windows Update site can't install the updated ActiveX control. Every time I go to the site...
robgruen's WebLog
MIX06: Playing in the Sandbox - Playing nice with the other kids
Posted
over 6 years ago
by
robgruen
1
Comments
The Sandbox here at Mix contains all sorts of labs, vista pcs, windows media center, and of course the awesome ultra mobile pcs. :) I got to play with the devices and talk to Lora who was tending the devices and answering questions. Unfortunatley I had...
robgruen's WebLog
MIX06 - Lunch time
Posted
over 6 years ago
by
robgruen
0
Comments
We were fed quite well, thanks to all of the folks that made the food decisions. My tummy is happy! The keynote was pretty cool, Tim O'Reilly's interview with BillG went really well. Bill had great answers and everyone was happy with his responses...
robgruen's WebLog
Mix Registration - "done, check"
Posted
over 6 years ago
by
robgruen
1
Comments
MIX06 is sold out! 1900 attendees have come to Vegas to talk about the future of their respective portions of the internet. In fact, I think it's already started since I heard some conversations on the flight in. The check-in area has about a dozen lanes...
robgruen's WebLog
MIX06 - So it begins
Posted
over 6 years ago
by
robgruen
1
Comments
Well, I just stepped off of a 5.5 hour flight got a rental car for 16 hours and then I'm back on another flight to Las Vegas all within a 24 hour time span. More to follow!
robgruen's WebLog
VB6 MouseWheelFix - Now works in SDI Mode!
Posted
over 6 years ago
by
robgruen
0
Comments
A VERY large thank you goes out to Kevin Willimason for taking the time to hook (no pun intended) us all up. Kevin rewrote a majority of the add-in so it works in SDI mode. We are in the process of getting the KB article udpated. In the mean time you...
robgruen's WebLog
Connection_Dropped Error in the HTTPERR Log for IIS
Posted
over 6 years ago
by
robgruen
1
Comments
I was trying to install a web service on a freshly build W2k3 box. I checked the event log and found: Event code: 3005 Event message: An unhandled exception has occurred. Event time: 1/3/2006 12:50:03 PM Event time (UTC): 1/3/2006 8:50:03...
robgruen's WebLog
Playing Smart Devices...
Posted
over 7 years ago
by
robgruen
0
Comments
Well, the main project I was working on suffered a minor setback when the HDD on the box died. Until that get's settled I get to work with a smartphone on a cool little project. Unfortunately the smartphone also had it in for me. :) I got the following...
robgruen's WebLog
Here's a cryptic RegAsm Error you might see with VS.NET 2005
Posted
over 7 years ago
by
robgruen
1
Comments
Microsoft (R) .NET Framework Assembly Registration Utility 2.0.50727.42 Copyright (C) Microsoft Corporation 1998-2004. All rights reserved. RegAsm : error RA0000 : Could not load file or assembly 'MyAssembly, Version=0.0. 0.0, Culture=neutral, PublicKeyToken...
robgruen's WebLog
Ain't Programming Fun!
Posted
over 7 years ago
by
robgruen
1
Comments
So I was upgrading a project from VS.NET 2003 to VS.NET 2005 (v2.0 of the framework) and I kept hitting this assert: " _CrtIsValidHeapPointer(pUserData) . " There were several postings out and about but they were all for previous versions of the framework...
robgruen's WebLog
Getting VSIP to browse
Posted
over 7 years ago
by
robgruen
0
Comments
The VS.NET SDK (a.k.a. VSIP package) lacks the wide spread use and documentation that other SDKs enjoy. To make a change to that here's a little snippet that shows you how to open the VS.NET webbrowser and browse to a particular page: IVsWebBrowsingService...
robgruen's WebLog
64bit frustrations
Posted
over 7 years ago
by
robgruen
1
Comments
I'm like every other computer geek out there.... "64bit, wow, cool!" Well, to a point... My latest woe is that I need to install the directx 9.0c SDK for some work I'm doing but alas it won't install. I guess that means it's time to fire up Virtual...
robgruen's WebLog
Assembly.GetCallingAssembly().FullName returning the wrong value in whidbey?
Posted
over 7 years ago
by
robgruen
5
Comments
Here's a question I got this afternoon: I have a C# assembly named AppDom. I execute the following line in the Main function of the assembly Console.WriteLine(Assembly.GetCallingAssembly().FullName); Visual studio.NET 2003 gives the output as...
robgruen's WebLog
DARPA Grand Challenge - done check
Posted
over 7 years ago
by
robgruen
0
Comments
Congrats to all of the autonomous vehicles and their teams that finished the 132 mile course earlier today. http://www.msnbc.msn.com/id/9621761/
robgruen's WebLog
More AutoComplete tips & tricks
Posted
over 7 years ago
by
robgruen
0
Comments
I forgot to mention this one the other day: You can bring up all of the stored auto complete entries simply by hitting the down arrown on autocomplete enabled fields. Typically users begin to type in the 1st letter of the item their looking for. If...
robgruen's WebLog
ASP.NET 2.0 & "allowDefinition='MachineToApplication'" error message
Posted
over 7 years ago
by
robgruen
6
Comments
So, I upgraded an existing ASP.NET (1.1) application today to ASP.NET 2.0. The upgrade had some warnings which seemed unimportant but it didn't matter since I had elected that the upgrade wizard make a backup of my application. Alas when I try to run...
robgruen's WebLog
Yes, autocomplete....but not that one!! A little known fact about AutoComplete
Posted
over 7 years ago
by
robgruen
3
Comments
I really like AutoComplete , it's such a great feature. However every now an then I have a miss-spelling or something else that I'd rather not have in my autocomplete list. It totally screws the down arrow once, tab, entire sequence. This can be really...
robgruen's WebLog
Latest VB6/VBA MouseWheel upates have been published to Q837910
Posted
over 7 years ago
by
robgruen
0
Comments
The changes I posted here: More updates for the VB6/VBA mouse wheel fix . Have been published to the kb article: "Mouse wheel events do not work in the Visual Basic 6.0 IDE"
robgruen's WebLog
Windows XP 64bit & My dell Precision 380
Posted
over 7 years ago
by
robgruen
5
Comments
So I got this spankin' new machine ( Dell Precision 380 ) with Intel's 64bit technology: EM64T . So I installed XP 64bit edition and it turns out that this version of XP ships with IIS6.0. They say you learn something new every day. The best thing of...
robgruen's WebLog
More updates for the VB6/VBA mouse wheel fix
Posted
over 7 years ago
by
robgruen
1
Comments
Thanks to Matt Dawdy for not only report the bug but also coding a fix. The latest fix is for issues where scrolling does not work on some multi-monitor displays. Changes are only for Main.bas: Add the following two functions: Private...
Page 1 of 5 (109 items)
1
2
3
4
5