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 / CLR / January 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Compile an assembly with a reference to an in-memory assembly31 Jan 2004 01:56 GMT4
I'm trying to compile an assembly in memory (kind of a plugin thing) that
references another assembly in memory.
Unfortunantly, the CompilerOptions object only has an argument like this:
parameters.ReferencedAssemblies.Add("System.DLL");
internal compiler error30 Jan 2004 22:41 GMT2
what is this internal compiler error? How is it generated
how to correct it?
Multi-threaded windows service on a multi-processor server30 Jan 2004 22:34 GMT2
I am developing a multi-threaded windows service in C#. It is intended
to run on a multi-processor server. Single Application domain. To the
best of my knowledge there is a direct mapping between logical CLR
(Systsem.Threading.Thread) threads and physical OS
use of volatile keyword30 Jan 2004 22:33 GMT19
i know that i should not cross-post,
but i am not sure to which group to post this question.
2 quesions about volatile:
1. i use volatile when 2 threads access the same variable
Display Exception Stack Trace30 Jan 2004 20:16 GMT4
I'm using the StackTrace class in order to display the stack trace when an
exception occurs. I also display the parameter name and type of each method
called:
   Begin Stack Trace:
CLR 8007000b error on W2K30 Jan 2004 19:17 GMT4
On some W2K SP4 machines the error CLR 8007000b occurs when my C#
application starts. After installation the app starts normally. After some
time when the app is started again, the error is displayed. From this time
on, it won't start any more. Reinstallation of the app don't solve ...
IsFamilyOrAssembly30 Jan 2004 17:16 GMT1
I note that among the properties provided by the MethodBase class is
this strange one: IsFamilyOrAssembly.  According to the description
provided in the documentation, such a member is accessible to any
derived classes or to any classes in the same assembly.  Is there an
TCP/Binary Remoting and Perf Problems30 Jan 2004 14:02 GMT2
Our deployement consists of web server (dual processor) and application
server (dual processor). The ASP.NET web application makes remoting
(Tcp/Binary) calls into a window service (our own) hosted on application
server. During our load testing, we found that there is huge gap in ...
Big assembly vs small one30 Jan 2004 08:33 GMT8
How big assembly with numerous namespaces can affect performance of the
application. I understand that the overhead is on start when the assembly is
loaded, but isn't better then constant overhead with small assemblies?
TIA
Stop the GC collection30 Jan 2004 08:19 GMT5
Is there any way how can I stop garbage collection for a period of time.
Lets say, I have a form. Before form load I pause the GC and when the form
is shown resume GC
loading assemblies without typelib28 Jan 2004 21:26 GMT4
I've been investigating hosting the CLR in our app.  However, all the
examples I have found on the Net where a CLR loads an assembly, it
requires the importing of the typelib associated with the assembly.
I would prefer a more generic way, akin to LoadLibrary vs linking with
COM+ Server Applications and GC28 Jan 2004 16:32 GMT4
All -
Running V1.1 of the framework on an MP machine and based on what I've been
reading, am I correct to suggest that the Workstation GC is what is being
used by my dllhost processes?  That the mark phase is done a separate thread
opendirectory dialog box28 Jan 2004 05:28 GMT2
Is there any opendirectory dialog box similar to the open file dialog box
My requirement is to allow the user to select a destination folder
How can I acheive this in .net?
IEExec error with framework 1.128 Jan 2004 02:02 GMT1
Hello ,
I have just rebuild an existing application with vs.net 2003.
This application is deployed following the no-touch deployment pattern
(i.e. executable sitting on a directory on a web server).
Managed Code27 Jan 2004 16:21 GMT2
I have a question  Java has a runtime, garbage collection and a JIT.  Does
Java use 'managed code'?
If not, what does the CLR offer in additoin to this?!  Is it just MS speak?
Ben
Pages: 1 2 3 4 5 December, 2003
 
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.