David Schmitt

11,895
reputation
720 views

Registered User

name David Schmitt
member for 1 year
seen 15 hours ago
website
location AT
age 30
M.Eng. Computer Science; Linux Admin; C#+WPF+DB Coder; Co-Founder of dasz.at OG; Feel free to contact me at david@dasz.at!
15h
comment Visual Studio setup problem - ‘A problem has been encountered while loading the setup components. Canceling setup.’
I uninstalled a different hotfix and then I could use the Uninstall/Change option from the Control Panel. I also did a "Repair Installation" from there.
15h
revised Visual Studio setup problem - ‘A problem has been encountered while loading the setup components. Canceling setup.’
refold link into text, unwrap broken redirection
Dec
11
comment Globally catch exceptions in a WPF application?
@siz: good point, but those can be handled with a normal try block around in the workitem, no?
Dec
6
awarded  Mortarboard
Nov
30
answered Synchronization on the local variables
Nov
30
revised Oracle C++ linux and more weird stuff
added 45 characters in body
Nov
27
answered Oracle C++ linux and more weird stuff
Nov
27
answered Synchronization on the local variables
Nov
19
answered Is it ok for different implementing classes to throw different exception types?
Nov
18
accepted Why am I getting a redirect loop?
Nov
18
comment Why am I getting a redirect loop?
Use "wget -S" to debug this. Browsers might cache the redirect.
Nov
18
answered Random access of multiple files and file caching
Nov
18
answered Why am I getting a redirect loop?
Nov
17
revised How to properly quit application, call exit(0) ?
added 10 characters in body; edited tags
Nov
16
comment How to get the FxCop custom dictionary to work?
No, FxCop searches the project folder's parent directories. So putting the custom dictionary into the solution folder, shares the entries with all projects.
Nov
14
comment RegEx match open tags except XHTML self-contained tags
If your input set is small/homogeneous enough that you don't need a parser, then you can just try it out and check manually whether the regexp hack matches what you want it to match. If you can't then you should rethink your need for a parser...
Nov
9
revised how to integrate Blogs in sharepoint custom site
fixed typos
Nov
9
comment ALT+TAB in Vista activates main window instead of previously active child window
Take a look at the WMs coming through. Perhaps you can recognize the difference in Aero?
Nov
9
revised WPF: How to bind RadioButtons to an enum?
minor corrections to source
Nov
3
revised Writing c# source code to files
added 5 characters in body
Nov
3
revised Need some help sorting out a major abstract pattern headache within my DAL
added 334 characters in body
Nov
3
answered Writing c# source code to files
Nov
3
comment Fast transcendent / trigonometric functions for Java
hstoerr: the bug cited by Bruce ONeel has details why bigger arguments lead to longer calculation times. Basically, Intel's sin/cos implementation sucks golfballs through gardenhoses for arguments outside of [-pi/4,pi/4] and the JVM has to manually map the argument into this range.
Nov
3
comment Fast transcendent / trigonometric functions for Java
Especially liked the "Neither the almabench code nor the code submitted in this bug actually examine the results to verify they are sensible." comment in the closing message.
Nov
2
comment Shorten nested namespace names
@bighil: you don't alias the namespace in the header, but in the includer, who knows that the alias is (locally) unique
Nov
2
answered Need some help sorting out a major abstract pattern headache within my DAL
Oct
31
awarded  Disciplined
Oct
29
comment Anyone familiar with the ZedGraph charting library for .NET
MS Chart may only be used in conjunction with a valid Windows license. For some products, clients or people this is a complete no-go.
Oct
27
revised Programming with ADD/ADHD
added post scriptum about medical discussion
Oct
27
awarded  Notable Question
Oct
27
revised WPF Blurry fonts problem - Solutions
link instead of url
Oct
27
revised WPF Blurry fonts problem - Solutions
added note about new text rendering in wpf4
Oct
26
revised Why do property setters and getters clash with get_X and set_X methods?
extended the text a bit.
Oct
25
awarded  Good Answer
Oct
19
revised The diff between openssl-2 and openssl-3
added 88 characters in body
Oct
8
comment INotifyPropertyChanged problem
Please keep clarifications to the comments or edit your post. That helps keeping the content readable.
Oct
8
comment INotifyPropertyChanged problem
Please keep clarification questions to the comments. That helps keeping the content readable.
Oct
8
comment INotifyPropertyChanged problem
Please keep clarification questions to the comments. That helps keeping the content readable.
Oct
8
answered Avoid MVVM/data binding for small windows?
Oct
7
comment What is the best way to gunzip files with Perl?
@Paul: like IO::Uncompress::Gunzip ?
Oct
7
revised AS3 asdoc inheritance issue.
edited tags
Oct
6
comment Asc(Chr(254)) returns 116 in .Net 1.1 when language is Hungarian.
Sounds probable. We'll really only know by looking at 'hu-US'' Codepage.
Oct
6
revised Asc(Chr(254)) returns 116 in .Net 1.1 when language is Hungarian.
added 33 characters in body
Oct
5
comment Asc(Chr(254)) returns 116 in .Net 1.1 when language is Hungarian.
Interestingly, the assertion vanishes on the Asc() page when you move to the 3.5 Framework. The mind boggles.
Oct
5
answered Asc(Chr(254)) returns 116 in .Net 1.1 when language is Hungarian.
Oct
2
revised Linq To Sql return from function as IQueryable<T>
oops, another syntax error
Sep
30
revised WPF/LINQ data layer design question
fixed wording
Sep
30
accepted WPF/LINQ data layer design question
Sep
29
accepted How to create Views in MVVM
Sep
28
accepted How to make a loading graphic in WPF XAML?