| Thread | Last Post | Replies |
|
| Adding "&" to TabPage Text Does nothing | 20 Feb 2004 12:17 GMT | 1 |
I've been searching / reading through your posts on this subject. However, I've not been very successful On a windows app, I've added a tab control to a form. On the tab control, I've added 3 tabs. Adding the "&" character for a Hotkey to the text of the tabpage does nothing.
|
| Connecting to Access Database | 20 Feb 2004 12:08 GMT | 3 |
I want to programatically connect to an Access database, but my environment will not allow me to use "System.Data.OleDB..." - OleDB is not even showing as an available option. I can connect visually to an Access database via Server Explorer (where "Microsoft Jet 4.0 OLE DB ...
|
| AssemblyVersion - what if I want to enter DLL Hell? | 20 Feb 2004 06:41 GMT | 2 |
The title is a joke, clearly I don't want DLL Hell. However, I am curious if there is a way to follow the shared DLL model of the past using the GAC. Specificially -
|
| MTS vs .net Framework | 20 Feb 2004 06:36 GMT | 4 |
As I am told, the .net Framework nolonger requires MTS. Is this true? If so, how do I use the .net framework to create instances of dlls on servers. Daryl Davis
|
| Problem with Trust for User | 20 Feb 2004 02:36 GMT | 1 |
I built an assembly and generated a test strong name key pair with sn.exe. The assembly runs fine and is installed in the GAC and also as a COM+ Server Application. I ran the 1.1 Framework Config Tool to trust the assembly. I selected
|
| My app.. | 19 Feb 2004 20:24 GMT | 2 |
I want tomake an application that behaves both as a web application,and a desktop app. This means that whenever the net is running, this should behave as a web app. But whenever the
|
| Libraries in the GAC | 19 Feb 2004 20:05 GMT | 2 |
Hi gurus, I have a solution with two projects. One of them is a Windows application an the other is an instaler of it. The windows application uses a class libray who is registered in the Global Assembly Cache. The problem raises when i
|
| Does JScript.NET have a "main()" function for global entry point? | 19 Feb 2004 20:01 GMT | 3 |
I was wondering if JScript.NET has a "main()" function for a global entry point? Like in C# and C++? I have searched alot everywhere and can't seem to find an answer. Though one answer was to place the STAThread Attribute on top of a function called main, but that didn't work.
|
| serial communctions? | 19 Feb 2004 18:41 GMT | 8 |
i'm trying to find a way to access the serial port using C# and have not had the greatest of luck. i've found a couple packages that supposively add serial communications port access. however as a student i'm cheap and was wondering if there were any other ways to access the ...
|
| Binding Query Result to Textbox | 19 Feb 2004 17:01 GMT | 2 |
I am trying to bind a simple query result to a textbox and it fails each time.(using C#) I have bound Stored Procedure results to specific textboxes without a problem. Any help would be appreciated. Thanks
|
| The compiler failed with error code 128. | 19 Feb 2004 14:46 GMT | 1 |
I'm receiving the following error on one of my asp.net applications. I have another asp.net application that works fine on the same server. Not sure whats going on. I've searched around and haven't been able to find any information on the error. Any help would be greatly ...
|
| Can't Register Trial Version | 19 Feb 2004 14:34 GMT | 1 |
We are having problems registering a trial version of Visual Studio 2003. It fails when attempting to register when launched. We are behind a firewall and use a proxy server to connect to the Internet. There does not appear to be any way to configure/modify the connection info ...
|
| Windows Service won't start | 19 Feb 2004 14:33 GMT | 2 |
I going thru the MCSD course and I am creating a Windows Service from the 70-310 book "Developing XML Web Services" chapter 6. The Windows Service compiles with no errors and I can install it using "Installutil" with no
|
| creating instances | 19 Feb 2004 14:02 GMT | 2 |
My requirement is to dynamically specify a class at runtime. I wrote the following code. it's nor functioning can anyonme help em out namespace ConsoleApplication /// <summary
|
| Add controls at client side. | 19 Feb 2004 12:26 GMT | 2 |
In my web app, I want to allow the users to create command buttons or text boxes as and when they like. This means that if any user has logged in, and wants an extra button somewhere on the form. Now these
|