Problem with MOgre and Visual C# Express 2008

Dgd

08-05-2008 05:27:45

Hey everyone.

I've run into a bit of a problem with using MOgre and Visual C# Express 2008. I've tried to use this tutorial (http://www.ogre3d.org/wiki/index.php/Th ... ing_a_game) but have run into a problem when trying to run the file supplied.

I get many errors cooncerning VC#E '08 not being able to find certain files.

When I run the program after a build it returns with multiple errors and warnings which say along the lines of:

The type or namespace name 'Demo' does not exist in the namespace 'Mogre' (are you missing an assembly reference?)

and

Could not resolve this reference. Could not locate the assembly "MOIS, Version=1.1.0.0, Culture=neutral, processorArchitecture=x86". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.

and

Could not resolve this reference. Could not locate the assembly "Mogre.Demo.ExampleApplication, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.

It also returned with errors saying could not locate certain references, but I was able to fix this by removing the reference and adding it again.

I'm guessing it has to do with poor setup on my behalf...but at the same time it could be because when I opened the file, I let VC#E '08 update the file. Is there something I haven't done or added to some of the configurations?

Thanks.

EDIT:
I should also mention that when I try and run the MOgre-Newton samples that come with the SDK, I also get errors when I build the solution, like...

The command "copy "C:\MOgreSDK\MogreNewtonSamples\Basics\bin\Release\MogreNewt.Demo.Basics.exe" "C:\MOgreSDK\MogreNewton-Samples\..\Mogre\ogrenew\Samples\Common\bin\Release"" exited with code 1.

and

The command "copy "C:\MOgreSDK\MogreNewtonSamples\SimpleVehicle\bin\Release\MogreNewt.Demo.SimpleVehicle.exe" "C:\MOgreSDK\MogreNewton-Samples\..\Mogre\ogrenew\Samples\Common\bin\Release"" exited with code 1.