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.
_______________________________________________
Ironpython-users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to