| Thread | Last Post | Replies |
|
| wcf call with a ref type | 17 Apr 2008 08:20 GMT | 1 |
I have a class object as a data member used in a WCF service contract. I create the object at the client side and pass it (serialize and deserialize) to the service side. If I modify it at the service side, is the modification being transfered back to the client side just like a ...
|
| LINQ Conditional Where | 17 Apr 2008 08:20 GMT | 7 |
I am trying to use LINQ to select some things from a tab-delimited string. I have a "where" clause but I want to put some if.. logic inside it. Right now I have this: MyClassList =
|
| (JSR) 168 compliant? | 17 Apr 2008 05:40 GMT | 1 |
Is the .Net framework Java Specification Request (JSR) 168 compliant? Does anybody know of any information of this out there that I could read?
 Signature Chris Davoli
|
| uninstallin .net 2.0 | 17 Apr 2008 05:14 GMT | 1 |
I am having problems with quickbooks workin with .net 2.0 then qb fix is to uninstall and reinstall. i cant uninstall or repair the .net 2.0 that is installed on my server. this is causeing huge problems. i have also tried installing newer versions of .net. i get an error ...
|
| Transferring my outlook 2003 to another computer | 16 Apr 2008 19:36 GMT | 1 |
Hi I have to change computers at work and i have become comfortable with using my Outlook 2003 versus using the company's web mail. Hence my webmail is not up to date with folders and sent emails as my outlook is. I really would like to have the same Outlook on my new computer- ...
|
| Variable name with hyphen / dash | 16 Apr 2008 17:33 GMT | 3 |
Is it possible to put a hyphen in a variable name? I'm creating a DataContract for a WCF service and ideally I would like the output XML to have hyphens in the variable names. Is there any way to do this?
|
| operation has timed out error | 16 Apr 2008 17:16 GMT | 1 |
I'm working on a windows application. My app uses web service to connect to the sql server db. The app and web service are running fine on my development environment but whe deployed on to production server, i'm receving the
|
| outlook back up failure | 16 Apr 2008 14:39 GMT | 1 |
I recently had to return my pc for fault diagnosis. The engineer told me that had done a complete back up before replacing the hard drive. However I have not been able to recover outlook: contacts, diary or e mails from te partitioned back file he created and he can`t help.. a ...
|
| monitoring my home computert | 16 Apr 2008 14:26 GMT | 1 |
would like to monitor everything done on my computer ,secretly,to protect my daughter.someone responded to this question but i could not retrieve it.
|
| Crystal Report Error with datasource of linq-to-sql classes | 16 Apr 2008 14:17 GMT | 10 |
I have a crystal report that i added datasources to that are classes made from linq-to-sql designer. This report errors trying to find logon info when i tell it export data or use it in a viewer. There is no logon info so whats up?
|
| DateTime.Now.toString("yyyyMMdd") depending on CultureInfo? | 16 Apr 2008 09:22 GMT | 3 |
I have this instruction mentioned at top running on an japanese client. Strangely this renders to "200809" (just year and day). Has anybody an idea? Thank you,
|
| GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist? | 16 Apr 2008 05:40 GMT | 4 |
GC.Collect() not cleaning memory, how to find out what references to lots of memory still exist? When all my processign is done i set everything to null and then: GC.Collect();
|
| spell check tool with web app | 16 Apr 2008 00:29 GMT | 5 |
Hi I think I posted this before but with a search still could not find the result. Looking for a spell check tool that integrates nicely with vs.net 2005 (web apps), already has the word library built. It does not have to be freeware.
|
| Capture WebResponse to MemoryStream? | 15 Apr 2008 22:02 GMT | 3 |
.NET 3.5 I have an HttpWebResponse.GetReponseStream() that I iterate over. Well now it looks like I'll have to iterate over it twice. And that type of stream does not support Seek() back to the beginning.
|
| Using HttpWebRequest and HttpWebResponse | 15 Apr 2008 18:16 GMT | 2 |
I maintaining or trying to maintain a relatively simply HttpHandler. The idea is that it takes a request to http://myhandler/url/someURL and creates a request to http://someaddress/someresource. When it gets the response, it streams that response back to the original incoming ...
|