| Thread | Last Post | Replies |
|
| signlesign on..urgent | 21 Apr 2005 14:41 GMT | 6 |
I need to implement single sign on in my application. I dont want to use passport authentication. Do we any other way?
|
| ResourceManager testbed | 21 Apr 2005 14:18 GMT | 5 |
This is my first experience using the ResourceManager to localize UI elements. I have created a culture neutral .resx, a German (de) .resx, and an English (en) .resx. My goal is to initially test this to make sure that it pulls the correct strings based on the local culture. ...
|
| .resx record count ? | 21 Apr 2005 14:11 GMT | 4 |
I want to quickly get a count of the number of entries in a resource file (.resx). Using a ResXResourceReader and counting manually seems extremely slow. Is there a quicker way ?
|
| .net remoting and tcp listener socket | 21 Apr 2005 12:02 GMT | 2 |
I am using .net remoting with tcp channel and a tcp socket for accepting connections in a console application. When I run the application first time everything works fine but if I run the application again I get only one usage of socket address exception when 'bind' of listener ...
|
| mscorsvw | 21 Apr 2005 08:31 GMT | 6 |
I've installed .net 2.0 beta 2, and now there are many instances of mscorsvw.exe running and using all cpu. What's going on and how can I fix this?
|
| MCP | 21 Apr 2005 07:44 GMT | 1 |
I'm prpe for MCp in web services......... can u sugggest few sites whcih offer mock exams for this paper?
|
| Problem defining object | 21 Apr 2005 07:27 GMT | 1 |
I'm converting a C# ASP app to VB.net. I create a shopping cart on this line: Dim cart As WebApplication3.ShoppingCartDB1 = New WebApplication3.ShoppingCartDB1 I get the error:
|
| RowFilter on Date field | 21 Apr 2005 04:37 GMT | 1 |
I have loaded an xml file to a dataset and one of the fields being "UserDate" and has date values like <UserDate>2005-01-01T00:00:00.0000000-05:00</UserDate> I am trying to apply a row filter to this field and it doesn't seem to work
|
| Graphic: Format16bppGrayScale bitmap ? | 21 Apr 2005 04:27 GMT | 2 |
I have a 16 bit grayscale bitmap and want to draw this bitmap into another one. Look at the code: void Test(void)
|
| Help with EntLib and hotfix from KB 872800 | 21 Apr 2005 04:15 GMT | 3 |
I am using the Enterprise Library 1.0 for VS2003. I am using most of the blocks so I have a tonne of configuration files. Unfortunately I have developed a Smart Client and therefore it loads very slow as XmlSerializer is called for all of the config files.
|
| Minimum required privileges to get processname | 21 Apr 2005 04:00 GMT | 5 |
My vb.net console application (.net framework 1.1) is using a call to Process.GetCurrentProcess.ProcessName. the app works fine when I run it as administrator, but I would like the run it with a normal user account using the
|
| Deserialization bug, workaround or fix desperatly needed | 21 Apr 2005 03:59 GMT | 3 |
There seems to be a bug when deserialization some classes in the .NET framework. If you try to deserialize a class that has a base class that holds a struct with a member that is implementing the ICollection interface, this causes
|
| Creating a installer | 21 Apr 2005 03:25 GMT | 2 |
In the VS.Net there is a way to create a MSI Installer (using the Setup project). I'd like to create a MSI installer pragmatically, maybe using a script file or calling some specific api.
|
| Writing to an existing Named Pipe | 21 Apr 2005 02:33 GMT | 1 |
I am trying to use .NET to "tap into" a named pipe created by a non .NET 3rd party application. Specifically, the application is a table loading utility. It opens a named pipe and waits for input. Does anybody know how I can write to the named pipe from a .NET program. I
|
| datagrid and columnwidth | 21 Apr 2005 01:35 GMT | 4 |
I am not being a smartass and would honestly like an explanation, if you could take the time. What's wrong with: DataGrid.Column(0).Width = 30?
|