Re: Missing Module- URGENT
- From: Stephan Rose <ker-spam-mos@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 23 Nov 2005 16:04:41 +0100
On Wed, 23 Nov 2005 02:25:03 -0800, Reuben
<Reuben@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>Hi,
>I've created a managed DirectX application in C# and on my desktop it works
>fine. However, when I run it on my laptop the following exception is thrown
>during
>Main() at the call to the constructor of the main form(Display) (the details
>are given below). If anyone can make any sense of this please let me know as
>my deadline is uncomfortably close.
>Thanks in advance,
>Reuben.
>
>------------------------------------------------------------------------------------------------
>System.IO.FileNotFoundException was unhandled
> Message="The specified module could not be found. (Exception from HRESULT:
>0x8007007E)"
> Source="Physics Simulation"
> StackTrace:
> at Physics_Simulation.Display..ctor()
> at Physics_Simulation.Display.Main() in C:\Documents and
>Settings\Reuben\My Documents\Physics Simulation\Display.cs:line 370
> 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()
Look at the call at Display.cs on line 370....
What call is that? What does it do? Track it down from there...
I dont think that any of us really can tell you much more than that...
--
Stephan
2001 Yamaha YZF-R6 <--- Stolen
.
- Follow-Ups:
- Re: Missing Module- URGENT
- From: ZMan
- Re: Missing Module- URGENT
- Prev by Date: Re: translate from C++ to C#
- Next by Date: Getting Adapter Info
- Previous by thread: Re: translate from C++ to C#
- Next by thread: Re: Missing Module- URGENT
- Index(es):
Relevant Pages
|