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 / June 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Get Dotnet Framework version from command line29 Jun 2006 16:51 GMT4
I write a VBS script witch uses csc.exe (command line dotnet compiler),
but my problem is to detect what version of Dotnet Framework is
installed on the server to use the good repertory 1.1 or 2.0 (v1.1.4322
or v2.0.50215 ...)
OrderedDictionary - to retrieve objects in same order29 Jun 2006 16:34 GMT2
  I want to use OrderedDictionary to get my objects in same order as they
are inserted in. I also want to access the objects using a key. So my
question is whether this is the best option or there is some better
collection object than OD. The current MSDN documentation dosn't ...
Maximum Characters in Stringbuilder?29 Jun 2006 16:16 GMT2
I'm using a Stringbuilder to building dynamic HTML, and I was wondering
how long it can get before it gives up.  I won't know the length of the
HTML until it's finished building it.  I've read a few articles that
suggest setting an initial size when you instantiate it, but will that
.NET UpDown KeyPress Beep29 Jun 2006 15:28 GMT1
We are handling the KeyPress event in an UpDown control, which
determines if Enter or Escape has been pressed, then closes the dialog
with either a DialogResult.OK or DialogResult.Cancel, respectively. We
seem to be having a beep occur when this happens, at some point after
Diagnosing root cause of .NET application using nearly 500 MB memory29 Jun 2006 14:13 GMT2
We have a .NET application which is obviously using nearly 500MB memory and
we can't understand why. I created a dump for a different issue and the
server ended up creating a process shutdown dump of this size.
I have seen the DumpLargeObjectSegments command however I'm not sure ...
Selialize exceptions29 Jun 2006 07:29 GMT6
I creating a custom exception and I'm implementing the best practice with a
constructor which is needed for serialization (with Serialization Info info,
StreamingContext context).
My question is - what’s the use for serializing exceptions when working with
Getting Array Type From Type29 Jun 2006 01:33 GMT2
Currently I am doing the following to find an one dimensional array
type of a type -
Type asSingle;
Type asArray = Array.CreateInstance ( asSingle , 0 ).GetType ( );
Error with partitioned session28 Jun 2006 21:41 GMT1
Running ASP.NET2.  Every once in a while I get this error:
Unable to cast object of type 'System.Collections.DictionaryEntry' to type
'System.Web.PartitionInfo'.
  at System.Web.PartitionManager.Dispose()
Possible binding issue28 Jun 2006 21:39 GMT1
I am using reflection to create an assembly (Assembly A) and invoke a method.
Assembly A has its own config file, which is set at run time. To read this
config file I had to set some binding flags in the code, now this seems to
work fine, Assembly A can read its config file. ...
compile-time error generating custom attributes28 Jun 2006 18:59 GMT4
can I create my own compile-time attributes?
e.g. an attribute applied to a method and that will generate a compile time
error if the method has the wrong signature?
I was hinted twords 'Intellisense API' but cant seem to find it at all...
Managed to unmanaged performance28 Jun 2006 13:15 GMT1
Existing COM ATL DLL wrapping a C++ library. Interoping from a C#
application, passing a large string containng XML (5-130kb). Need to
significantly improve performance of both the interoping and the
performance of the native functions (performance critical app).
Reference of Available Metadata Attributes28 Jun 2006 12:05 GMT3
Does anybody know of a page with a good reference of the available Metadata
Attributes in .NET? Thanks.
Signature

Nathan Sokalski

NOT using the System.Threadpool in server class applications28 Jun 2006 05:51 GMT3
Quite often of late I've been asked about when to use the System Threadpool.
I finally sat down and wrote a blog detailing the issues in the ThreadPool
and why it's unsuitable for use in production grade server applications.
Any feedback on this is appriciated!
How to figure out if data is base64encoded.28 Jun 2006 03:34 GMT2
Is there some way to programatically tell if a string is base64 encoded?
Versions Needed?27 Jun 2006 23:19 GMT3
In my "Add or Remove Programs" list I have the following:
   Microsoft .NET Framework (English)
       Update         Installed on 3/16/2005
       Update         Installed on 3/18/2005
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 May, 2006
 
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.