Hi all
On a Windows 8.1 x64 machine with Visual Studio 2013 I downloaded the Outside In Viewer ActiveX - Viewer Technology 8.4.1 --> Windows ActiveX (x86-64) at http://www.oracle.com/technetwork/middleware/webcenter/content/downloads/oit-dl-otn-097435.html
Installed the OutsideX64.msi and also the vcredist_x64.exe
Then, as described on Oracle Outside In Viewer for ActiveX Developer's Guide Release 8.3.5 E12847-01 at chapter 2.1.5 Getting Started with .Net Applications, on Visual Studio 2013 I start a new windows forms application. From the toolbox I selected Choose Items, selected the COM Components tab but i didn't find the ActiveX control listed.
If i try to register the component manually I'm able to do it successfully but the control still isn't listed
If I try to run the sample code (SimpleCS, but it's same behavior with all other CS samples) from visual studio I get some wrong reference, after adjusting: If i try to open the form Simple.cs I got an error at design time "The variable 'm_MainOIX' is either undeclared or was never assigned."
If I try to run it I got the same error.
It's something like the component isn't correctly registered.
does anyone else has the same problem? Do you know if there is any working solution?
best
-g