Hi

maybe you can still use the relative path,
if you set the baseDirectory property of the exec task you're using.


with kind regards
Ruben Willems

On Wed, Sep 10, 2008 at 8:31 AM, vishy <[EMAIL PROTECTED]> wrote:

>
> lib=tl.TypeLibInfoFromFile(@"..\..\..\..\..\installer\Files
> \dummy.dll");
> It seems it was not taking the relative path.When I changed it to
> absolute path, it worked.
>
> On Sep 9, 4:44 pm, "Ruben Willems" <[EMAIL PROTECTED]> wrote:
> > Hi
> >
> > it appears to be in your GUIDHelper program at line 16,
> > what statement is there?
> >
> > with kind regards
> > Ruben Willems
> >
> > On Tue, Sep 9, 2008 at 12:36 PM, vishy <[EMAIL PROTECTED]> wrote:
> >
> > > This is what I see on the dashboard
> >
> > > Unhandled Exception: System.Runtime.InteropServices.COMException
> > > (0x80040202): Exception from HRESULT: 0x80040202
> > >   at TLI.TLIApplicationClass.TypeLibInfoFromFile(String FileName)
> > >   at GetGuid.Program.Main(String[] args) in C:\svnhome\OLPluginForCC
> > > \GUIDHelper\Program.cs:line 16
> >
> > > On Sep 9, 3:25 pm, "Ruben Willems" <[EMAIL PROTECTED]> wrote:
> > > > Hi
> >
> > > > can you give more details : the entire stacktrace
> > > > maybe there is a more meaningfull message somewhere
> >
> > > > with kind regards
> > > > Ruben Willems
> >
> > > > On Tue, Sep 9, 2008 at 12:16 PM, vishy <[EMAIL PROTECTED]>
> wrote:
> >
> > > > > Hi,
> >
> > > > > I have following scenario.I have a project(dummy.vbp) developed in
> > > > > visual basic 6.0, and we are writing tests in MBUnit in a test
> project
> > > > > which references dummy.dll.Now, every time we reduild dummy
> project,
> > > > > we need to update the GUID in the test project of the dummy
>  dll(for
> > > > > updating guid, we have written another project in dotnet). It works
> > > > > fine.
> > > > > But,now when I am trying to run the updaterGUID project after the
> > > > > dummy project has been build, I get the following exception
> > > > > System.Runtime.InteropServices.COMException (0x80040202).
> >
> > > > > What could be the reason for this?
> > > > > regards
> > > > > vishy
>

Reply via email to