| Thread | Last Post | Replies |
|
| c# string size limit? length of string limit? | 19 Apr 2006 04:53 GMT | 1 |
c# string size limit? length of string limit?
|
| Easiest way to get Strong Name? | 18 Apr 2006 21:36 GMT | 5 |
Okay, somebody hands me a signed .NET assembly. What's the easiest way to get its strong name WITHOUT writing a program to do it? I'm wondering if there is a tool that will print out the strong name or something similar. I was hoping I could get the strong name by ...
|
| Type-Safe / Thread-Safe | 18 Apr 2006 20:53 GMT | 6 |
Can someone explain the two terms "type-safe" and "thread-safe"? I understand what a type and a thread are, but what does it mean for them to be "safe"?
|
| Filetransfer via HTTP | 18 Apr 2006 19:13 GMT | 1 |
Hello NG! i´m looking for a DotNet Component enabling our own Clint application (VB.NET) with filetransferpossibilities via http. Can anybody help us? do you know anyone??
|
| Intel or AMD for 64-bit? | 18 Apr 2006 17:21 GMT | 2 |
I want to do some 64-bit programming with .NET so I am looking to buy a 64-bit machine. My question is, as far as .NET is concerned, is there any difference between developing on an Intel-based machine or an AMD-based machine? Is there any
|
| Validating user credentials against active directory | 18 Apr 2006 16:41 GMT | 1 |
I have following code that validates a given user credentails against a active directory. The login part works but I can not search fails to return the record. Does any one have any idea what is wrong? public void Login(string user, string pwd, string domain)
|
| treenode.nodes.add and invoke | 18 Apr 2006 16:25 GMT | 7 |
I have a tree node object with a function that adds nodes to itself (as it is expanded). I would like to do this on a worker thread, which I do when I create the first level of nodes. However, whilst Treeview has an invoke method, TreeNode does not appear
|
| Propagate Permissions in ACL in C# | 18 Apr 2006 15:55 GMT | 1 |
If you click on a folder and go Advanced Options in Security tab, there are two options there: 1. Inherit from parent permission entries... 2. Replace permission entries on all child objects...
|
| .NET Frame work 1.1 install problem | 18 Apr 2006 14:56 GMT | 9 |
I have a new Dell E-310 with XP-home media edition. One of the first things I did when I put it on-line was get the latest Windows critical updates. One of those was for .NET 1.1. This failed to install. After poking around the MS knowledgebase, I found some instructions which ...
|
| Identifying the source of a Pool Paged Bytes Leak | 18 Apr 2006 14:50 GMT | 2 |
Hi there. Our .net framework 1.1 application is a complex media player that plays back video, flash, web, TV and pictures full screen. It runs on Windows XP SP2. It has 12 DLLs and runs to about 30,000 lines of code. We're 100% .net except for two activeX controls. These are
|
| Using InvokeMethod to circumvent compile-time type checking | 18 Apr 2006 14:21 GMT | 2 |
I've got several classes that are all concrete implementations of an abstract class. I have a separate comparer class full of AreEqual() methods, each with a signature that accepts a pair of concrete classes: AreEqual(ConcreteA x, ConcreteA y)
|
| .NET Framework 1.1 installation after 2.0 | 18 Apr 2006 09:51 GMT | 2 |
sql server 2005 brings .net framework (dnfw) 2.0. but for a specific application we need dnfw 1.1. there is no way around this! so installing dnfw 1.1 after 2.0 ends in an error message saying that "the latest version is already installed".
|
| DataGrid, with editable fields in form | 18 Apr 2006 04:43 GMT | 1 |
I want to display a datagrid summary of a datatable. The grid will not show all the fields, but when the user selects a row, I want the other controls (text boxes) to also bind to the same row that is selected in the grid. However, the controls will bind to ALL of the fields,
|
| Exception occurs when getting ProcessName | 17 Apr 2006 22:04 GMT | 1 |
I am having this error quite often, but not every time. I have looked around some of these forums and don't seem to find any post with the similar problem. Could someone point out what could be the problem?
|
| Pulling user data from Active Directory | 17 Apr 2006 19:36 GMT | 2 |
Does anyone have any sample code on Pulling user data from Active Directory?? Thanks
|