Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3280084
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T19:39:53+00:00 2026-05-17T19:39:53+00:00

Unhandled Exception: System.IO.FileLoadException: Could not load file or assembl y ‘ TheLibrary , Version=1.2.3905.36284,

  • 0

Unhandled Exception: System.IO.FileLoadException: Could not load file
or assembl y ‘TheLibrary, Version=1.2.3905.36284, Culture=neutral,
PublicKeyToken=14 04827c3a8f2601′ or one of its dependencies. The
application has failed to start because its side-by-side configuration
is incorrect.
Please see the application event log for more detail.
(Exception from HRESULT: 0x800736B1) File name: ‘TheLibrary,
Version=1.2.3905.36284, Culture=neutral, PublicKe
yToken=1404827c3a8f2601′ —>
System.Runtime.InteropServices.COMException (0x800 736B1): The
application has failed to start because its side-by-side configurati
on is incorrect. Please see the application event log for more detail.
(Exceptio n from HRESULT: 0x800736B1)

When I look at the event log, I get this error.

Activation context generation failed for
“C:\project\Debug\MyLibrary.dll”. Dependent Assembly
Microsoft.VC90.DebugCRT,processorArchitecture=”x86″,publicKeyToken=”1fc8b3b9a1e18e3b”,type=”win32″,version=”9.0.21022.8″
could not be found. Please use sxstrace.exe for detailed diagnosis.

I used sxstrace to log the error and here is the result:

================= Begin Activation Context Generation. Input Parameter: Flags = 0 ProcessorArchitecture = x86 CultureFallBacks =
en-US;en ManifestPath = C:\Windows\system32\cmd.exe
AssemblyDirectory = C:\Windows\system32\ Application Config File =
—————– INFO: Parsing Manifest File C:\Windows\system32\cmd.exe. INFO: Manifest Definition Identity is
Microsoft.Windows.FileSystem.CMD,processorArchitecture=”x86″,type=”win32″,version=”5.1.0.0″.
INFO: Activation Context generation succeeded. End Activation Context
Generation.

================= Begin Activation Context Generation. Input Parameter: Flags = 0 ProcessorArchitecture = x86 CultureFallBacks =
en-US;en ManifestPath = C:\Debug\TheLibrary.dll AssemblyDirectory =
C:\Debug\ Application Config File =
—————– INFO: Parsing Manifest File C:\Debug\TheLibrary.dll. INFO: Manifest Definition Identity is (null). INFO: Reference:
Microsoft.VC90.DebugCRT,processorArchitecture=”x86″,publicKeyToken=”1fc8b3b9a1e18e3b”,type=”win32″,version=”9.0.21022.8″
INFO: Resolving reference
Microsoft.VC90.DebugCRT,processorArchitecture=”x86″,publicKeyToken=”1fc8b3b9a1e18e3b”,type=”win32″,version=”9.0.21022.8″.
INFO: Resolving reference for ProcessorArchitecture x86. INFO:
Resolving reference for culture Neutral. INFO: Applying Binding
Policy.
INFO: No publisher policy found.
INFO: No binding policy redirect found. INFO: Begin assembly probing.
INFO: Did not find the assembly in WinSxS.
INFO: Attempt to probe manifest at C:\Windows\assembly\GAC_32\Microsoft.VC90.DebugCRT\9.0.21022.8__1fc8b3b9a1e18e3b\Microsoft.VC90.DebugCRT.DLL.
INFO: Attempt to probe manifest at C:\Debug\Microsoft.VC90.DebugCRT.DLL.
INFO: Attempt to probe manifest at C:\Debug\Microsoft.VC90.DebugCRT.MANIFEST.
INFO: Attempt to probe manifest at C:\Debug\Microsoft.VC90.DebugCRT\Microsoft.VC90.DebugCRT.DLL.
INFO: Attempt to probe manifest at C:\Debug\Microsoft.VC90.DebugCRT\Microsoft.VC90.DebugCRT.MANIFEST.

INFO: Did not find manifest for culture Neutral. INFO: End assembly probing. ERROR: Cannot resolve reference
Microsoft.VC90.DebugCRT,processorArchitecture=”x86″,publicKeyToken=”1fc8b3b9a1e18e3b”,type=”win32″,version=”9.0.21022.8″.

ERROR: Activation Context generation failed. End Activation Context
Generation.

Cannot resolve reference Microsoft.VC90.DebugCRT,processorArchitecture=...

Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T19:39:54+00:00Added an answer on May 17, 2026 at 7:39 pm

    Dependent Assembly Microsoft.VC90.DebugCRT,… could not be found

    Yes, that can only be found on a machine that has Visual Studio installed. The DebugCRT is not distributable. And it doesn’t make sense to write C or C++ code and deploy the debug build for it, it is a lot slower.

    Deploy the Release build version of your DLL. And the VC++ Libraries, one of the check boxes in the Prerequisites of a Setup project.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have just discovered the nifty unhandled exception handler for cocoa-touch. Now that I
I am facing the dreaded Unhandled Exception raised by Flup. The sad part is
The program spits up one of those boxes saying an unhandled exception has occurred
It used to be that an application crash (unhandled exception) would create a mini
I currently capture MiniDumps of unhandled exceptions using SetUnhandledExceptionFilter however at times I am
I tried two ways of catching unexpected unhandled exceptions: static void Main() { AppDomain.CurrentDomain.UnhandledException
I've developed a Proof of Concept application that logs unhandled exceptions from an application
I am using Delphi TApplication.OnException Event to catch unhandled exceptions This works well but
I'm looking to log unhandled javascript exceptions. Is there an event that fires when
Is there some way to catch exceptions which are otherwise unhandled (including those thrown

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.