Hi Kim ;) During a debugging session, when I changed a line (it was a very slight change, but I don't remember what it was), after I set the next statement to...
In general, you can store a public key: a certificate is just the public key that has been signed by a trusted authority. I'm not sure why you would want to do...
Hi there, (vb.net) We looking into getting a code generator, we’re on a pretty big project at the mo and we cant do without one (unless we plan to finish it...
Definately codesmith [1] all the way.... Download it and have a look at the included templates. Dont forget to check out the support forum - template share. ...
Frans Boumna has a nice tool to handle the data side of this. We could not use it as it has issues with SQL Server 7.0. I forget the name of the tool though....
BTW, Frans and most of the gurus who build this stuff party on the DevelopMentor CLR LISTSERV. May want to cross post this one there. ... From: Dale Purdon...
... It has nothing to do with .NET assemblies at all. Sorry. I was just using the sn tool since it has the features to create keys and install them into ...
... Yes. For example, the FromXmlString method in the .NET crypto classes may use XML containing both private and public or just public keys. Adrian....
When I need to access the console session of a machine when using the RDP client on Windows, I run "mstsc /console". Since this Mac thingy is all gooey,...
There's an RDP client you can download from somewhere. Used it when I was at my parents house: works great. It's pretty much just like mstsc. Can't remember...
I don't know, but if it makes you feel any better I've got the exact same versions as you. (Thanks for spoiling my false sense of security!) At some point, I...
So, this tool finds a bunch of files in red -- now what? ... From: Christopher Frazier [mailto:chris.frazier@...] Sent: Friday, October 01, 2004 10:29 AM...
According to the description that will just find vunerable versions of the file. I already know I have vulnerable versions of the file, so this won't tell me...
... If you're like me, living on the wild side, you just copy the most recent build of a compatible version from the WinSxS directory to anyplace there's a RED...
... Same question here. I have several vulnerabilities, including non-MS products like Paint Shop Pro. At the risk of being a whiner, Microsoft may have...
... It's tangential, but this [1] might help... the suggested approach is to replace all vulnerable gdiplus.dll with the redistributable one [2], keeping ...
http://aima.cs.berkeley.edu/ai.html#search is a good starting point with links to a number of tutorials. I also like David Levy's "Computer Gamesmanship",...
Don't be, Chris. I like the tool you pointed out better than the MS tool. : ) ... From: Christopher Frazier [mailto:chris.frazier@...] Sent: Friday,...
i'm creating a tool that requires constant detailed, fancy, colorful logging. The richTextBox provides pretty much most of what I need, but i find it...
Have you looked at scintilla? ( http://www.scintilla.org ). It was designed specifically as a replacement for the rich text box when doing color syntax ...
... Hmm. That's interesting. I'm getting ready to release a RichTextBox extension that's designed to a) fix some of the problems with RichTextBox, and b) add...
Interesting. Care to go into a little more detail about what exactly you are "extending" with the RTB? Yes, I am interested, for future purposes. Right now...
... I'm the author of FlexWikiPad, an offline wiki editing tool. As such, I need to be able to display text with different fonts, colors, etc. I tried to use ...