Re: VB component works correctly only in debug mode
From: J French (erewhon_at_nowhere.uk)
Date: 11/18/04
- Next message: Francesco Ranieri: "Re: Little\Big-Endian Single and Double values"
- Previous message: Peter: "Arrays of bytearrays"
- In reply to: jbhan: "VB component works correctly only in debug mode"
- Next in thread: jbhan: "Re: VB component works correctly only in debug mode"
- Reply: jbhan: "Re: VB component works correctly only in debug mode"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 18 Nov 2004 09:33:54 +0000 (UTC)
On Wed, 17 Nov 2004 18:20:01 -0800, "=?Utf-8?B?amJoYW4=?="
<jbhan@discussions.microsoft.com> wrote:
>Hi,
>
>I have a Vb component which internally uses an exe to create a batch file ,
>and read a key value from a file.
>
>I call the method of this component from my asp page. When I debug throught
>the asp page into the component and back I get the value generated correctly
>but when I try this by access the page normally without debugging it, the
>component is not generating the key.
>
>I am using component services to register the dll. I am at a loss why it
>works in debug mode and not other wise. Does the fact that I run an exe
>within my component have anything to do with it?
>
>any help would be great.
ChDir App.Path first thing in your App
In the IDE CurDir (the default directory) is normally not the same as
App.Path
- Next message: Francesco Ranieri: "Re: Little\Big-Endian Single and Double values"
- Previous message: Peter: "Arrays of bytearrays"
- In reply to: jbhan: "VB component works correctly only in debug mode"
- Next in thread: jbhan: "Re: VB component works correctly only in debug mode"
- Reply: jbhan: "Re: VB component works correctly only in debug mode"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|