Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • 1
    check the app.config, do you have some entries like supportedRuntime or requiredRuntime? Commented Sep 6, 2011 at 20:22
  • Is this a Windows-Service? If so, have you tried to install it with the 64bit version of Installutil? Commented Sep 6, 2011 at 20:23
  • This is my config: <?xml version="1.0"?> <configuration> <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup> </configuration> Commented Sep 6, 2011 at 20:25
  • This usually happens when there is an x86/x64 issue. Commented Sep 6, 2011 at 20:33
  • 1
    I checked it - everything build for x86 platform Commented Sep 6, 2011 at 20:37