Re: VB component works correctly only in debug mode
From: jbhan (jbhan_at_discussions.microsoft.com)
Date: 11/22/04
- Next message: Rick Rothstein: "Re: help on text box"
- Previous message: Rick Rothstein: "Re: help on text box"
- In reply to: J French: "Re: VB component works correctly only in debug mode"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 22 Nov 2004 12:21:03 -0800
Could you please explain more?
"J French" wrote:
> 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: Rick Rothstein: "Re: help on text box"
- Previous message: Rick Rothstein: "Re: help on text box"
- In reply to: J French: "Re: VB component works correctly only in debug mode"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|