[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Aw: Re: Re: Re: issue tracker plugin, ExampleAtlPlugin

From: <Christina.Kaip_at_gmx.de>
Date: Fri, 21 Mar 2014 15:36:13 +0100

I used regasm because I've got a .net com dll and I want to use the Interop.BugTraqProvider interface for the AtlExamplePlugin.dll.
My understanding is that the ExampleAtlePlugin.dll includes the TypeLibrary and the Interop.BugTraqProvider includes the .net conm interface.

> Gesendet: Freitag, 21. März 2014 um 14:54 Uhr
> Von: "Stefan Küng" <tortoisesvn_at_gmail.com>
> An: users_at_tortoisesvn.tigris.org
> Betreff: Re: Aw: Re: Re: issue tracker plugin, ExampleAtlPlugin
>
> On 21.03.2014 10:50, Christina.Kaip_at_gmx.de wrote:
> > Sorry for this, I changed the properties now.
> > So once again:
> >
> > I wanted to test the ExampleAtlPlugin which I found on http://tortoisesvn.googlecode.com/svn/trunk/contrib/issue-tracker-plugins/ExampleAtlPlugin/ for checking how to create an issue tracker for tortoisesvn.
> > After compiling successfully I tried to generate the .reg-file with regasm as desribed in http://tortoisesvn.googlecode.com/svn/trunk/contrib/issue-tracker-plugins/ExampleAtlPlugin.
> > But when I am executing regasm I get a message which says that my dll could not be loaded, because it is not a valid .NET assembly.
> >
> > Any reasons why it doesn't work?
>
>
> It can not work because it really is not a valid assembly. It's a plain
> dll which is not using the .net framework, therefore you're using the
> wrong tool: regasm is for .net assemblies only. You have to use regsvr32
> instead to register the dll.
>
> Not sure where you found any docs about using regasm for the example atl
> plugin.
>
> Stefan
>
> --
> ___
> oo // \\ "De Chelonian Mobile"
> (_,\/ \_/ \ TortoiseSVN
> \ \_/_\_/> The coolest interface to (Sub)version control
> /_/ \_\ http://tortoisesvn.net
>
> ------------------------------------------------------
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3074974
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
>

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3074976

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-03-21 15:36:22 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.