FileNotFoundException

Burst

29-03-2010 15:59:49

undeal System.IO.FileNotFoundException
Message="Can't find 指定的模块 (Exception from HRESULT:0x8007007E)"
Source="Mogre.Demo.BSP"
StackTrace:
at Mogre.Demo.BSP.Program.Main(String[] args)
at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
InnerException:

When i try to run the samples, i come across the problem...
the version of mogre i use is 1.4.8
please help.

GantZ

29-03-2010 17:04:13

you are probably missing the ogremain.dll in the folder of your exe. check where your exe is generated, (it should be in the /bin folder in the sdk, but it could also be in the /bin folder of the sample)

Burst

30-03-2010 04:16:02

you are probably missing the ogremain.dll in the folder of your exe. check where your exe is generated, (it should be in the /bin folder in the sdk, but it could also be in the /bin folder of the sample)
It works now, thanks very much.