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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T22:21:41+00:00 2026-05-22T22:21:41+00:00

I have a program I’m converting to a Windows Service (in C#). This program

  • 0

I have a program I’m converting to a Windows Service (in C#). This program interacts with an external DLL that has a method that returns an object. The object shows the state of another running program (whether it is running, and whether the program is logged in)

With the previous implementation, everything worked fine. The DLL call to get the object with the state variables in it worked fine. Now that I have moved that method call to the Windows Service, it returns the wrong values. The DLL method call returns the state object, but the values always show that the program is not running or logged in (when it clearly is).

I have no idea why calling this DLL method inside a Windows Service should change the variables returned.

Is there something I can do to make sure the DLL call works as intended?

I have no access to the DLL code, so the change cannot be made there.

Here’s an example:

AppStateDLL.AppStateObject stateObject = new AppStateDLL.AppStateObject();
if (!stateObject.Online || !stateObject.LoggedIn)
{
    //things are broken, because the program is always running and logged in
}

(the names are made up, but you get the idea)
If I run this code in a Windows Forms object, the stateObject has the Online and LoggedIn properties set as true, so everythings good. If I run the code from within the Windows Service, I get false returned for both variables.

And my Windows Service is set with LocalSystem access, which I believe should mean it should have no issues with permissions and such.

Thanks

  • 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-22T22:21:42+00:00Added an answer on May 22, 2026 at 10:21 pm

    I’m guessing the problem is that the service is running in a different session and thus a different desktop from the app whose status it is trying to report on.

    This DLL probably calls EnumWindow to find the app and this would fail to locate it when run from a different desktop.

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

Sidebar

Related Questions

I have a program that creates a Windows user account using the NetUserAdd() API
I have program that has a variable that should never change. However, somehow, it
I have program output that looks like this (tab delim): $ ./mycode somefile 0000000000000000000000000000000000
I have a program written in VB that has DataDynamics ActiveReports as well as
I have a program here that has an entry box and a button. I
I have a program I wrote that when it has an error, it saves
I have a program that generates a variable amount of data that it has
I have a program that spits out both standard error and standard out, and
I have a program that uses the mt19937 random number generator from boost::random. I
I have a program that spits out an Excel workbook in Excel 2003 XML

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.