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 3240582
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T18:06:07+00:00 2026-05-17T18:06:07+00:00

I apologize in advance if this is really a Super User question… I just

  • 0

I apologize in advance if this is really a Super User question… I just wasn’t sure, but this seems more on the dev. side than on the tech support side. 🙂

This isn’t necessarily a problem, but it does actually drive me totally bonkers on my system. It also only happens on my computer.

When I launch any application, even a blank WPF application, I see four exceptions:

A first chance exception of type ‘System.IO.DirectoryNotFoundException’ occurred in PresentationCore.dll
A first chance exception of type ‘System.ArgumentException’ occurred in mscorlib.dll
A first chance exception of type ‘System.ArgumentException’ occurred in mscorlib.dll
A first chance exception of type ‘System.InvalidOperationException’ occurred in PresentationCore.dll

To figure out where these are coming from, I then set VS2008 to break on any thrown CLR exceptions, and here is the information:

Exception #1:
Cannot find a part of the path ‘D:\Dell\Reader2.0\SPLASH.SYS\fonts\AscenderUni.ttf’.

Exception #2:
Culture name ‘ug’ is not supported.
Parameter name: name

Exception #3:
Culture name ‘ug’ is not supported.
Parameter name: name

Exception #4:
There is no registered CultureInfo with the IetfLanguageTag ‘ug’.

I’ve poked through Process Monitor and Process Explorer. Process Monitor shows that my application is doing a RegQueryValue, which I’m certainly not responsible for… but some DLL (presumably from Dell crapware) is getting loaded by my process and is reading this regkey. I then looked at Process Explorer, hoping to see which DLLs my application is loading, but can’t find that info. I then tried PrcView and saw the modules my application was loading.

I was surprised to see how many other modules were getting loaded, but I didn’t see anything Dell related. I’m also wondering how it is possible that a Norton Internet Security DLL got loaded into my process, but I assume that’s intended and something special that Norton does to ensure that a process is safe to execute.

What else can I do to identify and remove where these exceptions are coming from?

UPDATE

Not sure if it’s confusing what I’m getting at here. This exception is raised in a DLL that my application loads for some reason (I don’t reference anything Dell-related from my project). I’ve now uninstalled that app, and I still get the stupid exceptions. It’s all technically fine because the exception is handled somewhere, presumably within that DLL, but I’m just annoyed because four extra messages (actually 8, since I have to close two dialogs per exception) pop up when I run my application. Call me lazy, but I never asked this damn DLL to load in the first place. 🙂

Perhaps now it’s time to use msconfig to start disabling some Dell services. I’ll play with that later when I actually have free time.

  • 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-17T18:06:07+00:00Added an answer on May 17, 2026 at 6:06 pm

    No file corruption. As I’ve been trying to hunt this one down for a while, I figured out what happened. Somewhere along the way, a font was installed with Uighur culture, which is, apparently a Turkish/Chinese culture (as best as I can tell), and their CultureInfo tag? “ug”. When the fonts were cached, the system was attempting to load the Uighur culture. Sadly, my installation of Windows seems to be conspicuously missing this culture in Windows. Knowing that I won’t be using the culture on my machine anytime soon, I followed the directions on MSDN to create and install a new culture.

    Though the error won’t hurt anything major. It is just a first chance exception, after all, it was annoying the crap out of me. So here’s what I did.

    1. Create a new console app.
    2. Add a reference to sysglobal.
    3. Add the following code:

          var culture = new CultureAndRegionInfoBuilder("ug", CultureAndRegionModifiers.None);
          var ci = new CultureInfo("en-US");
          var ri = new RegionInfo("US");
          culture.LoadDataFromCultureInfo(ci);
          culture.LoadDataFromRegionInfo(ri);
          culture.Register();
      
    4. Build.

    5. From Windows Explorer (you need admin privileges to do this), run the compiled executable as administrator.

    If all goes well, there should now be a file in C:\windows\Globalization called “ug.nlp”.

    You shouldn’t receive that message again.

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

Sidebar

Related Questions

I apologize in advance if this question seems remedial. Which would be considered more
I apologize in advance for the long-winded question but I wanted to make sure
Let me apologize in advance for the simplicity of this question (I heard Jeff's
I'm sure this has already been asked and answered so I apologize in advance
Apologies in advance for the long-winded question. I'm really a database programmer, but have
I apologise in advance if this question isn't very specific. Would it be possible
I apologize for asking such a generalized question, but it's something that can prove
Greetings, Apologies in advance that I have not researched this toughly enough to answer
I apologize in advance for the long post... I used to be able to
I'm a complete Flex noob, so I apologize in advance if I'm missing something

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.