Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
3answers
14k views

What does stdole.dll do?

We have a large C# (.net 2.0) app which uses our own C++ COM component and a 3rd party fingerprint scanner library also accessed via COM. We ran into an issue where in production some events from the ...
8
votes
9answers
24k views

Unable to install or run the application. The application requires stdole Version 7.0.3300.0 in the GAC

Our ClickOnce application is reporting "Unable to install or run the application. The application requires stdole Version 7.0.3300.0 in the GAC" when one user tries to run the application. It's ...
0
votes
1answer
89 views

Error Message: System Update Required

I have an application in VS2008[windows form application]. And I make publish it using Publishing feature in VS2008. [Project=>Project Properties=>Publish=>Publish Now]. When I install the publish ...