ChrisHDog
|
Registered User
|
Your standard software developer
|
|
Nov 11 |
answered | ADO.NET Data Services - Uploading files |
|
Oct 15 |
comment |
Microsoft.Build.BuildEngine.Engine throws error when building WPF application I now have the interesting behavior of not working in all cases (i had it working for one wpf application, but now for a second wpf application) ... I've got the ContinueOnError set to true, but the MarkupCompilePass1 still sais FAILD and then then build fails ... |
|
Oct 15 |
accepted | How do I publish a ClickOnce application using Microsoft.Build.BuildEngine |
|
Oct 13 |
awarded | ● Nice Answer |
|
Oct 13 |
revised |
How do I control where the output of a ClickOnce application is built (using Microsoft.Build.BuildEngine) to? added additional details |
|
Oct 13 |
asked | How do I control where the output of a ClickOnce application is built (using Microsoft.Build.BuildEngine) to? |
|
Oct 13 |
answered | How do I publish a ClickOnce application using Microsoft.Build.BuildEngine |
|
Oct 13 |
asked | How do I publish a ClickOnce application using Microsoft.Build.BuildEngine |
|
Oct 12 |
comment |
Microsoft.Build.BuildEngine.Engine throws error when building WPF application That looks like it might have worked! Thanks so much. Any idea on why that MarkupCompilePass1 would fail like that though? It just feels a bit like a work-around rather than a fix for me, would be great to get that to compile correctly also. Thanks again for your help! |
|
Oct 11 |
accepted | How do I use Microsoft.Build.BuildEngine to Build a Silverlight project? |
|
Oct 11 |
accepted | Using LINQ how do I have a grouping by a “calculated field” |
|
Oct 11 |
answered | Using LINQ how do I have a grouping by a “calculated field” |
|
Oct 11 |
asked | Microsoft.Build.BuildEngine.Engine throws error when building WPF application |
|
Oct 11 |
comment |
What is the recommended method to Validate an ASP.net Control with an existing method? thanks Dillie-O, that is great information - very helpful |
|
Oct 9 |
comment |
What is the recommended method to Validate an ASP.net Control with an existing method? so you do have to wrap your submission click in an if statement then? is there any method of doing this that you don't have to do that? |
|
Oct 8 |
asked | What is the recommended method to Validate an ASP.net Control with an existing method? |
|
Oct 8 |
awarded | ● Yearling |
|
Aug 31 |
revised |
How do I overload and operator for an enumeration in C#? typo fix |
|
Aug 31 |
comment |
How do I overload and operator for an enumeration in C#? According to: msdn.microsoft.com/en-us/library/… ... "Every enumeration type implicitly provides the following predefined comparison operators:" ... I was just hoping there was a way to explicitly provide a comparison operator similarly. So not an overload operator exactly, but something simlar. |
|
Aug 31 |
comment |
How do I overload and operator for an enumeration in C#? That is disapointing, how do they do that implictly then? It seemed like there wouldn't be a way, but I figured if you could do it implicitly then there should be a way to do it explictly. I guess not. Thanks for the information. |
|
Aug 31 |
asked | How do I overload and operator for an enumeration in C#? |
|
Aug 30 |
comment |
WPF TexBlock in Grid in ListView not Sizing Correctly? perfect! I had been using the ScrollViewer.HorizontalScrollBarVisibility but not on the ListView itself. Thanks heaps! |
|
Aug 28 |
revised |
WPF TexBlock in Grid in ListView not Sizing Correctly? edited title |
|
Aug 28 |
asked | WPF TexBlock in Grid in ListView not Sizing Correctly? |
|
Aug 25 |
comment |
Is it possible to send an Object’s Method to a Function? Great answer, thanks for all the information and details. Voted up, but used other as offical answer as it directly used my example. Sometimes wish there could be 2 accepted answers as combined your two answers give all the details anyone could want for this question. Thanks again! |
|
Aug 25 |
comment |
Is it possible to send an Object’s Method to a Function? That is great, thanks. I accepted this as the answer as it used my example directly. |
|
Aug 25 |
asked | Is it possible to send an Object’s Method to a Function? |
|
Aug 24 |
revised |
Looping through WPF ListView DateTemplate Items deleted 65 characters in body; deleted 91 characters in body |
|
Aug 24 |
comment |
Looping through WPF ListView DateTemplate Items Thanks so much Arcturus, perfect answer to my question. I agree the other answer is probably better (and I've marked it as correct), but I was very curious as to how these other two methods could be accomplished. Thanks again! |
|
Aug 24 |
comment |
Looping through WPF ListView DateTemplate Items Yes this would definitely work, I was really hoping I could get one of the other two mechanisms to work though. |
|
Aug 24 |
asked | Looping through WPF ListView DateTemplate Items |
|
Aug 18 |
comment |
SQL Alter Table then Modify Values Perfect, thanks so much ... also works as (in the event there are multiple items in the first BEGIN/END): BEGIN ALTER TABLE SampleTable ADD ColumnThree int END GO IF (EXISTS (SELECT * FROM sys.columns WHERE name = 'ColumnThree')) BEGIN UPDATE SampleTable SET ColumnThree = 0 END |
|
Aug 18 |
asked | SQL Alter Table then Modify Values |
|
Aug 6 |
answered | How do I use Microsoft.Build.BuildEngine to Build a Silverlight project? |
|
Aug 6 |
revised |
How do I use Microsoft.Build.BuildEngine to Build a Silverlight project? more information added |
|
Aug 6 |
revised |
How do I use Microsoft.Build.BuildEngine to Build a Silverlight project? added additional information |
|
Aug 6 |
asked | How do I use Microsoft.Build.BuildEngine to Build a Silverlight project? |
|
Jun 30 |
accepted | How do I upload large (> 25MB) files to a web service? |
|
Jun 30 |
answered | How do I upload large (> 25MB) files to a web service? |
|
Jun 29 |
comment |
How do I have spaces in a MSBuild WebProjectOutputDir? unfortunately that doesn't work |
|
Jun 29 |
asked | How do I have spaces in a MSBuild WebProjectOutputDir? |
|
Jun 19 |
awarded | ● Popular Question |
|
Jun 19 |
answered | what is google’s algorithm? |
|
Jun 16 |
comment |
How do I upload large (> 25MB) files to a web service? Regarding WCF/FTP/WS-Attachment/DIME: Excellent suggestions and some interesting reading. These are probably the types of long term solutions that I will end up using. However if there was some short term solution for changing the upload size in IIS7 that would be excellent. Thanks. |
|
Jun 15 |
comment |
How do I upload large (> 25MB) files to a web service? I changed to these values, same result. The values I have were taken from this (somewhat related/somewhat unrelated) article: support.microsoft.com/kb/925083 - both value sets seem to have the same issue. |
|
Jun 15 |
asked | How do I upload large (> 25MB) files to a web service? |
|
Jun 13 |
awarded | ● Popular Question |
|
Jun 10 |
answered | What Has Been Your Greatest Productivity Enhancement |
