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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Adding objects to Context.Items17 May 2004 19:21 GMT1
If I add an object to HttpContext.Current.Items, does that mean it will last the duration of the page request?  If not, what controls when that object will be cleaned up
-J
Retrieving method call parameter values generical, possible ??17 May 2004 17:24 GMT3
I vould like to be able to retrieve the parametervalues pass to a method in
a generic way.
Thru reflection or StackFrame.
Is this possible ? if so how
Initially-owned mutexes and multiple XP logins?17 May 2004 14:36 GMT3
I have an application where I need to have only a single instance running on a given PC.  The way I had been making sure that there was only one was to try to create an initially-owned mutex, something like this..
1: bool created = true
2: mutex = new Mutex(true, "AgilentMsmtSrvr", ...
Type.GetType call cost17 May 2004 11:16 GMT3
Basically I am wondering how costly the call "Type.GetType()" is.
More specifically, I am wondering whether the subsequent identical calls
will incur the same amount of resource or not.
For example, let's say I have a MyClass type defined in MyAssembly.dll and I
Is is possible to mix IL code and C#/VB.NET code????17 May 2004 10:22 GMT4
I was wondering is it is possible to place in a source code file both IL
code and a higher level language (C# or VB.NET) code???
In other words in it possible to have something line inline assembly
(assembly code placed directly into C/C++ source code files) by tagging the
fatal error JS2008 when compiling a jscript.net assembly17 May 2004 09:09 GMT3
I get the following error when attempting to compile a JScript.net assembly.  The compilation error does not specify any syntax errors in the code
The error
fatal error JS2008: Error saving compiled state: The process cannot access the file because it is being used by another ...
How are .module extern references in an assembly manifest resolved (aka how are libraries used in PInvoke resolved)14 May 2004 21:24 GMT1
I'm running into a case, where I replace the library within my directory (say I
put a custom gdiplus thunk library), but my library isn't getting loaded into
the process.  Instead the actual gdiplus library is being loaded.  Under normal
circumstances writing thunk libraries for ...
StrongNameIdentityPermission does not working with WinForm14 May 2004 19:30 GMT1
I'm invoking the same Dll from Console application and WinForm application
Both signed with SrongName.
the class that I'm invoking is protected with StrongNameIdentityPermission
Demand
common language runtime not loaded14 May 2004 19:24 GMT1
I'm getting a Error: common language runtime not loaded in my Options/Projects/VC++ Build tab.  I'm currently running Framework 1.0
Anybody come across this?
Selecting the correct function using Type.GetMethod13 May 2004 17:40 GMT1
  I've the following class.
public class c{
    public f1(int one);
    public f1(ref int one);
Find parent object?13 May 2004 14:56 GMT6
Consider an class object:
Public Class DataLink
   Sub New()
       ' Is there anyway to get an pointer to the parent object here?
Methods Reflection13 May 2004 12:37 GMT2
 I need to inspect methods through reflection to discover if for a
method's parameter ref modifier was used. I noticed that in
ParameterInfo class a property isOut is available but I don't know how
to discover if a ref parameter has been defined.
exception handling in event handlers12 May 2004 06:36 GMT2
   In our organization, we made a decision to not have any unhandled
exceptions inside event handler methods. If we didn't do this, one event
handler's unhandled exceptions will stop other event handlers from getting
called. We use the same approach for both UI and non-UI ...
Statics and threading12 May 2004 06:31 GMT3
I am writing a fairly simple desktop app which will not be subject to great loads. Therefore this question is more for academic purposes!
I have implemented a class that declares only static members and functions. I use this class to control my connections. There are just 2 ...
Severe limitation for IE-hosted .NET controls (classid is truncated to 128 chars)11 May 2004 06:26 GMT1
I am using IE 6 with all patches applied on Windows Server 2003 and Windows
XP SP1.
Recently, I installed the tech preview of Visual Studio .NET 2005 and
attempted to view the IE Sourcing QuickStart sample to see if it had the
Pages: 1 2 3 4 April, 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.