<div dir="ltr">I figured out my problem... the examples seem to not include all necessary files and eventually i just became engulfed in dll hell. storm the bin folder with the most up to date dll's seems to suffice, no matter how ugly it is. Thanks for the help guys.<br>
<br>
<div class="gmail_quote">On Mon, Aug 25, 2008 at 2:19 PM, Nelson Soto <span dir="ltr"><<a href="mailto:nellyfromma@gmail.com">nellyfromma@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div dir="ltr">If I am missing Sun's Java, will this cause this... the only evident dependency I can see missing is MSJAVA.dll and I'd rather not locate an old MSJAVA. 
<div>
<div></div>
<div class="Wj3C7c"><br><br>
<div class="gmail_quote">On Mon, Aug 25, 2008 at 12:35 PM, Nelson Soto <span dir="ltr"><<a href="mailto:nellyfromma@gmail.com" target="_blank">nellyfromma@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div dir="ltr">
<div>I didn't realize you may have been asking for the <a href="http://vb.net/" target="_blank">VB.NET</a> application project example that I have. This file contains a project that looks to me as though it would compile into a program but I receive the same errors regardless of the type of project. Here you go:</div>

<div>
<div></div>
<div>
<div><br><br> </div>
<div class="gmail_quote">On Mon, Aug 25, 2008 at 12:28 PM, Nelson Soto <span dir="ltr"><<a href="mailto:nellyfromma@gmail.com" target="_blank">nellyfromma@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div dir="ltr">
<div>When running ProcMon directly on the server as opposed to on the development machine, I am noticing it is looking in the wrong places for some files... I am pretty sure my PATH is set correctly though...</div>
<div> </div>
<div>Here is the original file I downloaded. This file contains, I assume, all the files necessary to run in its bin folder and ideally this type of setup would work for me to.</div>
<div> </div>
<div>I am starting fresh against with the same file I am sending you for the sake of making things less complicated. </div>
<div> </div>
<div>Edit: I tried to email the zip but it insists there is an executable and blocks the ability for me to send it to you. If you don't mind, I may have to send it to you from my work e-mail account: <a href="mailto:nsoto@plotplans.com" target="_blank">nsoto@plotplans.com</a>. I have renamed the file but it is a zip.<br>
</div>
<div>
<div></div>
<div>
<div class="gmail_quote">On Mon, Aug 25, 2008 at 12:09 PM, Tamas Szekeres <span dir="ltr"><<a href="mailto:szekerest@gmail.com" target="_blank">szekerest@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">If you send me your <a href="http://vb.net/" target="_blank">vb.net</a> example then I could do a test with it.<br>
<br>Best regards,<br><font color="#888888"><br>Tamas<br></font>
<div>
<div></div>
<div><br><br><br>2008/8/25 Nelson Soto <<a href="mailto:nellyfromma@gmail.com" target="_blank">nellyfromma@gmail.com</a>>:<br>> I am using the ProcMon but unfortunately when I run up to the exception, I<br>> receive nothing useful at all... nothing that clearly point to any files not<br>
> being loaded correctly. I am filtering for WebDev.WebServer.EXE because this<br>> seems to be the local <a href="http://asp.net/" target="_blank">ASP.NET</a> process that runs when I run the page. Also, I<br>> tried running ProcMon against a compiled <a href="http://vb.net/" target="_blank">vb.net</a> application and likewise am<br>
> not seeing and inidcation of what can be wrong... Should the Resul I am<br>> looking for be 'NAME NOT FOUND'.<br>><br>> I appreciate the help by the way and realize this is up to me to figure out.<br>
> Thanks for your time.<br>><br>> On Mon, Aug 25, 2008 at 11:16 AM, Tamas Szekeres <<a href="mailto:szekerest@gmail.com" target="_blank">szekerest@gmail.com</a>><br>> wrote:<br>>><br>>> 2008/8/25 Nelson Soto <<a href="mailto:nellyfromma@gmail.com" target="_blank">nellyfromma@gmail.com</a>>:<br>
>> > Tamas, I may very well be using your Mapserver vbproject as one of my<br>>> > references... at least, the Folder is labelled MapserverTestVB_Tamas...<br>>> > anyways,<br>>> ><br>>> > I've just read the supplied link and after compiling the vb project into<br>
>> > an<br>>> > exe it crashes with the same error. The way I read the information, this<br>>> > leads me to believe it isn't necessarily a rights issue.<br>>> > Also, I would beleive the demo project would have been configured<br>
>> > correctly<br>>> > if others are using it as an example. I have just downloaded dependancy<br>>> > walker but I'm sort of new to it. I opened the MapserverTestVB.exe<br>>> > program<br>
>> > from dependancy walker.<br>>> ><br>>> > It opens up shlwapi.dll and ieframe.dll's with hour glasses and the<br>>> > error<br>>> > below says:<br>>> ><br>>><br>
>> You should start by examining the unmanaged dlls, 'mapscript.dll'<br>>> would be a good candidate to choose. Since you've already copied all<br>>> of the dll-s into the same folder you should see all of the<br>
>> dependencies available.<br>>><br>>><br>>> ><br>>> > Warning: At least one module has an unresolved import due to a missing<br>>> > export function in a delay-load dependent module.<br>
>> ><br>>> > It's worth noting that whether I run a c#, <a href="http://vb.net/" target="_blank">vb.net</a>, or <a href="http://asp.net/" target="_blank">asp.net</a> project<br>>> > example, I receive the same exception in Visual Studio:<br>
>> ><br>>> >  {"Unable to load DLL 'mapscript': The specified module could not be<br>>> > found. (Exception from HRESULT: 0x8007007E)"}<br>>> ><br>>><br>>><br>
>> You should inspect the execution by using the SysInternals FileMon or<br>>> ProcMon can be downloaded from here:<br>>> <a href="http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx" target="_blank">http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx</a><br>
>><br>>> By setting up and exclude filter by excluding all of the processes<br>>> (except for yours) in the debug output would help to reduce the amount<br>>> of rows appearing in the list. (For the <a href="http://asp.net/" target="_blank">ASP.NET</a> applications your app<br>
>> is probably running under the context of the aspnet_wp.exe or w3wp.exe<br>>> depending on your platform.) Then make sure about which dll-s couldn't<br>>> be loaded at run-time.<br>>><br>>><br>
>><br>>> Best regards,<br>>><br>>> Tamas<br>><br>><br></div></div></blockquote></div><br></div></div></div></blockquote></div><br></div></div></div></blockquote></div><br></div></div></div></blockquote>
</div><br></div>