| Thread | Last Post | Replies |
|
| Non-overwritable function | 19 Jul 2005 17:25 GMT | 4 |
I would like to create a non-overwritable function in C#. Could someone suggest me? Thanks.
|
| ASP.NET DB Access | 19 Jul 2005 14:08 GMT | 1 |
I hope this is the correct forum for this because I'm at wits end. I have a Win 2003 server, SQL server 2000 and the .Net framework sdk installed. The ASP.NET VB Quickstart tutorials have web form examples some of which
|
| unable to install SQL Express 2005 CTP | 19 Jul 2005 14:01 GMT | 2 |
Am trying to install SQL Server Express CTP on my machine (Windows XP with SP1). I have downloaded the windows installer and .net framewrok specified in the readme file(ReadmeSQLEXP2005.htm) and also followed the steps given. but could not install express. I tried installing both
|
| How to solve COMException | 19 Jul 2005 13:56 GMT | 1 |
I am trying to create a new object of "COMM object" inside my one "dll" object as shown below, oMSComm = New MSCommLib.MSComm But its throwing an COMexception saying that there is no license for the application for the object. but the same program is working in my development ...
|
| on error resume next in c# | 19 Jul 2005 13:43 GMT | 13 |
We have on error resume next option in vb language but we dont have that in c#. I just want to do the same kind of functionality in c#. Any help is really appreciated.
|
| Can't open a SqlConnection | 19 Jul 2005 11:24 GMT | 3 |
Hello again.... I have just started with .net and ado.net and am tryng to get a SqlConnection working. I know my MSDE is working as I am able to retrieve data from it using an ado
|
| DataGrid Row Auto-Size | 19 Jul 2005 11:18 GMT | 2 |
Can Someone please help me get the DATAGRID to keep the row size consistent when there is 1 row or 50 rows. Right now, if the datagrid has several rows of data, it is ok, and looks like a normal data grid. However, if the data goes to 1, 2, 3, etc rows of data, the grid will ...
|
| In COM+, how long does an object hold to its context? | 19 Jul 2005 08:51 GMT | 2 |
In all situations, how does the assignment of a COM+ context to an object work? In other words, using JITA, using Pooling, using both, using transactions... Its a general question, but I suspect there is a simple answer.
|
| Dynamically Create Type By Version | 19 Jul 2005 08:35 GMT | 2 |
Our software is interface based meaning that we don't add any references to implemntation assemblies. All loading is done via Activator.CreateInstance(assembly, class name). Our components that we are instancing are loaded in the GAC.
|
| Watching the COM+ pool | 19 Jul 2005 08:22 GMT | 7 |
I am investigating COM+ and System.EnterpriseServices and have a serviced component configured for pooling. I want to track the pool, especially things like when a component is moved into the pool (out of the pool could also be interesting).
|
| what Changes are needed while upgrading from MSVC6 MSVC7 | 19 Jul 2005 07:03 GMT | 3 |
This is Arun. We have planed to move from msvc6 to msvc7 for utilize the following: - A stricter runtime library that could identify and help avoid API and memory problems
|
| Laying out controls: suggestions for improving performance? | 19 Jul 2005 04:57 GMT | 2 |
Part of my current project involves laying out an event calendar. At the customer's request, this takes the form of a scrolling panel with three columns: a month and day, and two descriptive columns which I've implemented as a Label and two LinkLabels.
|
| Killing background thread when in blocking call | 19 Jul 2005 02:03 GMT | 2 |
I have a class that needs to request/receive updates from a server over a network connection for the entire life of the application. I use a background worker thread to do this, and then send updates to the main thread using events. This works great.
|
| VS is not rebuilding project, even after deleting code | 19 Jul 2005 00:50 GMT | 1 |
VS does not seem to be rebuilding my project.. I have deleted (saved to a text file) all of the code which is currently failing.. I then rebuild the project, but it still fails on loading the code for
|
| Application.DoEvents | 19 Jul 2005 00:43 GMT | 1 |
I assume that a call to Application.DoEvents doesn't return until the pending messages are processed. Is this correct?
|