The Tao of Pooh. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com ... No virus found in this outgoing...
i actually like vista, but it's taking me some time to get used to doing simple things i used to do in xp. for one thing, how do i know what service packs i...
Hi, Does the idea of a private installation of the .Net framework have any meaning? A guy I spoke to this week said that at his company the 100,000 or so ...
A great question! I have absolutely no idea. He didn’t mention anything like that – although that does not exclude the possibility. - R _____ From:...
Start / Run / WinVer.exe Don't know about SQL. *> also, while on the topic, what are your guys' favorite vista perfromance tips? * Turn off lots of things....
I'm having some trouble getting a DataTrigger bound to an enum to trigger animations correctly, I'm seeing some weird behaviour. So, does anyone know of a)...
Hello. I'm not sure how to express this, but I need to "parse" c# code and from that find all references to usages of an object model I supply. Maybe it's...
Fredrik Tonn
fredrik@...
Mar 2, 2008 1:11 pm
57149
Here are a couple of links that explain what versions of SQL Server you are running. http://support.microsoft.com/kb/321185 ...
You could use Antlr 3 and cook up your write your own tree parser to go with some of the c# grammars that are available on the homepage. I'm pretty sure you...
I don't remember what the error was, if I recall I was only able to select to install the client tools and not the server even though it performed the...
Fredrik Tonn
fredrik@...
Mar 2, 2008 2:11 pm
57152
You should get an answer here :- HYPERLINK "http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=119&SiteID=1"http:/ ...
Brilliant! Found an answer to my problem straight away! Dr WPF saves my bacon ;) I was stopping the animations in my DataTrigger.ExitAction's (thinking that it...
Thanks, but I forgot to mention that I need this information during runtime of my application... I have looked briefly on some of the open source parsers out...
Fredrik Tonn
fredrik@...
Mar 2, 2008 6:29 pm
57156
I suspect you'll need to install the Developer edition on Vista....
Hi all, Just in case you were wondering what the hell is happening to Reflector ... :) http://adrianvintu.com/blogengine/post/Reflector-removes-itself.aspx ...
Continuous I'm afraid. But it must not be performant, since the result can be cached since I will know when to reparse the code. Only I need to do it runtime...
Fredrik Tonn
fredrik@...
Mar 2, 2008 8:22 pm
57161
Neh, some ppl on gugl said they emailed... I noticed this behavior about 2 weeks ago, then went on vacation... I just wrote the post now... I imagine he's...
Are you implementing some kind of scripting facility which compiles and then executes C# against your object model, and you want to provide some helpful...
Something like that, only that the information about what properties of the object model the user supplied script code accesses will be used to determine what...
Fredrik Tonn
fredrik@...
Mar 2, 2008 10:40 pm
57164
How about this (this is purely speculative, I've never done exactly this, and not sure it's possible): Use CodeDomCompiler.Parse to generate a CodeCompileUnit...
Humerously enough, I can verify that Lutz is was definitely at his computer today and thereby might should have been checking his e-mail: he sent me a LinkedIn...
Hi guys, I'm having trouble getting VSTS for Database Professionals (aka Data Dude, VSTSDbPro) to build some SQL scripts. Here's the scenario: . I'm...
Matt Lynch
M@...
Mar 3, 2008 1:57 am
57167
which one have you guys used and which one you prefer?...
I used to use NUnit (before VSTS came along). Not sure about MbUnit, but NUnit is well supported. Is MbUnit designed for unit testing motherboards? J Cheers, ...