VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (646 - 648 of 16363)

Ticket Resolution Summary Owner Reporter
#5268 obsolete COM interface causes SafeArrayTypeMismatchException in .net jamie pate
Description

For unknown reasons' I can't get C# to iterate arrays using the COM interface. It always throws SafeArrayTypeMismatchException. Other people have had this problem as well. http://stackoverflow.com/questions/1126012

ie:

namespace VirtualBoxSample {
	class Program {
		static void Main(string[] args) {
			IVirtualBox vb = new VirtualBoxClass();

			foreach (IMachine machine in vb.Machines) {
				Console.WriteLine(machine.Name);
			}

			Console.ReadLine();
		}
	}
}

referencing {46137EEC-703B-4FE5-AFD4-7C9BBBBA0259}\1.3\0 lbimp

#5271 obsolete RHEL5 Yum repository incorrectly setup James Lucas
Description

The VirtualBox Yum virtualbox.repo file used the variable $releasever to select the appropriate repository location. $releasever is set to either 5Client or 5Server in Redhat Enterprise Linux 5, not the generic release value of 5

The directory layout for the RHEL repo should have symlinks created for 5Client and 5Server to 5 on the download site (http://download.virtualbox.org/virtualbox/rpm/rhel/) for it to work.

Also because the repository has not split up the repository with the base architecture (i586/x86_64) in the path the documentation should be updated on the download page to specify the architecture when installing through yum (eg, yum install VirtualBox on a 64bit machine will attempt to install the i386 version, you must specify yum install VirtualBox.x86_64 to install the 64bit version)

#5275 obsolete problems with full screen mode after upgrading to VB versions 3.0.4 and up Noel Carneiro
Description

I have used VB for some time and something very strange has happened with versions 3.0.4 to 3.0.8 regarding the use of full screen mode.

I have a notebook with screen resolution 1280x800, opensuse 11.0. My guest OS is a RH v4, which I have set to maximum screen size of 1280x800, same the the notebook.

If I run VB 3.0.2, I can resize (or use full screen mode) the guest resolution up to the notebook's resolution without any problems. With VB versions 3.0.4 amd up, the full screen mode results in a resolution with a scrollable view of only part of a desktop of some larger size. First I thought it could be due to new versions of VB additions but even after I have installed the VB additions without any errors the problem persisted.

Regards.

NCFC

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy