Get the Bing + MSN extension Breaking news from around the world Get the Bing + MSN extension

Add it now
This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use. Learn more
Skip to main content
Microsoft
Windows Dev Center
Windows Dev Center
  • Home
  • UWP apps
  • Get started
  • Design
  • Develop
  • Publish
    • API reference
    • Downloads
    • Samples
    • Support
  • Dashboard
      • Microsoft 365
      • Azure
      • Office 365
      • Dynamics 365
      • SQL
      • Windows 10
      • Windows Server
      • Enterprise Mobility + Security
      • Power BI
      • Teams
      • Visual Studio
      • Microsoft Advertising
      • AI
      • Internet of Things
      • Azure Cognitive Services
      • Quantum
      • Microsoft HoloLens
      • Mixed Reality
      • Docs
      • TechNet
      • Developer Network
      • Windows Dev Center
      • Windows IT Pro Center
      • FastTrack
      • Partner Network
      • Solution Providers
      • Partner Center
      • Cloud Hosting
      • Education
      • Financial services
      • Government
      • Health
      • Manufacturing & resources
      • Retail
      • Security
      • Licensing
      • AppSource
      • Azure Marketplace
      • Events
      • Research
    • View Sitemap
    Sign in
    Ask a question
    Quick access
    • Forums home
    • Browse forums users
    • FAQ
    Announcement: 1

    Building Development and Diagnostic Tools for .Net announcement

    • Link
      This Forum Has Been Retired
      John Boylan Saturday, December 15, 2012 1:27 AM

      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.


    RRS feed

    • Remove From My Forums

    Forums [ view all ]

    Selected forums

    Clear
    Building Development and Diagnostic Tools for .Net
    x
    Filter : All threads
    All threads
    Answered
    Unanswered
    Proposed answers
    General discussion

    No replies
    Helpful
    Has code

    All languages
    Sort : Most recent post
    • Most recent post
    • Most recent thread
    • Total votes
    • Total replies
    • large check mark
      0 Votes

      Expanding the forum's scope

      Archived Forums A-B
       > 
      Building Development and Diagnostic Tools for .Net
      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
    • large check mark
      2 Votes

      Welcome!

      Archived Forums A-B
       > 
      Building Development and Diagnostic Tools for .Net
      Welcome to the ICorDebug/MDbg forum. This forum is for discussing the CLR Debugging Services (ICorDebug) and the Managed Debugger Sample that builds on top of it. This is ...
      Sticky | 0 Replies | 23650 Views | Created by Mike Stall - MSFT - Tuesday, July 25, 2006 6:37 PM
    • large check mark
      1 Votes

      Updated DLL caused the error : (are you missing a using directive or an assembly reference?)

      Archived Forums A-B
       > 
      Building Development and Diagnostic Tools for .Net
      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
    • large check mark
      0 Votes

      IMetaDataAssemblyEmit/IMetaDataEmit - thread safety

      Archived Forums A-B
       > 
      Building Development and Diagnostic Tools for .Net
      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
    • large check mark
      0 Votes

      Server Monitoring

      Archived Forums A-B
       > 
      Building Development and Diagnostic Tools for .Net
      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
    • large check mark
      0 Votes

      64-bit instrumentation throws exception when 32-bit doesn't.

      Archived Forums A-B
       > 
      Building Development and Diagnostic Tools for .Net
      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
    • large check mark
      0 Votes

      CorProfiler::JITCompilationStarted Callback

      Archived Forums A-B
       > 
      Building Development and Diagnostic Tools for .Net
      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
    • large check mark
      0 Votes

      How do i create a Certificate.cer file

      Archived Forums A-B
       > 
      Building Development and Diagnostic Tools for .Net
      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
    • large check mark
      0 Votes

      Getting excption handler blocks from an ICorDebugFunction

      Archived Forums A-B
       > 
      Building Development and Diagnostic Tools for .Net
      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
    • large check mark
      0 Votes

      Are ModuleID, AssemblyID, ClassID or FunctionID invariant?

      Archived Forums A-B
       > 
      Building Development and Diagnostic Tools for .Net
      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
    • large check mark
      0 Votes

      Gacutil.exe Errors out w/ spaces in filepath

      Archived Forums A-B
       > 
      Building Development and Diagnostic Tools for .Net
      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
    • large check mark
      0 Votes

      Memory leak originated from mscoreei.dll

      Archived Forums A-B
       > 
      Building Development and Diagnostic Tools for .Net
      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
    • large check mark
      0 Votes

      Enterprise Library Logging Block Context Items not being logged

      Archived Forums A-B
       > 
      Building Development and Diagnostic Tools for .Net
      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
    • large check mark
      0 Votes

      PerfView 1.2.2.0 - ASP.NET provider activated but ASP.NET Tracing not installed

      Archived Forums A-B
       > 
      Building Development and Diagnostic Tools for .Net
      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
    • large check mark
      0 Votes

      How do I suppress LNK4099 warning on format.pdb

      Archived Forums A-B
       > 
      Building Development and Diagnostic Tools for .Net
      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
    • large check mark
      0 Votes

      performance counters stop working after a few minutes

      Archived Forums A-B
       > 
      Building Development and Diagnostic Tools for .Net
      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
    • large check mark
      0 Votes

      IMetaDataImport::OpenScope broken for 4.5 Executable with 32BITPREF+ ?

      Archived Forums A-B
       > 
      Building Development and Diagnostic Tools for .Net
      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
    • large check mark
      0 Votes

      Pass an ArrayList from C# to Java Application , and then return it.

      Archived Forums A-B
       > 
      Building Development and Diagnostic Tools for .Net
      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
    • large check mark
      0 Votes

      Using CertUtil to install a certificate

      Archived Forums A-B
       > 
      Building Development and Diagnostic Tools for .Net
      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
    • large check mark
      0 Votes

      Mismatch between loaded module and downloaded image from symbol server

      Archived Forums A-B
       > 
      Building Development and Diagnostic Tools for .Net
      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
    • large check mark
      0 Votes

      ICorProfiler loaded a module with a "nlp" extension.

      Archived Forums A-B
       > 
      Building Development and Diagnostic Tools for .Net
      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
    • large check mark
      0 Votes

      Code for Profiler on x64 & .NET 4 for sampling threads

      Archived Forums A-B
       > 
      Building Development and Diagnostic Tools for .Net
      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 ›
    Announcement: 1

    Building Development and Diagnostic Tools for .Net announcement

    • Link
      This Forum Has Been Retired
      John Boylan Saturday, December 15, 2012 1:27 AM

      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.


    What's new
    • Surface Pro X
    • Surface Laptop 3
    • Surface Pro 7
    • Windows 10 apps
    • Office apps
    Microsoft Store
    • Account profile
    • Download Center
    • Microsoft Store support
    • Returns
    • Order tracking
    • Store locations
    • Buy online, pick up in store
    • In-store events
    Education
    • Microsoft in education
    • Office for students
    • Office 365 for schools
    • Deals for students & parents
    • Microsoft Azure in education
    Enterprise
    • Azure
    • AppSource
    • Automotive
    • Government
    • Healthcare
    • Manufacturing
    • Financial services
    • Retail
    Developer
    • Microsoft Visual Studio
    • Windows Dev Center
    • Developer Network
    • TechNet
    • Microsoft developer program
    • Channel 9
    • Office Dev Center
    • Microsoft Garage
    Company
    • Careers
    • About Microsoft
    • Company news
    • Privacy at Microsoft
    • Investors
    • Diversity and inclusion
    • Accessibility
    • Security
    English (United States)
    • Sitemap
    • Contact Microsoft
    • Privacy & cookies
    • Terms of use
    • Trademarks
    • Safety & eco
    • About our ads
    • © Microsoft 2019
    English
    Deutsch English Español Français
    Italiano 日本語 한국어 Português
    Pусский 简体中文 繁體中文