Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: MTS object context error issue resolved


Message #1 by Philip Steel <PhilipS@t...> on Mon, 2 Sep 2002 09:46:48 +0100
Hi all

For your information the error 

System.Runtime.InteropServices.COMException: There is no MTS object context

is solved by have the page attribute AspCompat="true". 

Another nifty thing I discovered is how to get round COM components that
have optional parameters: c~ expects
you to enter a value even it is an optional parameter:

1 - import the System.Reflection namespace
2 - using Missing.Value where the optional params are.

Phil


Phil Steel
Microsoft Certified Professional
TEQUILA\ Digital
82 Charing Cross Road 
LONDON WC2H 0QB 
020 7557 6228 



  Return to Index