| Thread | Last Post | Replies |
|
| Any groups created for WPF / WCF ? | 30 Apr 2007 23:17 GMT | 4 |
is there any specific newsgroups created for WCF or WPF ? I tried searching but could not find.. it would be a good idea if Microsoft can create such newsgroups, will help people developing early applications on these new technologies. Newsgroup on LINQ would also be a good idea.. ...
|
| Lowercase headers generated by SmtpClient | 30 Apr 2007 22:42 GMT | 3 |
In Emails generated via SmtpClient, the names of the headers, e.g. to, from, subject, all seem to be in lower case. Although the RFC says that header names are case-insensitive, there are some spam filters that block mail with lower case headers. Also google desktop appears to ...
|
| "The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel" | 30 Apr 2007 20:12 GMT | 2 |
Alright Googler Groupers! I've searched high and low and tried everything I care to, so I'll see what the masses can conclude! I'm making both UPS and PayPal calls and both of them *occaisionally* throw this error. Please help!
|
| Retrieving data from a Windows Service | 30 Apr 2007 03:29 GMT | 1 |
I have a collection that resides in a windows service and I want to know is remoting the best way to access this data? The collection will change on an ongoing basis, but whenever I make a request to the windows service I want to be able to get back the latest elements in
|
| Panda Platinum 2005 | 30 Apr 2007 01:48 GMT | 1 |
When trying to use windows update the error 0x80200010 appears. I have tried the hotfix for panda 2005 and titanium but they dont work as i have the platinum edition, please help!!
|
| McAfee pop up - new Gateway Computer with Vista | 30 Apr 2007 01:48 GMT | 3 |
I recently purchased a new Gateway Computer with Vista Microsoft. I prefer and have purchased Nortan Anti Virus system. McAfee continues to pop-up requesting that I use their software which I do not want. Can anyone tell me how to stop this pop-up?
|
| Interface & Event | 30 Apr 2007 00:00 GMT | 2 |
I have an interface ITest that includes an event TestStatusChange. There is also a class Test that implements ITest. In one of the functions of Test I want to call the event (see code at the end) but get the following error:
|
| Dotnet framework 3.0 questions | 29 Apr 2007 15:52 GMT | 1 |
Hi check this for your questions on dot net framework 3.0 http://dotnetintervies.blogspot.com Preeti
|
| Service running Infinitely | 29 Apr 2007 09:08 GMT | 2 |
I'm developing a service that should run infinitely and should not be stoppable. The user (any user even admin) should not be able to stop/terminate the service.
|
| DataSet fields not updating, no errors being generated | 28 Apr 2007 18:04 GMT | 1 |
I am using a web service to update some database fields. I used the dataset designer to define my datatable and tableadapter. I had it automatically create the insert, update, and delete statements. When I run the update method, all of the fields are updated except for
|
| Build "Release" for asp.net website | 28 Apr 2007 09:56 GMT | 3 |
I build a website solution by using visual studio 2005, how can I build the "release" version, because I just find the "debug" in the IDE and it seems it's necessary to append the configuration manually.
|
| how to HTTP post multiple files and key-value pairs? | 28 Apr 2007 04:40 GMT | 3 |
I am a bit lost. I want to upload multiple files and key-value pairs via HTTP post. A single file and a single collection of key-value pairs is easy. You just have to use the System.Net.WebClient class and its UploadFile, UploadValues
|
| deadlock on a single Select not in a transaction | 27 Apr 2007 23:08 GMT | 3 |
We have a web application developped in asp.net (I think it's not relevant, but well, it's so you know)... Yesterday, we received the following message "Transaction (Process ID 69) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. ...
|
| Subclassing question. | 27 Apr 2007 21:40 GMT | 2 |
I followed the MS instructions to subclass Windows using C#.net (http://support.microsoft.com/kb/815775) as the follows. I then opened several Excel files, and selected anyone of them as foreground window. I was expecting to see windows message, saying WM_ACTIVATE, or something ...
|
| Custom control loading order | 27 Apr 2007 18:02 GMT | 3 |
Hi, I have a custom control which loads data, with some critera from a property of the hosting UserControl. I try to get the property value on BindingChanged in my custom control, but, at that time, host UserControl is not completly loaded, so my
|