Changes between Initial Version and Version 2 of Ticket #14690
- Timestamp:
- Nov 9, 2015 2:30:05 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14690 – Description
initial v2 1 1 I'm using the Virtualbox 5.0.7 testbuild 103261 version and I'm facing the following problem when I start the program: 2 3 4 2 {{{ 3 Callee RC: REGDB_E_CLASSNOTREG (0x80040154) 4 }}} 5 5 I've been looking about a solution because this seems like a "known issue" but when I try the steps: 6 7 Open a standard command line ( Run > cmd ) 8 Run: cd C:\Program Files\Oracle\VirtualBox 9 Run: VBoxSVC /ReRegServer 10 Run: regsvr32 VBoxC.dll 6 * Open a standard command line (Run > cmd) 7 * Run: {{{cd C:\Program Files\Oracle\!VirtualBox}}} 8 * Run: {{{VBoxSVC /ReRegServer}}} 9 * Run: {{{regsvr32 VBoxC.dll}}} 11 10 12 11 When I try to do the VBoxSVC /ReRegServer I get the following error: 13 12 14 The system cannot find the file C:\Program Files\Oracle\ VirtualBox\VBoxSVC.exe13 The system cannot find the file C:\Program Files\Oracle\!VirtualBox\VBoxSVC.exe 15 14 16 15 but the file exists in that location but nothing happends, I don't know why.