I have automated my whole framework in Ironpython and it's working pretty good and stable.
Recently, my company has implemented Drag and Drop functionality to automate. I found one Dll( 'Microsoft.VisualStudio.TestTools.UITesting.dll') which has class mouse and that class has method called mouse.startdragging() and mouse.stopdragging(). But unfortunately, I am unable to add the reference of this Dll. I am getting following error " clr.AddReference("Microsoft.VisualStudio.TestTools.UITesting") System.IO.FileNotFoundException: Unable to find assembly 'Microsoft.VisualStudio.TestTools.UITesting'. at Python.Runtime.CLRModule.AddReference(String name) in C:\Users\Barton\Documents\Visual Studio 2008\Projects\PySharp\trunk\pythonnet\src\runtime\moduleobject.cs:line 375 " I would truly appreciate if anyone can help me, I am middle of my project
_______________________________________________ Ironpython-users mailing list Ironpython-users@python.org http://mail.python.org/mailman/listinfo/ironpython-users