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     
I'm confused by Shell(explorer.exe) is one CLR host for .net applications. If there are many winform applications running, are there...
lander
01-01-2008 08:20 PM
lander Go to last post
6 562
Hi, I am trying to declare a container and then add anonymous types to it. I want to end up with something I can use with LINQ, but the normal way...
ChrisA
01-01-2008 09:06 AM
Jon Skeet [C# MVP] Go to last post
4 59
i searched the RTM version of this great new namespace, but it's gone!? there was actually a MSDN-Mag article and i'm sure it was announced...
axel
12-31-2007 07:35 AM
Jon Skeet [C# MVP] Go to last post
1 56
I'm developing a C#/VB/Javascript compatible Test Script edit/run/ debug environment, need both a compiler and an interpreter. I looked into...
athos.jingle@gmail.com
12-31-2007 06:05 AM
athos.jingle@gmail.com Go to last post
0 50
"Mattias Sjögren" wrote: Mattias, I do indeed what to know when an assembly is used. So are you suggesting that looking for OpCode Call, Calli,...
kevin
12-26-2007 02:38 PM
Ben Voigt [C++ MVP] Go to last post
9 88
I am trying to build a workflow system for database detection that needs to perform thousands of detections in parallel. Most of the time the...
dB.
12-26-2007 02:35 PM
Ben Voigt [C++ MVP] Go to last post
6 54
Using the 2.0 framework, I'm trying to flesh out an idea that I had for a generic factory using an attribute to specify the type of concrete class...
Kyle M. Burns
12-24-2007 01:24 PM
Ben Voigt [C++ MVP] Go to last post
5 49
Could you be more specific? "a function...has a FillRow function", do you mean "uses a FillRow function" or "used by a FillFow...
Peter Ritchie [C# MVP]
12-21-2007 12:27 PM
Peter Ritchie [C# MVP] Go to last post
0 49
I'm trying to resolve an issue where my application doesn't run after obsfucation using dotfuscator. I'm looking at the IL output from dotfuscator...
AJ
12-21-2007 12:24 PM
Peter Ritchie [C# MVP] Go to last post
1 52
I have a certain assembly a.dll with a certain identity (Name, Version). Is it possible to alter the identity of the assembly without recompiling...
Vitaly Belman
12-21-2007 12:19 PM
Peter Ritchie [C# MVP] Go to last post
1 57
I hope someone out there can help me with this, because I am stuck. My problem is that I have an instance of a generic class, but I don't know ahead...
Andrew Backer
12-19-2007 06:52 AM
Patrice Go to last post
5 59
Hi... I'm digging through some old legacy code that was written originally for ..net 1.1. It's looking for some registry entries to assemble a...
Mark
12-17-2007 03:51 AM
Jeffrey Tan[MSFT] Go to last post
8 83
Michael Lalonde fought his enemy: a wild dog on an ironing board and went around killing rats with a jackhammer because his leg hurt and a...
Mike Lalonde
12-16-2007 02:23 AM
Mike Lalonde Go to last post
0 57
boop Michael Lalonde was friends with his mum after winning the lottery and almost got killed by an army of birds because his leg hurt and...
Michael Lalonde
12-14-2007 05:40 PM
Michael Lalonde Go to last post
0 55
Hi, When thinking about thread-safety I've been assuming that the following are automatically thread-safe without the need for any explicit locking...
Mike Capp
12-12-2007 12:37 PM
Mike Capp Go to last post
4 62
Thanks Mattias, I gave this another shot now and sure enough I did get it to work. Somewhere I think the problem ended up being a missing cast - I...
Rick Strahl
12-11-2007 09:12 AM
Günter Prossliner Go to last post
5 52
Hello, I have a windows service developed using .Net VS2005 which makes call to some unmanaged dll (for image processing related tasks). The service...
ramendra.kotharkar@gmail.com
12-09-2007 07:11 AM
ttc Go to last post
1 46
Hi all, I wrote a Windows Form application that hosts WebBrowser control, and I want to handle the DocumentComplete event in C# code. It works...
prowyh
12-05-2007 02:30 PM
Lou Zher Go to last post
2 47
Why not? If I use a paremeterized constructor that asks for a type that is an interface, wouldn't that work? "Mattias Sjögren"...
Scott M.
12-04-2007 12:49 PM
Ben Voigt [C++ MVP] Go to last post
21 88
Hello; I am trying to write a c# .net code where no GC un-timed memory operation. the purpose of which is to allow the code to be responsive in real...
elwolv
12-04-2007 12:47 PM
Ben Voigt [C++ MVP] Go to last post
6 59
Hello, I am trying to find good information on hosting the CLR from my native c++ program. I'm successfully using CorBindToRuntimeEx to host the CLR...
Dave Farquharson
12-03-2007 12:09 PM
Dave Farquharson Go to last post
4 47
Hi Everybody, I would appreciate it if you can give me a hand here. I want to use the two codes, below, together to do the following when the "IN"...
Allen
12-03-2007 10:59 AM
Barry Kelly Go to last post
1 57
Pour toutes vos fêtes, anniversaires, mariages, ainsi que tous événements privés. Tels séminaires, conventions... Une salle spacieuse, toute équipée...
satfever@msn.com
12-02-2007 05:19 PM
satfever@msn.com Go to last post
0 53
Given that in .NET 1.x, we could make a strongly-typed collection by creating a class that inherited from CollectionBase and implementing custom Add,...
Scott M.
11-30-2007 05:48 PM
Barry Kelly Go to last post
3 47
I'm trying to create a DynamicMethod to handle custom marshaling from a pointer in memory to managed types. I'm trying to use a DynamicMethod so...
john conwell
11-29-2007 02:19 AM
Günter Prossliner Go to last post
2 58
in .Net you can make your Enum inherit from sbyte, byte, short, ushort, int, uint, long, ulong (default is int). What I'm trying to do is determine...
john conwell
11-27-2007 01:32 PM
Jon Skeet [C# MVP] Go to last post
2 50
How to tell sql server the maximum size my temp table will grow so that it does at most 1 memory allocation?
DR
11-27-2007 02:06 AM
Günter Prossliner Go to last post
1 53
Anyone know how to generate an automatic property using CodeDom and VS2008?
Ed
11-26-2007 08:08 AM
Ed Go to last post
2 64
To attach a method to an event, we can use EventInfo.AddEventHandler. After attached, given an event's name, is it possible to retrieve all methods...
athos.jingle@gmail.com
11-23-2007 02:46 PM
Jon Skeet [C# MVP] Go to last post
3 47
Hello, I figured out that all objects based on System.Windows.Forms.UserControl are never disposed by the Compact Framework GC. This problem occours...
Armin Sczuka
11-22-2007 08:34 PM
Jeffrey Tan[MSFT] Go to last post
1 55
The error below doesn't make sense to me: Method 'Private Sub ResultCallback(Status As Boolean, cbCICSBuffer As CclECILib.CclOBuf, cbMFReason As...
Arne Garvander
11-21-2007 05:22 PM
Jon Skeet [C# MVP] Go to last post
7 58
ca y est, elle est enfin accessible à tous. Une salle de réception ou de concert pouvant acceuillir jusqu'à 250 personnes assises. Pour plus d'infos...
satfever@msn.com
11-19-2007 01:24 PM
satfever@msn.com Go to last post
0 55
I am writing an application where I obtain the IP address of the local adapter. When the user is logged in as Guest, this call fails with...
Gene Chang
11-19-2007 02:06 AM
Günter Prossliner Go to last post
2 44
Hello, I have run into a serious reentrancy problem. It appears from a stack trace that lock, WaitOne and Thread.Join do some servicing of...
jaket
11-15-2007 01:06 PM
jaket Go to last post
5 59
I have 2 GAC assemblies .Net 1.1 that I want to redirect to a newer version. Under the .net MMC for both 2.0 and 1.1 I configured the assemblies...
Derek
11-14-2007 07:23 AM
Derek Go to last post
0 52
easiest way to upload a C# class library to a SQL server 2005 and deploy as CLR function Do I have to upload the .dll and then run sql command to...
DR
11-13-2007 07:43 PM
DR Go to last post
2 52
I have my DNS setup to answer for any subdomain. I need to be able to look at the URL typed in like "joe.mysite.com" and put the subdomain in a...
CSINVA
11-12-2007 10:34 AM
Ben Voigt [C++ MVP] Go to last post
2 45
Hello, I have an assembly A that implements additional features for another assembly B and should link itself automatically into the mechanisms of...
Simon Egli
11-12-2007 10:31 AM
Ben Voigt [C++ MVP] Go to last post
3 56
CLR Shared Memory, C# DLL load How to share memory between CLR calls to the same C# dll? Is there some way to know in the C# dll when the dll is...
DR
11-08-2007 09:28 AM
Alexander Vasilevsky Go to last post
1 50
Hi All, I am new on this VC.Net platform, So please dont mind to my question. In VC++ we can use pointers very easily, but i want to know if we can...
Dipesh_Sharma
11-08-2007 09:27 AM
Ben Voigt [C++ MVP] Go to last post
4 48
The CreateProcess Win32 call will allow NULL to be passed for the CommandLine setting. When this is done, the caller can pass the application and...
Ken Varn
11-06-2007 09:37 PM
Peter Ritchie [C# MVP] Go to last post
1 45
How to debug sql 2005 on remote machine. I am administrator on both my dev machine and remote sql server machine. I get this error when i try to...
DR
11-03-2007 05:31 AM
Willy Denoyette [MVP] Go to last post
1 52
Hello Group, assume the following sample model: interface IGenericMethods { void DoSomething<T>(T obj); } class GenericMethods
Florian Fordermaier
11-01-2007 05:59 PM
Ben Voigt [C++ MVP] Go to last post
1 47
When I try to add a Class Diagram to a VB project or open one that already exists, VS 2005 crashes. Just goes away, no warning or anything. In...
Dave T
11-01-2007 05:55 PM
Ben Voigt [C++ MVP] Go to last post
2 53
Fastest way to move XML document into and back out of CLR function In SQL Server 2005 and Visual Studio 2005, what is the fastest way to pass an xml...
DR
10-31-2007 08:41 PM
DR Go to last post
0 56
How is fastest way to construct an XML node then a bunch of slow xquery modify statements? This SQL Server 2005 logic is rather slow to simply add a...
DR
10-30-2007 03:31 PM
DR Go to last post
0 56
there seems to be some overhead between SQL Server 2005 and a CLR function written in C#. Why is this? I have a simple wraper around...
DR
10-26-2007 11:24 PM
DR Go to last post
0 47
Hello, all. Can anybody point me to documentation about how can I programmaticaly (via C#) iterate through the global assembly cache on Mono? I...
ali.hodroj4@gmail.com
10-26-2007 01:34 PM
ali.hodroj4@gmail.com Go to last post
0 53
Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server is unavailable. I get this error when I try to...
DR
10-24-2007 09:38 PM
DR Go to last post
0 48
Hi everyone, I am having a problem with a user control. I have a winform roject and I built a user control for it, the project builds fine and I was...
kalamantina
10-23-2007 06:24 AM
Kevin Spencer Go to last post
1 47
Post New Thread

Display Options
Showing threads 1 to 50 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.