| Thread | Last Post | Replies |
|
| Server-Side Client-Side Array | 06 Apr 2005 07:41 GMT | 1 |
I created a server-side array and now I need to populate it to a client-side array - how would I do this?
|
| DB_E_OBJECTOPEN when calling DB2 after .NET Framework 1.1 SP1 | 05 Apr 2005 21:51 GMT | 2 |
We recently installed .NET Framework 1.1 Service Pack 1 (SP1) (KB867460) on a Windows 2003 Server Standard Edition. This server hosts an ASP.NET Web site that talks to an IBM DB2 8.1 database using the System.Data.OleDb classes. After installing the service pack, we began ...
|
| How can a client detect a close on the server? | 05 Apr 2005 20:40 GMT | 3 |
I am programming a server and a client for a PLC that runs under WinCE .NET 4.2pro. I want to detect on client side when the server does a close. So far I tried it like this:
|
| Debugging new versions of Office add-in (registry hell?) | 05 Apr 2005 20:13 GMT | 1 |
I created a COM add-in in C# for Microsoft Access 2003 some time ago. Everything works perfectly but new features must be added now. The problem is that I don't remember how I managed to debug new versions of the add-in. Visual Studio.NET 2003 is configured to start Access when I ...
|
| Converting 1.0 web applications to 1.1 | 05 Apr 2005 19:33 GMT | 2 |
I'm having trouble converting a current .NET web application developed in 1.0 into 1.1 framework. On my localhost, I have IIS with .NET 1.1 framework as well as MS Visual Studio 2003 Enterprise. I obtained the web application from Visual Source
|
| detect language .net framework | 05 Apr 2005 18:53 GMT | 3 |
I'm writing a program with support for multiple languages. Therefore, I would need to detect the language of the .net framework that is installed on the users computer. I hope someone could help me with this...
|
| Framework 2.0 SDK BETA CLR Debugger | 05 Apr 2005 17:09 GMT | 1 |
I'm using Microfoft CLR Debugger to test my c# programs. It seems works fine except for one thing. When I try to modify code message "cannot currently modify this text in the editor. It is read only" appears in the status bar at the bottom. If I use Visual C# 2005 Espress
|
| Can I deploy a VB6 project with ClickOnce? | 05 Apr 2005 16:43 GMT | 1 |
My question is: Can I deploy a purely VB6 project with ClickOnce? I know that COM components can be deployed within .net projects but can they deployed from existing VB6 projects using ClickOnce? Cheers,
|
| New to this Newsgroup | 05 Apr 2005 15:45 GMT | 1 |
Is this the place to post questions on .NET architecture stuff?
:) N |
| How to Create Local User Account | 05 Apr 2005 14:30 GMT | 4 |
I'm new to .net development and need some help urgently. I need to write an app that creates a new local user account on a machine that does not have Active Directory installed. In old vb6 world I could probably have achieved this with a few API calls,
|
| Any good books on .Net Framework 2.0? | 05 Apr 2005 14:27 GMT | 2 |
I've not been able to find any books on .Net Framework 2.0? Can anyone recommend one? Thanks,
|
| .NET Framework v2.0 | 05 Apr 2005 12:55 GMT | 7 |
Dear developers. I had (until today) installed on my Computer version 1.1 of the framework, and had created a few vb.net applications in vs.net 2003 which, for me, was quite an achievement(!)
|
| C# | 05 Apr 2005 12:14 GMT | 4 |
Where is the news group for C#? Is there a way to exit out of a try block in C#? In VB.net I can do 'exit Try'. I don't know how to do that in C#.
|
| System.Security.SecurityException not working??! | 05 Apr 2005 11:35 GMT | 1 |
I have an application that actively check if it is run from a network share/drive. It worked fine in the FX 1.0 days. Recently I just found that it does not work anymore. If started from a network share/drive, it pops up this error:
|
| Prevent another thread? | 05 Apr 2005 08:19 GMT | 2 |
From a particular WindowsIdentity I need to create a Kerberos token (WSE 2.0) for a SOAP message: impersonatedUser = windowsIdentity.Impersonate(); // create Kerberos token
|