.net
TFS Automated Build Strategy Questions
I\'m new to Team Foundation Server, and I\'m currently working on setting up an automated build strategy for my project. One bit of confusion I\'m having is how to setup automated builds that match ou[详细]
2023-04-01 03:20 分类:问答SmtpClient get result from server on send
The SmtpClient send method returns void. Is there any way to get the server response? Do I just assume it was successful unless it throws an exception?[详细]
2023-04-01 03:14 分类:问答Edit RTF as plain text but unable to open it again
I have a RTF file that I want to open, replace a String \"TEMPLATE_Name\" and save. But after saving, the file cannot open correctly again. When I use MS Word, the file opens and shows the RTF raw cod[详细]
2023-04-01 03:11 分类:问答Monitor files accessed by other programs
I\'m looking for a way to monitor (and read) files that are created or accessed by another program. I found an approach in this article. However, this article uses a C++ solution that is embedded in a[详细]
2023-04-01 03:05 分类:问答EXCEPTION with IIS 7.5 with Webservice built on .net 2.0
i have webservice that is using .net 2.0 server 2003 32 bit when i host it under iis 6 with basic and intergated auth enabled it works great.[详细]
2023-04-01 03:04 分类:问答Customized Datagrid in WPF
I am new to wpf and working on an accounting application, My problem is so simple yet I am astonishedthat I can not find a simplistic solution for this, it goes like this:[详细]
2023-04-01 02:53 分类:问答WPF Binding in a Style Help?
I have a style to a custom control that inherits from combobox that I can\'t modify.Inside this style, there\'s a DataGrid control that takes in a ItemsSource, the DataGrid also has an x:Name that nee[详细]
2023-04-01 02:51 分类:问答chat.facebook.com connection time out error
I write the following code in my project. TcpClient tcp = new TcpClient(); tcp.Connect(\"chat.facebook.com\", 5222);[详细]
2023-04-01 02:47 分类:问答Changing TimeZone does not reflect change in Time in .NET Compact Framework
I am working on .Net Compact Frmework(CF) appli开发者_如何转开发cation. I this application the requirement is that I should be able to change the TimeZone. However, when I changed the TimeZone the cur[详细]
2023-04-01 02:46 分类:问答How can I prevent BufferManager / PooledBufferManager in my WCF client app from wasting memory?
Analyzing a WCF client application (that I did not write and still do not know too much about) that talks to a bunch of services via SOAP and after running for a couple of days will throw an OutOfMemo[详细]
2023-04-01 02:42 分类:问答