Hello,

We have an MFC application developed on Visual Studio .NET.
When we run it on PC's who have the VS installed, we have no problems. If, however, we attempt to run it on a PC without a Visual Studio installed on it, the application crashes as soon as we attempt to open a certain dialog.

The crash message indicates the error originates in the file occmgr.cpp, line 410 - an assert on the success of new COleControlSiteOrWnd.

I tried checking all OLE* dll's are present, as well as install .net framework 1.1 and 2.0, to no avail.

Any help would be greatly appreciated.

Eran.