I would like to take Windows 7 out for a safe spin. I've just purchased a new drive my laptop (the existing one is too small) and thought it would ideal if I...
Right -- we don't support installing to a removable drive, but otoh you can boot to a VHD, so you've got that option.. There may be a perf hit for hard drive...
On Fri, May 1, 2009 at 1:49 PM, Shawn A. Van Ness <savanness@...> ... can boot to a VHD, so you've got that option.. ... the other 50%. (Dual boot) ... ...
... What? No Live CD a la most recent Linux distros? Aside: killing all the extra HTML crap introduced by Yahoo into this message was a royal pain. I had to...
Somehow, I have disabled sound in Vista. I was playing a game and I guess I hit a sequence of keys to minimize the sound. It's not muted. I can move the sound...
It had something to do with my headphones, which I wasn't wearing but were plugged in. Once I unplugged them the volume control disappeared and I could adjust...
I'm sure this is a dumb ass question and the solution is obvious but after some googling I'm just not getting it. Using FxCop When I try to analyze projects...
Via Reflection, I got a Type from an assembly called "myType". Using some other Reflection code, I did an Invoke on a method and got something back as type...
You'll probably need to Invoke that code through Reflection as well. If you have a statically-typed reference to some code that accepts "myType" arguments,...
I was afraid you'd say (or someone would say) that. I was trying to work around the issue where a local "library" assembly on which the calling code was built...
It sounds like you should probably spend a little more time understanding your loading situation, then. Is there anything this list can do to help? Loading...
... I confess that I haven't really attempted to deeply understand what you are trying to do, but my general impression is that you would benefit from an IoC...
No, I got the loading situtation understood. ProcExp was a big help there (and showing coworkers what was happening as well). I just wanted to come up with a...
The situation I'm in (just got myself out of it actually) doesn't even benefit from a single Interface. I agree an IoC approach would be cool, but there isn't...
... No experience with the product, but some experience with Jeff Key [1]. "Experience" here defined as using some of his stuff [2], reading some of his...
... Stuart, thanks. I am working on a project where the entire legacy system is being re-engineered...it's big, real big, 2+ years thus far, probably a 5+...
i'm in a dilemma over using the asynch version of httpwebrequest or the sync version. before i continue, i'd like to mention that caching and client side...
I am reviewing Microsofts Business Rules Framework and their implementation of the same, their Business Rules Engine (MS-BRE). We are comparing this to...
Is this why Vista occastionally loses my network connection so badly when it comes out of power-save mode that I have to unplug and replug in my cable modem? ...
I don't think that's an TCP Auto Tune problem. I think thats a well known Vista/Driver problem. I suffered it about a yr ago and fixed it - either with a...
I'm wondering if anyone else is having a similar problem. I took the Windows updates this morning. Most of them are for MS Office. One is for Windows...
 Q: what kind of bandwidth do you have between your web interface and the server(s) that the GET request(s) are being sent to? Is it the same machine, or...
I've seem to have gone down a rabbit hole. I would like to convert the data from ADO .NET datasets into a Nullable type. At first I assumed that a straight...