Building Development and Diagnostic Tools for .Net announcement
-
Link
This forum has been retired. It is still available for review in the Archived Forums folder. Any future posts on this topic should be put in the Common Language Runtime Internals and Architecture forum.
-
0 Votes
Expanding the forum's scope
You might have noticed the change to the name and description of this forum. We’ve expanded its scope from debugging/mdbg to general managed-code tool development. This includes debuggers, ...Sticky | 1 Replies | 23949 Views | Created by spacewrangler - Monday, November 13, 2006 9:51 PM | Last reply by StoneCodeMonkey - Saturday, December 24, 2011 3:06 PM
-
1 Votes
Updated DLL caused the error : (are you missing a using directive or an assembly reference?)
tlbimp f:\ IndexAuto.dll That gives me ...Answered | 2 Replies | 8381 Views | Created by ZoghbyAya - Monday, December 31, 2012 7:48 AM | Last reply by ZoghbyAya - Tuesday, January 1, 2013 10:54 AM -
0 Votes
IMetaDataAssemblyEmit/IMetaDataEmit - thread safety
Are the IMetaDataAssemblyEmit/IMetaDataEmit interfaces thread safe when obtained via the ICorProfilerCallback::GetModuleMetaData(...) call? The only information I ...Answered | 2 Replies | 4737 Views | Created by Dave.Profiler - Thursday, December 13, 2012 8:21 PM | Last reply by David Broman - Thursday, December 27, 2012 2:26 PM -
0 Votes
Server Monitoring
Hi, I want to develop small application (one interface) in .Net for monitoring server like cpu/memery/processes and disk utilisation. Please guide ...Answered | 1 Replies | 5129 Views | Created by Jumbu - Friday, December 21, 2012 5:31 AM | Last reply by Mike Feng - Monday, December 24, 2012 2:27 AM -
0 Votes
64-bit instrumentation throws exception when 32-bit doesn't.
I am rewriting System.AppDomain.OnAssemblyResolveEvent to add essentially this at the start of the method: if ...Unanswered | 5 Replies | 5513 Views | Created by Micah Zoltu - Friday, December 7, 2012 11:34 PM | Last reply by Micah Zoltu - Thursday, December 20, 2012 5:40 PM -
0 Votes
CorProfiler::JITCompilationStarted Callback
Hi, Was wondering if the code written for a JITCompilationStarted callback method needs to be thread safe? Or put another way, is it possible for more than one thread from ...Answered | 2 Replies | 4250 Views | Created by Dave.Profiler - Tuesday, December 11, 2012 9:14 PM | Last reply by David Broman - Thursday, December 20, 2012 4:54 PM -
0 Votes
How do i create a Certificate.cer file
How do I create a certificate.cer file right now I use this command but i see no certificate in the store makecert -ss testCertStore -sr ...Answered | 1 Replies | 5206 Views | Created by Tryin2Bgood - Wednesday, November 28, 2012 3:26 PM | Last reply by Mike Feng - Wednesday, December 19, 2012 10:01 AM -
0 Votes
Getting excption handler blocks from an ICorDebugFunction
I'm trying to extract the exception handler records for a given function. My current plan of attack is as follows: Get the functions RVA using ...Discussion | 3 Replies | 5098 Views | Created by Brian Reichle - Sunday, November 4, 2012 12:55 PM | Last reply by Brian Reichle - Saturday, December 15, 2012 6:26 AM -
0 Votes
Are ModuleID, AssemblyID, ClassID or FunctionID invariant?
GetFunctionInfo -> ModuleID -> GetModuleInfo -> AssemblyID -> GetAssemblyInfo -> AssemblyName. That gets me the assembly name. I can then get the method name ...Answered | 4 Replies | 5002 Views | Created by Micah Zoltu - Monday, December 3, 2012 5:36 PM | Last reply by Brian Reichle - Saturday, December 15, 2012 2:40 AM -
0 Votes
Gacutil.exe Errors out w/ spaces in filepath
gacutil /i GacUtilCL.dll /r FILEPATH "C:\Documents and Settings\bmackey\My D ocuments\Visual Studio 2005\Projects\GacUtilUI\GacUtilCL\bin\Debug\" "GAC ...Answered | 6 Replies | 23760 Views | Created by P.Brian.Mackey - Monday, January 14, 2008 8:28 PM | Last reply by _Rab_ - Tuesday, December 11, 2012 5:07 PM -
0 Votes
Memory leak originated from mscoreei.dll
After moving to VS2010, we start using Platform Toolset V100 for our C++ projects, as recommended. Recently, we detected some significant memory leak, under the following ...Answered | 3 Replies | 5174 Views | Created by Silver Eagle - Tuesday, December 4, 2012 7:55 PM | Last reply by Mike Feng - Friday, December 7, 2012 5:16 AM -
0 Votes
Enterprise Library Logging Block Context Items not being logged
LogWriterImpl.Write(LogEntry)->LogWriterImpl.ProcessLog->ContextItems.ProcessContextItems) The web role is running with the default setting ...Unanswered | 2 Replies | 4777 Views | Created by k-reyn - Monday, December 3, 2012 8:31 PM | Last reply by Mark St - MSFT - Thursday, December 6, 2012 11:18 PM -
0 Votes
PerfView 1.2.2.0 - ASP.NET provider activated but ASP.NET Tracing not installed
Hi, Using the newest version of PerfView, ASP.NET Tracing is failing, however in the older version I've been using (1.0.0.0) it works fine I looked at the help ...Unanswered | 2 Replies | 6071 Views | Created by BMerluzzi - Friday, November 30, 2012 11:59 PM | Last reply by Enamul Kh-MSFT - Thursday, December 6, 2012 4:50 AM -
0 Votes
How do I suppress LNK4099 warning on format.pdb
I'm trying to fix/suppress warning messages coming from VS2010 when compiling a profiler for he CLR. The linker complains: warning LNK4099: PDB 'format.pdb' was not found with ...Answered | 2 Replies | 11687 Views | Created by RobertHenry - Friday, February 10, 2012 6:31 PM | Last reply by Micah Zoltu - Friday, November 30, 2012 8:47 PM -
0 Votes
performance counters stop working after a few minutes
I have code that periodically logs the values of a list of performance monitor some monitors work just fine the life of the software but ALL .NET CLR Memory and .NET CLR Exceptions stop ...Unanswered | 3 Replies | 5646 Views | Created by RCampbell101 - Wednesday, November 28, 2012 5:48 PM | Last reply by Joel Engineer - Thursday, November 29, 2012 10:09 AM -
0 Votes
IMetaDataImport::OpenScope broken for 4.5 Executable with 32BITPREF+ ?
IMetaDataImport -> OpenScope to read the metadata, but OpenScope fails with 0x8007000B - An attempt was made to load a program with an incorrect format (BadImageFormatException). However, setting ...Answered | 9 Replies | 5932 Views | Created by Peter Waldschmidt 2 - Thursday, November 15, 2012 10:21 PM | Last reply by Peter Waldschmidt 2 - Tuesday, November 27, 2012 12:55 PM -
0 Votes
Pass an ArrayList from C# to Java Application , and then return it.
Hi all, I have developed a program in C#, but I need some data that must be get using a Java Application based on the sample presented at: I have data ...Answered | 2 Replies | 5062 Views | Created by ZoghbyAya - Saturday, November 24, 2012 7:02 PM | Last reply by ZoghbyAya - Monday, November 26, 2012 5:10 PM -
0 Votes
Using CertUtil to install a certificate
I am trying to figure out how to write a batch file/cmd file that will store a certificate I have into the local machine, trusted people store. I have the .pfx and also the .cer. I have been looking ...Answered | 2 Replies | 10232 Views | Created by stombiztalker - Sunday, November 25, 2012 9:14 PM | Last reply by stombiztalker - Sunday, November 25, 2012 9:57 PM -
0 Votes
Mismatch between loaded module and downloaded image from symbol server
lm v m secur32 start end module name 76f50000 76f63000 secur32 ...Answered | 6 Replies | 5393 Views | Created by Greg Nagel - Wednesday, October 10, 2012 3:22 PM | Last reply by Noah Falk - MSFT - Friday, November 23, 2012 9:32 AM -
0 Votes
ICorProfiler loaded a module with a "nlp" extension.
Hi, I'm using ICorProfiler to detect modules that my process loaded and I noticed that sometimes it loads modules with a "nlp" extension. (i.e ...Answered | 7 Replies | 5605 Views | Created by Number 2 - Thursday, November 15, 2012 3:20 PM | Last reply by JDMach - Thursday, November 22, 2012 3:07 AM -
0 Votes
Code for Profiler on x64 & .NET 4 for sampling threads
I have a profiler which just works fine with 32 bit. but just does not work in 64 bit. Has anyone been able to successfully get x64 and profiler api to work properly. I have seen other threads that ...Answered | 8 Replies | 4980 Views | Created by rajmny - Sunday, October 28, 2012 6:42 AM | Last reply by David Broman - Wednesday, November 21, 2012 5:53 PM - Items 1 to 20 of 885 Next ›
Building Development and Diagnostic Tools for .Net announcement
-
Link
This forum has been retired. It is still available for review in the Archived Forums folder. Any future posts on this topic should be put in the Common Language Runtime Internals and Architecture forum.