HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (CLR) microsoft.public.dotnet.framework.clr


Discuss in the Dotnet Framework (CLR) forum.



Post New Thread
Threads in Forum : Dotnet Framework (CLR) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Hi All I have my application built with Framework1.1. 1. Will my application work in a machine where only 2.0 is present ? 2. what are the steps i...
SenthilVel
05-02-2006 01:12 AM
Huihong Go to last post
1 52
I have an html application that uses an embeded .Net user control - and has specified the startup attribute for supportedRuntime for 1.1.4322 -...
Jediah L
05-01-2006 10:50 PM
AT Go to last post
2 70
Is it possible to redistibute a .net app compiled with vs to linux without recompiling with say mon compiler? And what if I import functions from...
cody
04-30-2006 11:44 PM
hB Go to last post
2 64
Hello, Is there a way to force the ReJit of a method? One of the demos that I do in my 'Rooting the CLR' presentation is to do real time MSIL...
Dinis Cruz
04-29-2006 06:48 PM
Dinis Cruz Go to last post
5 40
I have heard of lots of flakey timer behaviors in services. In nearly all cases uses...
Greg Young [MVP]
04-28-2006 05:59 PM
Carl Daniel [VC++ MVP] Go to last post
1 23
I'm attempting debugging on a production server using sos to try and find the root cause of a NullReferenceException. I've broken to process in...
Matt Adamson
04-28-2006 12:48 AM
Matt Adamson Go to last post
0 31
Hi, ..net 1.1 -------------- Assembly called test.dll on c:\ and in gac. call Loadfrom("c:\test.dll") , always loads it from c:\ ..net...
John H
04-26-2006 07:17 AM
Laura T. Go to last post
1 34
We currently use gacutil as part of our patch process to remove all current assemblies from the GAC and then re add them back ( presumably some...
Matt Adamson
04-25-2006 04:36 AM
Matt Adamson Go to last post
0 35
I have a dll that I wrote in Visual Studio 2005 and would like to add it to one of our older apps (CLR 1.1). Can I do it? The machine has the .NET...
preport
04-24-2006 07:40 AM
Wayne Hartell Go to last post
5 37
this method on MSDN: rawAssembly An array of type byte that is a COFF-based image containing an emitted assembly. what is COFF-based image ? and...
AT
04-23-2006 01:43 AM
AT Go to last post
3 28
hi, i have an aspx page in a web project, which loads a user control dynamically. (by the way i don't have any problems using namespaces in C# web...
Tim_Mac
04-20-2006 12:45 PM
Tim_Mac Go to last post
2 46
I need a mechanism for unifying constant objects. Sort of like a generalization of String.Intern. The constants can be nested (think pure Lisp...
Ole Nielsby
04-19-2006 12:27 PM
Guffa Go to last post
1 28
In Java you can specify heap using ms mx options. My C# app is chrunring on GC and I was wondering if perhaps presizing the heap would improve...
Sam
04-19-2006 12:02 PM
Guffa Go to last post
1 36
In that case; the best option is to upgrade (and test) all the assemblies to .Net 2.0? That's lot of works..... since we can't just upgrade the 3rd...
Baron Ng
04-18-2006 12:43 AM
Baron Ng Go to last post
2 35
A: You're a fool. "The Right Perspective" <trp (AT) gmail (DOT) com> wrote
Scott M.
04-17-2006 10:02 PM
Scott M. Go to last post
0 28
can you redirect in app.config to an assembly when the public tokens are different?
AT
04-14-2006 04:24 AM
David Levine Go to last post
1 25
I have a little method that I partially lifted from CodeProject that gets a list of files from an FTP directory using System.Net.FtpWebrequest. Here...
Bill Sempf
04-12-2006 09:00 PM
Bill Sempf Go to last post
0 30
Why does a reference type occupies 8 bytes in memory? I assume that 4 bytes are needed to identify the object's type (or for the virtual table), but...
Amir Shitrit
04-09-2006 04:34 PM
Willy Denoyette [MVP] Go to last post
2 35
I and not sure if this is the correct forum to post this queston. Any ideas will be appreciated. Need to call a base windows console command...
Ken
04-09-2006 01:03 AM
Jon Shemitz Go to last post
1 39
I have a client-server application that is acting rather strangely. There are two programs, client and server. There are two builds, release and...
AT
04-06-2006 12:26 PM
AT Go to last post
0 33
On Tue, 04 Apr 2006 17:32:49 +0200, Mattias Sjögren <mattias.dont.want.spam (AT) mvps (DOT) org> wrote: Yes, you can. You can run the following...
Stu Carter
04-05-2006 06:57 AM
Stu Carter Go to last post
2 34
hi, in my app i monitor the filesystem for changes with FileSystemWatchers. When the change is detected the app performs some actions using...
SharpCoderMP
04-05-2006 04:46 AM
SharpCoderMP Go to last post
2 29
I want to get the memory-consuming,time-consuming of functions. but I can't find them in "Function Grap View", How can I get it? Also, I want to...
Napo
04-05-2006 04:33 AM
Napo Go to last post
0 38
I have a managed application compiled on .net 1.1 calling a unmanaged ACtive X control which in turn uses a managed extension C++ COM dll compiled on...
PRASENJIT BURMAN
04-04-2006 09:11 AM
PRASENJIT BURMAN Go to last post
2 26
Hello While playing with some new DotNet 2.0 features like CLR hosting I developed a utility which might be usefull for others so let me share here...
Richard
04-03-2006 01:22 PM
Richard Go to last post
0 27
Do these messages in the event log look familiar to anyone? Could they be caused by calling Thread.Abort() on a System.Threading.Thread without...
Lucvdv
04-03-2006 04:15 AM
AT Go to last post
5 52
When gc-able objects are created, this happens at increasing (or decreasing) addresses. Is the ordering of these addresses guaranteed to stay the...
Ole Nielsby
04-01-2006 02:17 PM
Jim Cheshire Go to last post
9 27
Can anyone help explain this call stack? We have written a managed code DDL that runs as an add-in for a third-party (unmanaged) server product. ...
Stephen Walch
03-31-2006 09:23 PM
Jim Cheshire Go to last post
2 37
More than a year ago, I created a Console application to perform an update of a database from a text file. I installed the application on a server...
AT
03-31-2006 01:53 PM
AT Go to last post
0 33
Hi, I'm trying to start CLR Profiler for framework 1.1, but it stay wainting forever for connection and show me the message: "Waiting for ASP.NET...
Perrone
03-31-2006 12:01 PM
Perrone Go to last post
0 25
I am not sure if this is the right group but I didn't see languages group. I have the following statement: if (e.SourceRow as string != e.TargetRow...
Jiho Han
03-30-2006 12:02 PM
Jiho Han Go to last post
2 61
I'm writing an ISAPI filter in unmanaged C++ but calls into managed C++ in the same dll. I am calling LockClrVersion (from mscoree.h) so I...
Michael Primeaux
03-30-2006 11:36 AM
Michael Primeaux Go to last post
0 36
I'm using a managed Custom Action hosting the CLR from a c++ dll using wix . That works great except when I need to use the Custom Action more than...
erickvch
03-29-2006 01:43 PM
dgutride (AT) gmail (DOT) com Go to last post
1 52
I have a bunch of files I need to put into Compressed (zipped) Folder, MyFiles.zip file, similarly to what Windows XP does when you send files...
Amelyan
03-29-2006 04:07 AM
Jon Skeet [C# MVP] Go to last post
3 34
I have created a rather complex C# windows app and during execution, if the app is left to its own devices for an hour or more, it...
AT
03-28-2006 06:33 PM
AT Go to last post
0 27
If IE load an assembly, I am wondering which version of clr IE will host? if we have both 1.1 and 2.0 at client side. Thanks
Richard Lee
03-28-2006 12:29 PM
Richard Lee Go to last post
6 33
In the following code (over-simplified, of course), the generic method calls itself recursively, quickly resulting in a...
Ed Chapel
03-28-2006 12:10 PM
Ed Chapel Go to last post
2 22
As per our requirements we have a web service which internally connects (Simple HTTP Post Request) to a remote server to initiate some work. We...
Rahul Anand
03-28-2006 07:49 AM
AT Go to last post
3 33
I was thinking of using appdomains and loading a winform assembly in each one. This would be a client application. Creating an appdomain...
John Grant
03-24-2006 06:56 PM
Naveen Go to last post
2 36
Hi, I need some info on text and xml files...... How many users can simultaneously read a text or xml file... I've a web appliaction which needs...
AVL
03-24-2006 01:16 PM
Pandurang Nayak Go to last post
1 32
I am working on a project where they want to append to a file but the data has to be in HEX. I am getting the result from a SQL query and I want to...
Shaftoe
03-24-2006 10:23 AM
cody Go to last post
1 27
My machine: Windows XP sp2 Hi, I have Vs.net 2003 with .net 1.1 sp 1 I installed also vs.net 2005 Each tool from 2003 sdk shipped with vsnet:...
Liviu Uba
03-23-2006 03:59 AM
Liviu Uba Go to last post
0 54
I am writing my own gac installer and have the following code to install the...
Frede
03-22-2006 04:39 AM
Frede Go to last post
0 37
Dear Mattias, I didn't notice that the assembly will be loaded only once. Thank you for the tip Regards -- Adam Tibi Make it simple, as simple as...
Adam Tibi
03-19-2006 05:57 PM
Adam Tibi Go to last post
1 31
I'm trying to convert a fairly large mfc program written with VC6.0 to use clr. Most of original compilier errors have been overcome. I am...
ClydeL
03-19-2006 03:04 PM
Douglas Go to last post
1 25
I know that managed c++ is faster than c# because the ilcode of a mc++ application is pre optimized. Would it then be possible to decompile a c#...
cody
03-18-2006 11:24 AM
Willy Denoyette [MVP] Go to last post
7 38
Is there a way to find the size of the entire array in .NET I tried using Marshal.SizeOf() but apprently it gives me an ArgumentException if I use a...
source
03-17-2006 04:52 PM
Willy Denoyette [MVP] Go to last post
5 23
Is there a way I can find what CPU family my application is running on? I am trying to find if the processor is a 64bit or 32bit. Is there an API...
source
03-17-2006 03:11 AM
source Go to last post
3 35
"Mattias Sjögren" wrote: Thanks Mattias. Unfortunately I think it does matter in this case. I am encountering this problem in a class library that...
Michael Brooks
03-16-2006 04:38 PM
Jon Skeet [C# MVP] Go to last post
7 30
We have run into the following issue when moving from .NET 1.1 to .NET 2.0. Any informaiton on the problem would be...
Jakov Kucan
03-16-2006 04:32 PM
Jakov Kucan Go to last post
0 48
Post New Thread

Display Options
Showing threads 501 to 550 of 2241
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.