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 i am facing problem with interop dlls that we are using for the communication to the COM PORT. we have one application that works fine with one...
Jijo
04-30-2007 04:42 PM
Vijay Go to last post
1 32
I am trying to get some direction/documentation on how to convert MSIL to C# source code - like Reflector. Is there any documentation out there on...
gangelo
04-27-2007 09:06 AM
Michael Nemtsev Go to last post
4 53
There are two classes 1) Key - contains some public variables, one method "Reset" and one event "valuesReset" which is raised by Reset method. 2)...
planet.creativa@gmail.com
04-27-2007 08:44 AM
planet.creativa@gmail.com Go to last post
0 35
Hi, I'm wondering if the GC.Collect method really collects all objects possible objects? Or is this still a "smart" process sometimes...
Ward Bekker
04-24-2007 07:00 AM
sergeyudaltsov@yahoo.com Go to last post
7 52
Hi, I have a runtime generated class (a WCF proxy) that extends a generic type. The generated code is: public class _MyTypeClient :...
Carlo Folini
04-22-2007 09:14 PM
Steven Cheng[MSFT] Go to last post
7 54
Hi Im hosting CLR in an vc6 project via: - CorBindToRuntimeEx - Start - GetDefaultDomain - Load_3 (load assambly from mem) - get_EntryPoint -...
ChristiG
04-22-2007 05:04 AM
ChristiG Go to last post
1 40
Hi all How can I make "web developer " /create a web by using C++ ? Please who can help. Thanks ==============================
WELCOME ###
04-21-2007 11:04 AM
WELCOME ### Go to last post
0 37
At our company we are currently at a decisive point to choose between managed and unmanaged code on the basis of their performance. I have read stuff...
adhingra
04-20-2007 05:15 AM
Willy Denoyette [MVP] Go to last post
11 59
I see from another post that I can run a .NET 2.0 application as 32 bit on Windows 2003 x64 by using the /platform:x86 switch. Is there a way to...
nickdu
04-19-2007 07:46 AM
Jeffrey Tan[MSFT] Go to last post
3 37
Hi all! Someone can tell me how to add a call instance <method> to my IL with Reflection.Emit()? I can add
Fabio
04-17-2007 08:29 PM
Ben Voigt Go to last post
12 61
i want a little help with parent child interaction between forms. i want them to use non - mdi forms a small example would do.
Murtaza
04-17-2007 02:41 AM
Murtaza Go to last post
0 33
Scenario: Code compiled on VS2005 When running on a machine w/o VS2005 - The application fail to load (it does load correctly on the first machine -...
Loy
04-16-2007 02:03 AM
Gaurav Khanna [MSFT] Go to last post
5 57
I was wondering if there has been any research into adding higher- order instruction to the CIL? In other words instructions that either push or pop...
Christopher Diggins
04-15-2007 04:12 PM
Barry Kelly Go to last post
8 43
Hi everybody, I need help. I want to print the current time on the screen. After research I managed to run the codes below in regular C++. ...
Allen Maki
04-15-2007 04:07 PM
Allen Maki Go to last post
0 29
Mattias , Thanks for those recomendations, I'll check them out! m
mob
04-12-2007 06:20 PM
Shawn B. Go to last post
3 42
Hi all, I'm looking for a tool to compile .net assemblies to native code to protect a product from decompilation. I already considered Remotsoft...
VBAdev
04-11-2007 04:07 AM
Michael Nemtsev Go to last post
1 34
Below is the code I am trying to use in a console application, each time I run it I get an Management error Illegal Class error. I have traced...
Henry
04-10-2007 11:19 AM
Henry Go to last post
7 42
I had the same question, but I was hoping that I could find out using DbgClr or an existing tool. Are there no such tools? Thanks "Mattias...
Laser Lu
04-06-2007 02:51 PM
Jiho Han Go to last post
2 38
Hi, I'm trying to understand what the output of !gcroot means. In this case, 12fdfcf8 is the address of an instance...
redhotsly@hotmail.com
04-04-2007 02:06 PM
redhotsly@hotmail.com Go to last post
0 65
Hey all, I need to figure out what Thread::StartupSetApartmentStateInternal does. Unfortunately, I have not found this internal call in the shared...
Nguyen, V.Y.
04-04-2007 07:32 AM
Nguyen, V.Y. Go to last post
2 28
When System.Threading.Thread object gets destroyed by GC, does GC automatically Abort this thread if IsAlive is true, i.e. thread is...
Amelyan
04-02-2007 04:14 PM
Willy Denoyette [MVP] Go to last post
14 53
Hi. I want to debug in an app written by me (not in vs) in step by step a routine copiled using the microsoft.csharp.compiler. Is there any way to do...
MoriCristian
04-02-2007 02:38 AM
Jeffrey Tan[MSFT] Go to last post
7 29
I have experienced a little bit of a slow in when a .net application runs first. But later it never happens until the system restarts. I understood...
Umeshnath
03-28-2007 03:34 AM
Günter Prossliner Go to last post
1 15
I am having this binding issue: LOG: This bind starts in default load context. LOG: No application configuration file found. LOG: Using machine...
Ali Ziad
03-27-2007 01:22 PM
Ali Ziad Go to last post
0 25
Hello everyone, I've been teaching myself IL and when compiling a very simple example I found what I believe to be redundant code generated by the...
Anthony Paul
03-27-2007 10:50 AM
Link_M Go to last post
16 76
Hello i have a dll in GAC i'm loading this dynamically at run time, with the following code assembly = Assembly.Load("DynamicDll,...
bernaba
03-27-2007 06:22 AM
Phill W. Go to last post
2 26
Hi all, my team developed an application that partly is .net and uses a win32 dll that we don't want to port to 64 bit. We compiled the .net part of...
VBAdev
03-26-2007 09:25 AM
Willy Denoyette [MVP] Go to last post
1 20
Piggyback Scam? From Network Solutions (whois on the site mentioned in the email address): Domain ID:D106558818-LROR Domain...
Cowboy \(Gregory A. Beamer\)
03-25-2007 11:01 PM
Cowboy \(Gregory A. Beamer\) Go to last post
0 18
I have a WinForms application that comprises files similar to this: a.exe b.dll c.dll The application is hosted on a Unix-based web server (case...
Rob Barnes
03-23-2007 08:33 AM
Rob Barnes Go to last post
2 31
Hi, I was looking for a CLR and T-SQL solution to calculate ISO8601 week code when I ran into a post your team has made...
Scienter
03-23-2007 02:54 AM
Jerome B. Go to last post
8 17
We have an unmanaged C++ app (VS 6.0) in which we host a CLR. It works on 99% of installations but a customer is using it in a Citrix server...
Pete Moss
03-22-2007 04:12 PM
Pete Moss Go to last post
0 18
Hi, I experience a process freeze on my MultiThreaded console application. (none of the threads are working) When the process freeze occurs, I take...
esafran
03-21-2007 08:38 AM
esafran Go to last post
11 50
I am working on a big business application (dot-NET 1.1+legacy stuff), which is deployed in "SmartClient/no-touch-deployment" model. For some time...
xenu
03-19-2007 11:23 PM
xenu Go to last post
0 17
I found this problem when I reference gotdotnet user sample Win32Security assembly in some of my VB.NET projects. The Win32Security projects are...
Edward Yang
03-19-2007 01:16 PM
Ben Voigt Go to last post
16 50
I have am currently working on a set of c# utility methods that all require a System.Type object as an input argument, either soley or along with...
Kenneth Baltrinic
03-17-2007 04:07 PM
VJ Go to last post
3 32
Hello everyone, I thought I has an excellent grasp on threading within the CLR (I've read "C# via the CLR" several times over) but I just went...
Anthony Paul
03-16-2007 03:45 PM
Anthony Paul Go to last post
6 38
I have a custom attribute that inherits from System.Attribute and itself is declared with the AttributeUsage( AttributeTargets.Class )...
Kenneth Baltrinic
03-16-2007 02:18 PM
Ben Voigt Go to last post
2 18
How can one find out the values on the call stack? I would like when an exception occurs to know the values passed to each of the functions up...
Mike King
03-16-2007 01:48 PM
Barry Kelly Go to last post
1 24
Hi Does anybody know a way to create an IL stream from source code? I am trying to create a DynamicMethod object ideally from CSharp source...
John Rivers
03-15-2007 12:28 PM
John Rivers Go to last post
5 36
I noticed the following code: _E As Generic.Dictionary(Of String, String) = New Generic.Dictionary(Of String, String) ' assume _E has 1000s of...
mpaine@htxml.com
03-15-2007 02:36 AM
Chris Nahr Go to last post
1 20
I have multiple projects that reference a dll say common.dll. Now I would like to change common.dll in a backward compatible way and drop it in to...
nilesh.shah.uk@gmail.com
03-12-2007 10:55 PM
David Browne Go to last post
4 42
I am using .NET Framework 1.1. Typically we implement a global exception handler to log any exceptions that are unexpected. One of the areas of...
Ken Varn
03-12-2007 01:13 PM
Barry Kelly Go to last post
4 32
One of the applications that my predecessors wrote which I am now forced to support is generating an error, and it seems to be coming from the...
Michael Bray
03-12-2007 04:39 AM
Laura T. Go to last post
1 24
I've been doing quite a bit these past few days with Thread Local Storage - specifically using the ThreadStatic attribute. .... but last night, I...
Chris Mullins [MVP]
03-03-2007 03:48 PM
Chris Mullins [MVP] Go to last post
5 33
I'm trying to create a tracing system for my application. I want to create a new type of Switch that is basically TraceSwitch with an extra attribute...
PhilipDaniels@foo.com
03-01-2007 09:35 AM
PhilipDaniels@foo.com Go to last post
0 34
Hi James, Thanks for your feedback. I think config file operation may require some extra permission. Can you try to add SecurityPermission to the...
James
02-26-2007 04:04 AM
Hans Go to last post
13 73
I have updated my server running OS windows 2003 on 14 Feb 2007 ... since then i am facing problem with my .net applications both web and...
YASER WAHEED
02-25-2007 09:37 PM
Peter Ritchie [C# MVP] Go to last post
1 26
My Application in Debug Mode is working fine but when i changed to release configuration the application stops responding at Show() Method. what...
varaprasad.cm@gmail.com
02-24-2007 11:35 AM
Oliver Sturm Go to last post
1 31
I'm trying to write a custom CLR host for .NET 2.0 in order to revert to the previous model of unloading the AppDomain when an unhandled exception...
AT
02-22-2007 03:33 AM
Barry Kelly Go to last post
3 45
Hi, I am experiencing something along the same lines as you did. I am unable to get the clrpolicymanager. I have tried linking mscoree.lib...
blah taco
02-21-2007 04:29 PM
blah taco Go to last post
0 46
Post New Thread

Display Options
Showing threads 151 to 200 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.