| Thread | Last Post | Replies |
|
| Resource File Related | 20 May 2004 16:26 GMT | 1 |
I have .NET 2003 installed on windows 2003 server. I have a resource file named as myresource.resource. I wanted to convert it into a dll file. How can I do it? Thanks for the help in advance.
|
| Inheriting Typed DataSets and DataTables | 20 May 2004 14:16 GMT | 4 |
I’m having trouble with Typed Dataset I would like to add functionality to my typed dataset at the business layer such as delete rules or editing rules by inheriting it Can I inherit the datatable? I’m having trouble because of the constructor Can I override the row change event ...
|
| Passing a Collection object to a COM+ Server application. | 20 May 2004 13:44 GMT | 1 |
From: "Naveed Anwar Kharadi" <n-anwar@corrtec.com> Subject: Passing a Collection object to a COM+ Server application. Date: Thursday, May 20, 2004 12:43 PM Hi,
|
| Event Log Setting | 20 May 2004 11:41 GMT | 3 |
How to set the event log's overwrite property from vb.net i.e, when v r writting errors in the event log continously, at one point of time the maximum size for that event log will be reached and if v try to write in to the event log it will throw an error message such as "event ...
|
| Retrieving Authenticode countersignature time | 20 May 2004 10:54 GMT | 3 |
I need to port some C++ code to .Net/c# One function we use retrieves the countersignature time from an authenticode signed dll or exe Is there a way to do this using existing .Net classes or do I have to use P/Invoke for most of it?
|
| version 1.0 and Version 1.1 issues | 20 May 2004 10:27 GMT | 7 |
I have a simple web site that was developed on an XP box with version 1.1 of .Net framework. Unfortunately I have an idiot hosting service that is only supporting v1.0. I have installed the V1.0 redistributable with the intent of running the ASPVersionSwitcher program or even
|
| AppDomain.Unload | 20 May 2004 10:10 GMT | 2 |
The AppDomain.Unload doesn't seem to be releasing a lock on a 'dll' assembly file dynamically loaded into the application domain. Why?
|
| SerializationException during Deserialization of a class | 20 May 2004 07:31 GMT | 1 |
I am serializing the following struct public struct Tan int x int y
|
| Deployment Problem | 20 May 2004 06:56 GMT | 4 |
I tried a sample application using VS .NET and created a deployment project using VS .NET. It created a setup file which I copied into 2 machine on that has VS .NET installed and another with just the Framework. I run the set up file on both the machines and it creates Virtual ...
|
| Get the public key of the calling assembly | 20 May 2004 04:52 GMT | 1 |
I want to make sure that methods calling a cryptographic assembly of mine have been written by an authorized individual. My plan is to sign assemblies with my public / private key pair (sn.exe). So I want to be able to call the GetPublicKey() method of the AssemblyName class ...
|
| Null Reference Exception Help | 20 May 2004 02:56 GMT | 1 |
All - I need some help debugging a Null Reference Exception error I keep getting when callling a specific method from a COM object reference. I need help getting started where to look to see what may be causing this
|
| Date Parsing using cmd line scripting code FOR | 19 May 2004 21:59 GMT | 3 |
I would like to copy and rename a file with the system date (Window 2000 Professional OS) as the filename by using the FOR scripting code in a batch file Here is my code copy E:\tv63_share\loncprod.prn E:\tv63_share\????????2.pr for /f "tokens=2-4 delims=/" %%a in ('DATE /T') do ...
|
| Scripting: Date parsing using FOR /f | 19 May 2004 20:01 GMT | 2 |
I would like to copy and rename a file with the system date (Window 2000 Professional OS) as the filename by using the FOR scripting code in a batch file Here is my code copy E:\tv63_share\loncprod.prn E:\tv63_share\????????2.pr for /f "tokens=2-4 delims=/" %%a in ('DATE /T') do ...
|
| Maybe faulty use of inheritance / composistion? | 19 May 2004 19:24 GMT | 2 |
Hi I have this.. class BaseUnit; ... class ResizeBorder : Shape
|
| Request all implementors of an interface | 19 May 2004 16:30 GMT | 2 |
I'm not sure this is possible, but is there an elegant way to ask for a list of objects who implement an interface? Basically what I want to do is create a top level shell that can query dlls in its directory for a certain interface. It would be kind of like a
|