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 wasn't sure if .clr was the best .Net group to post to... My original posting was in the powershell group. It seems the solution will require...
Marco Shaw
10-23-2006 04:17 PM
Ben Voigt Go to last post
1 24
I need to compile .NET assembly to native code. Microsoft's utility NGEN does not produce an executable file. Instead of this, it places the...
LOST
10-23-2006 10:57 AM
John Go to last post
8 34
Search Engine Cloaker is used by hundreds of top-ranked Webmasters to increase their search engine listings. How it works: Cloaker tricks the...
Mark Jones
10-20-2006 07:52 PM
Mark Jones Go to last post
0 26
Yes, I think that is a bug, i don't understand the why of the behavior... How I can report this to microsoft? This is...
Fernando Vasconcelos Mendes
10-19-2006 10:53 AM
Fernando Vasconcelos Mendes Go to last post
17 44
hi , Where can we physically see gacutil.exe for dotnet2.0 version ? i saw in my machine and its not appearing...
SenthilVel
10-12-2006 06:31 PM
Phil Wilson Go to last post
5 28
Im currently updating my dynamic comparer class (which you can read about on codeproject) but I've run into a slight problem which I hope you guys...
Johannes Hansen
10-12-2006 10:45 AM
Johannes Hansen Go to last post
7 28
Amit Dedhia wrote: Is XML writing the only reason for using ADO.NET? If yes, then it seems like tremendous overkill. It's sufficient to #import...
Alex Blekhman
10-12-2006 03:51 AM
Alex Blekhman Go to last post
0 28
Hi, I have a weird situation and I was wondering if anyone can help out. In my WinForms application, I have several UserControls which...
ewolfman
10-10-2006 01:44 PM
Ben Voigt Go to last post
9 33
Hello, I have a ASP.NET application which consists of multiple assemblies. One assembly contains some base classes say MyTypes.dll. Other...
pdabak@yahoo.com
10-10-2006 05:12 AM
SenthilVel Go to last post
3 28
I have a user control written in c# 2.0 hosted in ie6. I'm doing some async stuff with BackgroundWorker. I see that the RunWorkerCompleted method is...
Carlo Folini
10-09-2006 02:16 AM
Carlo Folini Go to last post
3 25
Actually Serge has a new edition out. http://www.amazon.com/Expert-NET-2-0-IL-Assembler/dp/1590596463 Cheers, Greg Young MVP -...
David Bellot
10-08-2006 02:09 PM
Greg Young Go to last post
3 40
Before I write this utility myself - I thought someone must have written such things - so why inventing the wheel? Problem: Memory leak in large...
Loy
10-08-2006 04:33 AM
Loy Go to last post
5 21
hi, just getting Vista up and running now for some dev testing, seems great so far. i have an app that uses MD5 hashing on the passwords. when i run...
Tim_Mac
10-07-2006 05:48 PM
Tim_Mac Go to last post
7 27
Does anyone know how to access settings in a DLL's config file? Say you have a DLL that stores some connection string information in it's config...
MD
10-05-2006 04:26 PM
Ben Voigt Go to last post
12 55
Hi, all How can I get all loaded assemblies? include "static refrenceed" and "Assembly.LoadFrom method".
cok119
10-04-2006 04:35 AM
cok119 Go to last post
2 32
Hi all, I am migrating a Windows Form application from .Net 1.1 to 2.0. I try to use BackgroundWorker object to handle a very lengthy process. I have...
Hardy Wang
10-03-2006 09:36 AM
Hardy Wang Go to last post
4 31
Our application environment consists of three basic layers: 1. Third-party unmanaged DLLs that were written before the CLR was invented and maintain...
Stephen Walch
10-03-2006 12:45 AM
Steven Cheng[MSFT] Go to last post
1 22
Hello, I want to create a website in IIS which has its ApplicationPath or Virtual Directory from a network share. Its a ASP.Net 2.0 website. I've...
Navnit
09-29-2006 03:01 PM
Navnit Go to last post
2 19
JIT debugging - How to get the managed exception details? Problem: managed application is crashing on startup with unhandled exception - need to...
Loy
09-28-2006 07:47 AM
Loy Go to last post
2 31
I have an unmanaged application that hosts the CLR. This application could reside on a machine that has a security policy which prevents...
Jonathan Chambers
09-26-2006 09:49 AM
Jonathan Chambers Go to last post
0 20
Hi All, I don't know in which group my question needs to be posted so here i go: I know that the socket 'begin...' methods uses the threadpool to...
Richard
09-25-2006 04:08 PM
Chris Mullins Go to last post
6 24
I'm having a problem trying to override IDisposable.Dispose() in a C# class that inherits a C++/CLI class that implements Dispose(). The compiler...
John
09-25-2006 11:27 AM
Ben Voigt Go to last post
1 26
Hello All, Can anyone here suggest me a solution to solve my follwoing problem? 1) I got a .aspx page and on that page i got a combo box and a...
Jack
09-24-2006 04:29 AM
Jack Go to last post
0 23
I am a little stuck. An application that I am maintaining loads plug-ins but only uses the default app domain and thus cannot unload them. That's...
MD
09-23-2006 05:21 AM
David Levine Go to last post
1 30
I really want to see what machine code the JITter is producing for an undebugged release build. I've discovered that I can call a breakpoint opcode...
John
09-21-2006 04:53 AM
Barry Kelly Go to last post
2 21
I have here a little sample which does reflection on a class. I striked me that 1.1 is nearly two times faster. Could me somebody give a hint...
Eric
09-21-2006 04:23 AM
Jeffrey Tan[MSFT] Go to last post
16 53
I am using dynamic web service proxy to access web service, and it works good if no soapheader is used in the web service. But if I declare...
bill white
09-21-2006 12:06 AM
bill white Go to last post
0 23
Does anyone know why this line of code returns null and not an instance of Type? Type.GetType("System.Drawing.PointF")
Paul
09-18-2006 04:06 PM
Jon Shemitz Go to last post
1 17
Hi , just for confirmation : A.dll is strongly named and is available in my project bin directory . it's also installed in GAC , so where will...
Mrinal
09-18-2006 09:14 AM
Mrinal Go to last post
0 25
When compiling an aspx file, the following line: CssClass="listingTypesText" runat=server...
Doug Kent
09-17-2006 11:47 AM
Doug Kent Go to last post
0 25
Anyone know what this option does? When I initially read the doc I thought I could use this option to have adplus lanuch the app I want to monitor...
Jrax
09-15-2006 10:14 AM
Jrax Go to last post
0 24
I have a AppDomain ID, how do I get the instance of the AppDomain Object? Please advice. Thanks in advance. John
John
09-14-2006 06:00 PM
John Go to last post
12 31
Hi All I have problems when i convert my 1.1 ASPX web application to 2.0 using VS2005. My web application gets compiled fine in CLR1.1 and there is...
SenthilVel
09-14-2006 09:52 AM
SenthilVel Go to last post
0 18
I have a C# Windows Service (1.1 Framework) that uses System.Diagnostic.Process to kick off and wait for an external process to finish. My problem:...
cliff.sockman@earthlink.net
09-13-2006 01:15 PM
cliff.sockman@earthlink.net Go to last post
0 27
I have an asp.net project in VS2003, when this project is converted to 2005 and compiled an error message saying some aspx pages not found. But I...
Balaji Narayanan
09-13-2006 11:15 AM
Balaji Narayanan Go to last post
0 26
I load an assembly with the following code: Assembly assemblyContent = Assembly.LoadFrom("http://www.mysite.com"); Everything works fine, but if...
Mayo
09-13-2006 09:25 AM
Mayo Go to last post
0 18
Guys, We have an error thrown below 1) Exception Information ********************************************* Exception Type:...
Matt Adamson
09-13-2006 06:59 AM
Matt Adamson Go to last post
3 18
..NET Runtime version 2.0.50727.42 - CLR 2.0 does not support profilers written for CLR 1.x For more information, see Help and Support Center...
Matt Adamson
09-13-2006 04:50 AM
Matt Adamson Go to last post
0 25
Is there a means of hooking events from the CLR that fire before and after any member of a class is accessed/invoked within a particular assembly? I...
MD
09-12-2006 06:01 PM
Jay B. Harlow [MVP - Outlook] Go to last post
2 21
My team has been struggling with an issue involving assemblies dynamically loaded into separate app domains in the context of an .Net extension...
andrew.miadowicz@gmail.com
09-12-2006 05:43 PM
ObsessivelyCurious Go to last post
3 21
Hi All, My application was working fine and giving me proper trace messages, but now all of sudden it started showing expcetion as "Object reference...
Aryan
09-09-2006 04:39 AM
Aryan Go to last post
0 19
Hi, I'm confused about when symbols are needed when using adplus. I cant tell from documentation if symbols (os and app) are needed when adplus...
Jrax
09-09-2006 12:16 AM
Greg Young Go to last post
1 24
Hello, We have a global error handler in our .NET 2.0 Framework application and I am wondering if there is a possiblity that an error message...
John K
09-08-2006 09:37 AM
Greg Young Go to last post
11 32
Hi All I am in the process of converting my 1.1 written CLR to 2.0 CLR in vs2005. In this process i am meeting all the abosolete and the warnings...
SenthilVel
09-07-2006 04:15 AM
SenthilVel Go to last post
0 22
Hey all, so I've noticed that when I load assemblies dynamically in my own custom ResolveEventHandler that their Modules do not get returned when I...
illegal.prime@gmail.com
09-06-2006 05:01 PM
illegal.prime@gmail.com Go to last post
1 26
Hello, I'm porting some existing C++ code to VS2005 C++/CLI. When I compile the following code with "No CLR support" it behaves as expected (1 + 2 =...
Richard B68
09-06-2006 02:55 AM
Richard B68 Go to last post
6 30
I have a scene graph where geometry nodes contain references to shared geometry data. Imagine a graph where there's several instances of a barrel;...
John
09-02-2006 11:10 AM
Jon Shemitz Go to last post
4 34
I can't get source code file name and line number information using !clrstack in the .Net 2.0 version of SOS. Is this a regression from the 1.1...
Dave-Splat
09-01-2006 01:48 PM
Greg Young Go to last post
1 19
I'll try to keep my explanation as simple as I can but leave in the relevant details. We're developing in c#. Our main application can dynamically...
Roger Miller
08-31-2006 12:30 PM
Roger Miller Go to last post
1 22
Is there a way to find out how many threads are being used in the .net thread pool and how many functions are waiting for a free thread?
soundman32
08-31-2006 10:27 AM
Marcus Heege Go to last post
2 16
Post New Thread

Display Options
Showing threads 301 to 350 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.