<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=184053501-06042006><FONT face=Arial size=2>With the switch to 
Beta5, my assembly loading is not working (again).</FONT></SPAN></DIV>
<DIV><SPAN class=184053501-06042006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=184053501-06042006><FONT face=Arial size=2>Among other modules, 
I'm using the Microsoft Office Interop modules:</FONT></SPAN></DIV>
<DIV><SPAN class=184053501-06042006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=184053501-06042006><FONT face=Arial size=2>I used to be able to 
do the following:</FONT></SPAN></DIV>
<DIV><SPAN class=184053501-06042006><FONT face=Arial size=2>import 
clr</FONT></SPAN></DIV>
<DIV><SPAN class=184053501-06042006><FONT face=Arial size=2>import 
System.Reflection<BR>clr.AddAssembly(System.Reflection.Assembly.LoadFrom('/code/dlls/Microsoft.Office.Interop.PowerPoint.dll'));<BR>clr.AddAssembly(System.Reflection.Assembly.LoadFrom('/code/dlls/office.dll));&nbsp;<BR>import 
Microsoft.Office.Interop.PowerPoint as PP<BR>import Microsoft.Office.Core as 
Core</FONT></SPAN></DIV>
<DIV><SPAN class=184053501-06042006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=184053501-06042006><FONT face=Arial size=2>now, this says, 
TypeError, bad args for method (on the AddAssembly line)</FONT></SPAN></DIV>
<DIV><SPAN class=184053501-06042006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=184053501-06042006><FONT face=Arial size=2>I've also used just 
about every combination of AddReferenceByName, PartialName, FromFile, 
LoadAssembly, etc. that I can think of.</FONT></SPAN></DIV>
<DIV><SPAN class=184053501-06042006><FONT face=Arial size=2><SPAN 
class=184053501-06042006><FONT face=Arial size=2>None of them work 
anymore...</FONT></SPAN>usually, they crap out on the 
import.</FONT></SPAN></DIV>
<DIV><SPAN class=184053501-06042006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=184053501-06042006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=184053501-06042006><FONT face=Arial size=2>What's the 
preferred/correct/possible way of doing this now?</FONT></SPAN></DIV>
<DIV><SPAN class=184053501-06042006><FONT face=Arial 
size=2>Thanks!<BR>--Steve</FONT></SPAN></DIV>
<DIV><SPAN class=184053501-06042006><FONT face=Arial size=2>&nbsp;</DIV>
<DIV><BR></DIV></FONT></SPAN></BODY></HTML>