[IronPython] Intellisense with imported dlls

Raghavendra Chandrashekara raghavendra.chandrashekara at gmail.com
Fri May 13 03:06:11 CEST 2011


Hi Bill,

Thanks for the tip. This is what I'm doing for now.

Raj

On 2011-05-12, at 4:05 AM, "Bill Dines" <wdines at longview.com> wrote:

> Hi Raj,
> 
> You could try adding the .dlls to the GAC.  I think this works with
> PTVS, but not sure if it works with the tools bundled with IP 2.7.  If
> you are using the bundled tools it sounds like you should probably
> consider changing to PTVS anyway.  FYI, I have added a feature request
> for PTVS for "add reference" to custom dlls when creating Silverlight
> python projects.  It may be that work also needs to be done with .NET
> projects too.  See here: http://pytools.codeplex.com/workitem/148.  
> 
> Bill
> 
> 
> Message: 8
> Date: Wed, 11 May 2011 19:49:46 -0400
> From: Raghavendra Chandrashekara
>    <raghavendra.chandrashekara at gmail.com>
> To: Discussion of IronPython <users at lists.ironpython.com>
> Subject: [IronPython] Intellisense with imported dlls
> Message-ID: <BANLkTi=KM=fq1D6EzKCW97Pf1_ffCKQepQ at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Hi All,
> 
> I added a couple of custom .NET dlls using the clr.AddReference() method
> in
> my program and I was expecting IronPython Tools for Visual Studio to be
> able
> to parse the imported dlls and provide intellisense for the imported
> classes. However I don't see any imported methods when I press either
> Ctrl +
> Space or the '.' key after a class object. Is there something extra I
> need
> to do?
> 
> Thanks,
> 
> Raj
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/
> 20110511/284b42e2/attachment.htm>
> 
> ------------------------------
> 
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> 
> 
> End of Users Digest, Vol 82, Issue 8
> ************************************
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list