DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
Current group : microsoft.public.dotnet.framework.clr     759 threads
page nr.:    1   



loading referenced assemblies from a stream or bytes   (3 messages)   Date: Wed, 22 Aug 2007 01:58:09 -0400
I want to be able to read then dynamically load a main and dependent assemblies from encrypted sources. I can get the load the first one into memory by using assembly.load from bytes. Is there a way to do this for the ...

new with clr project   (1 messages)   Date: Wed, 15 Aug 2007 22:37:34 -0600
Hi.. I have Visual Studio Standard edition and I wish to develpment a CLR store procedure but I don't find the database project template. Is possible to make a CLR Store Procedure in VS Standard Ed. or not? if is possible ...

Mutliple calls to Assembly.Load()   (2 messages)   Date: Wed, 15 Aug 2007 03:34:00 -0700
Hi I was wandering if anyone knows what the effect of calling Assembly.Load() mutiple times for the same assembly will be in regard to loading the assembly into the AppDomain. I know that once it has been loaded, it ...

.NET Framework 3.5 -- What version of the CLR is used?   (3 messages)   Date: Mon, 13 Aug 2007 06:00:02 -0700
This is probably a very basic question, but I cannot seem to find any Microsoft documentation regarding the answer. Is there a new version of the CLR for .NET Framework 3.5? If not, is the 2.0 CLR being modified by the ...

System.Data.OleDb.OleDbException   (1 messages)   Date: Fri, 10 Aug 2007 16:54:42 -0500
Any idea why I got like this error? ============= myConnection.Open() {System.Data.OleDb.OleDbException} System.Runtime.InteropServices.ExternalException: {System.Data.OleDb.OleDbException} ErrorCode: -2147467259 ...

Using managed code in unmanaged app   (5 messages)   Date: Wed, 8 Aug 2007 17:51:18 -0400
Hello, I am interested in calling managed code from an unmanaged app. I have been able to do it using a C++ wrapper to call in to a C# dll using ExecuteInDefaultAppDomain(). That is a pretty restrictive method, though ...

source file and line numbers for mdMethodDef   (5 messages)   Date: Wed, 08 Aug 2007 05:37:54 -0700
Hi, I have mdMethodDef and IMetaDataImport. I can use to to figure out the name and class of the method using GetMethodProps. How do I find the source-file and line number that this method is defined,? I do have the ...

CLR memory usage takes a dive and won't get up.   (1 messages)   Date: Wed, 1 Aug 2007 05:02:04 -0700
I have this strange problem with the CLR memory usage. Now I have 2 .NET applications where the CLR at least wants a lot of memory, they actually do about the same thing so with the same load they both should need the ...

ICLRRuntimeHost->ExecuteInDefaultAppDomain from Memory NOT from File??   (1 messages)   Date: Wed, 1 Aug 2007 09:20:50 +0200
Hi i wanted to ask if somebody can tell me a method or a concept to load up an assembly similar like with ICLRRuntimeHost->ExecuteInDefaultAppDomain but instead from a file on disk from a memory (byte array for example ...

Love Taboo Forum Now Open to the Public! 5% Off   (1 messages)   Date: Mon, 30 Jul 2007 17:40:38 -0700
Hi Folks, Is anyone sick of the junk bb's online? I found a new bb that is amazing to say the least. They have all kinds of adult topics that you can post to once you register. They give you all kinds of posting options ...

Get Paid cash - no startup costs -earn right away   (1 messages)   Date: Mon, 30 Jul 2007 19:27:40 -0400
That's right, This is so easy that anyone with a pc who is online can start making money immediately with no start up costs. I made $35.00 within 30 minutes of signing up, which is also free. Good luck with it, hope it ...

weak referance   (2 messages)   Date: Mon, 30 Jul 2007 02:54:02 -0700
what is the advantage of weaf referace? basically CLR allocate the memory from short/long weak referance table base and the memory will be collected by the garbage by its rule when the object is in no longer in reachable ...

Accessing base class method using derived class object   (1 messages)   Date: Thu, 26 Jul 2007 05:04:12 -0700
#include<iostream> using namespace std; class A { public: void display() { cout<<"A display"<<endl; } }; class B : public A { public: void display() { cout<<" B display "<<endl; } }; int main( ...

Accessing base class method using derived class object   (3 messages)   Date: Thu, 26 Jul 2007 04:54:38 -0700
#include<iostream> using namespace std; class A { public: void display() { cout<<"A display"<<endl; } }; class B : public A { public: void display() { cout<<" B display "<<endl; } }; int main( ...

System.Windows.Forms.Control based classes are not collected in CF   (1 messages)   Date: Wed, 25 Jul 2007 22:22:01 -0700
Hello, I'm not able to figure out how to collect/ dispose classes based on System.Windows.Forms.Control. Under Windows CE the memory will fill up until i get an out of memory exception. On my PC everything works fine ...

IsolatedStorage limited to 260 characters (MAX_PATH).   (1 messages)   Date: Wed, 25 Jul 2007 14:10:04 -0700
I am having a problem with a deployed application that is throwing a System.IO.PathTooLongException when using IsolatedStorage to read / write files. I found the following post in the discussion group but the link does ...

converting MSIL to Native code   (4 messages)   Date: Wed, 25 Jul 2007 06:26:01 -0700
while performing JIT compialtion, The MSIL code will be converted to native code but how the native code will modify the assembly? is that exe/dll size will be increased while converting the MSIl code to native code? could ...

What is DLR   (2 messages)   Date: Tue, 24 Jul 2007 11:27:46 -0700
Hi, while surfing i got some blog about IronRuby from where i get to know about DLR. I started reading it from http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx But i am confuse about ...

Web based timesheet application   (6 messages)   Date: Sat, 21 Jul 2007 20:08:33 +0500
http://www.livetecs.com TimeLive Web Collaboration Suite is an integrated suite that allows you to manage project life cycle including tasks, issues, bugs, timesheet, expense, attendance. TimeLive is available in two ...

Read and write to Console or a file   (3 messages)   Date: Fri, 20 Jul 2007 16:19:40 -0700
How come line 1 will output garbage to the screen, but line 2 will output a good number to a file? How can I make line 1 out put a good number to the screen String* dayStr = System::DateTime::Now.ToString("dd" ...


page nr.:    1   
Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us