| bio | website | |
|---|---|---|
| location | United States | |
| age | 29 | |
| visits | member for | 4 years, 8 months |
| seen | yesterday | |
| stats | profile views | 231 |
Nothing to see here.
|
Sep 17 |
awarded | Yearling |
|
Jun 13 |
comment |
Castle dynamic proxy and INotifyPropertyChanged on WPF Can you give some specifics in what you had to do to get it to work with dynamic proxy? |
|
May 3 |
comment |
Adding to ReSharper's 'Related Files' list Is there anything else that is required to get this to run? The attribute requires a type and there doesn't seem to be a tutorial on this. |
|
Apr 25 |
comment |
VB.NET NHibernate Configuration What is inside your app.config or web.config file? You can control where the hibernate configuration file is read from by using settings in the initial configuration file or place the entire configuration inside app.config. |
|
Sep 18 |
awarded | Yearling |
|
Jun 14 |
awarded | Pundit |
|
May 5 |
comment |
OOXML SDK illegal character replacements The apostrophe worked fine in the text. The < and > were the ones causing it to die. |
|
May 5 |
accepted | OOXML SDK illegal character replacements |
|
May 5 |
comment |
OOXML SDK illegal character replacements I wouldn't even know how to retain any of the html formatting. That would be nice to have, but unnecessary. I'll definitely just try to escape the < and > and see what I get. |
|
May 5 |
comment |
OOXML SDK illegal character replacements How exactly do I escape a character within a string? \xHHHH? |
|
May 5 |
revised |
OOXML SDK illegal character replacements added 739 characters in body |
|
May 5 |
comment |
OOXML SDK illegal character replacements I added some to my posting. The text also happens to use html characters so it's not just an apostrophe. |
|
May 5 |
revised |
OOXML SDK illegal character replacements added 732 characters in body |
|
May 3 |
asked | OOXML SDK illegal character replacements |
|
Apr 13 |
comment |
Disable Visual Studio 2010 Html Tag Pair Editing I used an incorrect choice of words. Try to delete the text div but leave the <> alone. It is fine when VS can match up HTML tags properly. It's utterly disastrous when it doesn't match it properly and breaks the page. |
|
Mar 28 |
comment |
Disable Visual Studio 2010 Html Tag Pair Editing Apparently this feature is by design. Just leaving this up here for future people who are stymied by VS2010 |
|
Mar 25 |
comment |
DIV content shows on page instead of JQuery Dialog Can you show the output of the ScripManager.RegisterClientScriptBlock for us? I have a hunch it's just outputting javascript directly on the page and firing before the $(document).ready. |
|
Feb 28 |
accepted | iPad Layout different only on launch |
|
Feb 28 |
comment |
Disable Visual Studio 2010 Html Tag Pair Editing No that's not the one. The behavior I don't want is as follows: I have a pair of div tags, and I try and delete the closing tag. I end up with a < class="whatever"> as my start tag. VS2010 can't seem to match up the HTML correctly, so this is very annoying. |
|
Feb 24 |
asked | Disable Visual Studio 2010 Html Tag Pair Editing |