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 / July 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Rather weird issue08 Jul 2004 18:21 GMT3
I have a .exe that runs on some machines not on others.
I took one of these non-running machines and looked for differences. All assemblies appear to be there. It has both versions of the framework (including service packs) so no joy there ...
I should describe the behavior when it ...
Linker errors with long type names08 Jul 2004 14:10 GMT1
Try to build following code with /clr switch:
#pragma unmanaged
#include <windows.h>
#include "Loki/Functor.h"
Program to adjust another process's task priority whenever process starts07 Jul 2004 23:35 GMT4
I would like to find or write a program in .NET that will listen for
when a process of a specific name starts and sets the process's
task priority to 'Below Normal'.
The first job I want the program to do is to to listen for the C++
OutOfMemoryException07 Jul 2004 23:21 GMT11
I get in my application server after a couple of days
OutOfMemory-Exceptions. When the OutOfMemory-Exceptions occurs, the
process shows ca. 400 MB virtual Memory in the Task Manager.
Available are 3 GB real RAM and 5 GB virtual Memory on the maschine.
LinkDemand across AppDomains06 Jul 2004 21:57 GMT3
I've written an assembly that I want to be used only by other known
assemblies. So, I added a LinkDemand security attribute with my public
key. Everything works fine until I try to load the assembly in another
AppDomain that I create. In this case, I get a security exception.
ANN: .NET 2.0 Beta 1 - API changes06 Jul 2004 18:10 GMT1
Compatibility Considerations and Version Changes :
 http://www.gotdotnet.com/team/changeinfo/default.aspx
 Obsolete APIs in version 2.0 (beta 1) :
    http://www.gotdotnet.com/team/changeinfo/Beta1ObsData.zip
disappearing exceptions on delegates...06 Jul 2004 17:29 GMT5
hi,
i have a winforms app with a global error catcher in case i forgot to catch any exceptions directly in the code.  it works fine for exceptions that happen on the UI thread, but any exceptions that are raised on worker threads / delegates, do not get caught by the global ...
IEExec command line arguments06 Jul 2004 14:14 GMT1
I'm currently learning about Zero-touch deployment with WinForm apps, and I am trying to set up an app in Visual Studio .NET 2003 so that it will run with IEExec.exe to simulate the setup of an appropriate security environment for the application to run in
The parameters for ...
String - Counting occurences of a character in it06 Jul 2004 13:40 GMT1
Under MFC I use to do a replace and capture the number of times an item was replaced.  In the CLR I have not been able to locate a way to do the same type thing short of replacing an item with spaces then subtracting the lengths of the string to get my value.  
Is there a ...
Debugger API06 Jul 2004 00:14 GMT2
is there a debugger API for .NET.
I need to be able to read a .net assembly for analysis and when I need to
report something about it
I need to point to the line of code when the .pdb file is present.
Shared memory?02 Jul 2004 23:16 GMT2
I really don't like the speed bottleneck of SOAP. Is it possible to have
shared memory, without using networking calls, within .NET?
It seems like even though protected memory was a godsend for memory leaks
and unauthorized access type stuff, we should at least be given a leash to
System.OutOfMemoryException02 Jul 2004 13:44 GMT2
All,
Can someone tell me what causes a System.OutOfMemoryException to occur?  
We just experienced that error on one of our servers but when I termed in to check it out, there was a full 900 megs of RAM available.  The machine has 2 gig of RAM, ProcessModel memory usage % is set to ...
How to retrieve Custom Attributes from the Type01 Jul 2004 22:55 GMT5
I have a problem:
I've declared some classes and decorated them with my Custom Attributes.
(say ClassA and ClassB)
Now I have some Type member (in fact this is FieldInfo.FieldType) which is
Deployment: bin folder outside root folder?01 Jul 2004 22:01 GMT12
I would like to have the following folder structure for an asp.net website:
MasterFolder
  |---\AppRoot
  |       --- webform.aspx
Old Version of framework libraries01 Jul 2004 19:25 GMT1
I have one question
How the CLR locates an old version of Frameworks library like System version
=1.0.333
and where are store on my machine. I have made a search and I can locate the
Pages: 1 2 3 4 June, 2004
 
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.