[Ironpython-users] IronPython, Daily Digest 11/1/2011

no_reply at codeplex.com no_reply at codeplex.com
Wed Nov 2 12:29:17 CET 2011


Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New comment] How to access public interface in .NET DLL
2. [New comment] How to access public interface in .NET DLL
3. [New comment] How to access public interface in .NET DLL
4. [Status update] How to access public interface in .NET DLL

----------------------------------------------

ISSUES

1. [New comment] How to access public interface in .NET DLL
http://ironpython.codeplex.com/workitem/31661
User slide_o_mix has commented on the issue:

"You need to do something like the following:

import clr
clr.AddReference("XFEServiceModel")
import IAssayServiceContractCallback
class MyClass(ISassayServiceContractCallback):
    pass"-----------------

2. [New comment] How to access public interface in .NET DLL
http://ironpython.codeplex.com/workitem/31661
User slide_o_mix has commented on the issue:

"I forgot to say that you can't import from the interface, it is not a module. Which is why you just need to use the bare import statement."-----------------

3. [New comment] How to access public interface in .NET DLL
http://ironpython.codeplex.com/workitem/31661
User hpweiss has commented on the issue:

"That worked.  Thank you."-----------------

4. [Status update] How to access public interface in .NET DLL
http://ironpython.codeplex.com/workitem/31661
User slide_o_mix has updated the issue:
Status has changed from Proposed to Closed with the following comment, 

"This is not a bug. Please use the IronPython mailing list for questions in the future."
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue Tracker. You can unsubscribe or change your issue notification settings on CodePlex.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20111102/db63c560/attachment.html>


More information about the Ironpython-users mailing list