Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / May 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Resource File Related20 May 2004 16:26 GMT1
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 DataTables20 May 2004 14:16 GMT4
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 GMT1
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 Setting20 May 2004 11:41 GMT3
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 time20 May 2004 10:54 GMT3
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 issues20 May 2004 10:27 GMT7
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.Unload20 May 2004 10:10 GMT2
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 class20 May 2004 07:31 GMT1
I am serializing the following struct
public struct Tan
    int x
    int y
Deployment Problem20 May 2004 06:56 GMT4
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 assembly20 May 2004 04:52 GMT1
  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 Help20 May 2004 02:56 GMT1
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 FOR19 May 2004 21:59 GMT3
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 /f19 May 2004 20:01 GMT2
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 GMT2
Hi I have this..
class BaseUnit;
...
class ResizeBorder : Shape
Request all implementors of an interface19 May 2004 16:30 GMT2
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.