| Thread | Last Post | Replies |
|
| Finding the latest version of v2.0 framework. | 30 Jun 2005 22:15 GMT | 5 |
We have a web deployment that installs our website. In the computer that we are installing on there are 3 versions of the framework 1.0, 1.1, 2.0. I will use the aspnet_regiis.exe to register my virtual directory.
|
| How can I compile controls to a single DLL? | 30 Jun 2005 20:51 GMT | 4 |
I have several projects that I need to compile into a single DLL. Is this possible? We have a project called 'Utilities' that includes classes to which encapsulate business logic.
|
| Dataview - Rollback changes? | 30 Jun 2005 15:36 GMT | 1 |
I am creating a DataView to display a subset of a DATASET in a DATAGRID If users make changes to the view,, then the underlying table./dataset is changed. However, I want to provide the user a way
|
| job scheduler in .net | 30 Jun 2005 14:25 GMT | 2 |
How do we schedule a job?Is there any alternative other than creating a windows service? Are there any job schedulers in .net? Any freeware? Regs
|
| System Null Exception always shows | 30 Jun 2005 11:42 GMT | 3 |
When I compile and run my application, even thought a form that created by Designer, my system always shows this error: Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
|
| external library and variable symbol | 30 Jun 2005 11:42 GMT | 4 |
let say I have a DLL where there is: extern __declspec(dllexport) char* SomeImportantName; let say I want to dynamically (no static linking) update this value... is it right to do as below?
|
| interop & _wputenv_s | 30 Jun 2005 11:41 GMT | 2 |
I can't find the dll in which _wputenv_s is defined... annoying when you want to interop with it..... it's defined in <stdlib.h>, I tried Kernel32 & User32 but it didn't work... :(
|
| Strong Naming using AssemblyDelaySign(true) and VSS | 30 Jun 2005 08:41 GMT | 8 |
I am having a problem using VSS (Visual SourceSafe) to store delayed signed assemblies - they are being 'broken' and are needing to be resigned. I have found that signing assemblies using AssemblyDelaySign(false)
|
| Constraint error when dataset.GetChanges() invoked | 30 Jun 2005 02:35 GMT | 4 |
I'm running into a puzzling exception when I attempt to update a modified row in a table with a foreign key constraint. System.Data.ConstraintException: Failed to enable constraints. One or more rows contain values violating
|
| cross reference in managed C++? | 30 Jun 2005 02:14 GMT | 1 |
is it possible, in managed C++, to have 2 class referencing each other if they are in different namespace..... I'm trying to compile a very simple sample with 2 classes which looks like that (pseudo code)
|
| detection of framework.net | 30 Jun 2005 01:39 GMT | 1 |
I want to use MSI for the install program of my application. I need to know if I have to install on target computer the Framework! Is there a script using an activex that can help me in detection of the Framework!!
|
| caching objects and data | 29 Jun 2005 23:35 GMT | 5 |
Hi all, I am working on a component dll that could either br running in an asp.net app domain or on a regular app domain. I have a need to cache some frequently used objects and data. I know in asp.net I have access to a cache object. What can I use to cache when not running in ...
|
| Close web form with button | 29 Jun 2005 23:30 GMT | 1 |
Hello everyone. Would someone please tell me the easy way to close a web page. I have a page that displays details of a selected conference room. On this page, I want to provide a "close" button or link (whatever is
|
| Determine System.Type from an array | 29 Jun 2005 23:01 GMT | 1 |
I have System.Type variable containing the value System.String[] I know that System.String[] means a list of System.String objects, but how do I programatically get a System.String value from a System.String[] value. For example, I have a function such as:
|
| EventLog - raising events without MS Help and Support Center link | 29 Jun 2005 20:22 GMT | 1 |
I'm writing to the application event log with EventLog (in VS2005 Beta 2). I don't want the link to the MS Help and Support Center to appear at the bottom of the information for my events. Does anyone know how to do this, as I want to add a link to our OWN support
|