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

  • SEARCH
  • Home
  • 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 8460657
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T13:40:06+00:00 2026-06-10T13:40:06+00:00

I am writing a small application to test OpenNETCF library loading and have stumbled

  • 0

I am writing a small application to test OpenNETCF library loading and have stumbled upon this curious message

Unable to load DLL 'coredll.dll' : the specified module could not be found

I am using Compact Framework 3.5 on a Windows Embedded 7 Compact thin client.

The code is

using System;
using System.Linq;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

using OpenNETCF.Threading;

namespace Windows7EmbeddedTest
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender, EventArgs e)
        {

            MessageBox.Show("Starting the test");

            bool notRunning;
            NamedMutex mutex = new NamedMutex(false, "myappname", out notRunning);


            MessageBox.Show("test went well!");

        }    
    }
}

Any ideas how this could be fixed? I searched my Windows Embedded Compact 7 thin client for coredll.dll and nothing came up. My understanding is that it is an integral part of Windows CE devices. Then why can’t OpenNETCF find it on Windows Embedded Compact 7 machine? Do I need to download/install this dll manually? Register it?
If Windows Embedded Compact 7 ships with it, what would be the path to look for it?

  • 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-06-10T13:40:07+00:00Added an answer on June 10, 2026 at 1:40 pm

    Are you absolutely positive that your thin client device is running Windows Embedded Compact (Windows CE) and not Windows Embedded Standard (WES)?

    The reason I ask is because coredll.dll is a fundamental piece of the Windows CE OS. It’s the analog to the desktop’s kernel32.dll and user32.dll (plus several others) all wrapped up into one. It’s impossible to have a Windows CE OS that doesn’t contain coredll.dll.

    Normally it’s a hidden file, so it doesn’t show in Explorer unless you “show hidden files” or use something like Remote File Viewer, but the fact that the .NET loader can’t find it makes me suspect it’s not there, which in turn makes me believe you’re running WES and not CE.

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

Sidebar

Related Questions

I have a small test application I'm writing in Java to parse some JSON
I'm writing a small application in C# (.NET 4.0). I have a datagridview, each
In a small console application I'm writing to test something I need to add
I have been writing a small web application in C# .NET4.0 to try and
Writing a small application in order to demonstrate certain functionality. I have an embedded
I'm currenty writing small application for image processing. However I have a big problem
I am writing a small application to learn WPF/MVVM and I have sort of
I'm writing a small application in C# (.NET 4.0). I want to fire an
I'm writing a small application which needs to perform a common task on a
I'm writing a small application with a client and a server - the client

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.