| Thread | Last Post | Replies |
|
| Mailbox account | 28 Mar 2008 18:04 GMT | 2 |
I'm looking for a way to create mailbox account from C#. I use the Windows Server 2003 POP3 service. I'm not using Microsoft Exchange, nor will be using it in a long term.
|
| NumberFormatInfo and Custom Numeric Format Strings | 28 Mar 2008 15:53 GMT | 1 |
Does anyone know how to initialize a NumberFormatInfo instance with a custom numeric format string? So instead of directly using the custom numeric format string double dVal = 19.95;
|
| WCF service, non-wcf client using mutual certificate authenticatio | 28 Mar 2008 15:04 GMT | 1 |
I have a case where we implemented a WCF service originally using Windows authentication. There was a Windows service that communicated with the WCF service just fine by adding the WCF bindings and endpoints to the WinService's app.config. Now we want to change the WCF service to ...
|
| single quote in data | 28 Mar 2008 09:23 GMT | 3 |
when inserting data into a Sql Database table if i have a value like "Uncle's Kitchen" It throws a error, someone had suggested i use Parameter, i tried to use SqlParameter it still gives errors.
|
| How to test a VB.NET constructor? | 28 Mar 2008 02:22 GMT | 1 |
I am playing with the Test Projects of the Team Developer edition of Visual Studio. When testing some functions, all is ok. But when I try to test a constructor written in VB.NET, the test code is created with an instruction:
|
| Registry reading problem vb.net 2005 | 27 Mar 2008 20:34 GMT | 2 |
I am having an issue reading a string value from the registry, with the following code I get a pair of double quotes ("") at the start and end of the string, this causes the method that processes the string to fail. Can anyone advise what I am doing wrong please? Note that when I ...
|
| Profiling/Debugging Real Time Security Checks | 27 Mar 2008 20:00 GMT | 1 |
I have a medium sized application (say 50k lines) that occasionally will spike the % of time in RT security checks performance counter between 50 and 95%. It can perform hundreds of thousands of code access security permission
|
| inheritance via a reference | 27 Mar 2008 18:34 GMT | 2 |
Is the code below OK? Public Class Prices Inherits ServiceReference1.Prices End Class
|
| GZip Compression :( | 27 Mar 2008 16:36 GMT | 1 |
I'm having an odd issue with GZIP compression (having followed example code found on MSDN). Basically, after running through the compression routine I end up with a byte array several times larger than the source text file, full of zero data. Below is the code used to do the ...
|
| Configure Outlook Express for MSDN subscriptions? | 27 Mar 2008 15:57 GMT | 10 |
I'm try to configure outlook express for the MSDN subscription and the link does not work on how to configure it. Step 2: Choose and configure your Newsgroup Client The NNTP Newsreader link does not seem to work.
|
| strategic question about frameworks | 27 Mar 2008 13:18 GMT | 1 |
we are currently considering to port quite a huge code base from ASP/COM to asp.net and the .net framework (websites, class libraries, windows applications). the question is, what version of the .net framework should we port to?
|
| Messages for drawitem | 27 Mar 2008 12:10 GMT | 7 |
is the drawitemstate of drawitem method of comobox defferent for Windows XP and Windows 2003, how does one solve such problems TIA Barry
|
| Executing command/instruction from a string variable | 27 Mar 2008 11:08 GMT | 4 |
I need to execute the command/instruction which is stored in a variable. ex string str = "drRow["userid"].ToString()" here i need execute the instruction stored in 'str' and get the value
|
| Possible to assign LINQ join results to original outer? | 27 Mar 2008 09:26 GMT | 1 |
I've been fiddling with composing objects with partial data in two data-stores. I'd like to join them 1-1 and put the inner objects on a corresponding property on the outer one.
|
| IF formula limitations | 27 Mar 2008 07:01 GMT | 1 |
I am using several drop downs relating to lists within a worksheet and require formulea to return a value depending on the drop down value selected but only seem to be able to get a maximum of 8 "IF" queries in a single formula. Is it possible to get more or is there a more ...
|