"André" wrote:
> Yeah, i found a solution,
>
> Thank god for Codeproject....
>
>
> Check out
>
>
http://www.codeproject.com/dotnet/nettocom.asp?df=100&forumid=14076&exp=0&select=1063791#xx1063791xx >
> "doremi1979" wrote:
>
> > I got exactly the same problem with yours, eager for a solution.
> >
> > "André" wrote:
> >
> > > Hello,
> > >
> > > I am trying to get a .net Dll to work in VB6.
> > >
> > > I have done the instructions as per
> > >
http://www.findarticles.com/p/articles/mi_zddvs/is_200504/ai_n13591391 > > > I create my Dll using ClassInterface(ClassInterfaceType.AutoDual)
> > > then i run
> > >
> > > gacutil /i dllname.dll
> > > then, regasm dllname.dll /tlb
> > >
> > > I can see the dll /tbl in vb6, but when i go to run it, i get this error:
> > > Automation error Cannot create a file when the file already exists.
> > >
> > > I've tried this with C# and VB.net. Both give me this error.
> > >
> > > Please help.
> > >
> > > Thank you,
> > >
> > > André
> > >
> > >
> > >