Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

This is a known bug in 9.3 that was fixed after the release, cf issue#7973

Confirm that the "missing" file is present in C:\Windows\SysWOW64

Then open a command prompt (cmd.exe) as an administrator and type the following registration command:

regsvr32 c:\windows\syswow64\<missing-file-name.extension>

In your specific case:

regsvr32 C:\Windows\SysWOW64\MSINET.OCX

Step by step instructions with images to make sure you get through it:

1.Open cmd.exe as admin:

image description

2.Type the commands to register the DLL/OCX (the first one - dir - is optional, you can check in the File Explorer instead to ensure that the missing OCX is correctly placed atC:\Windows\SysWOW64\MSINET.OCX)

image description