Hello
Looking to settle an argument here.
All the stuff I've read on using a COM object created in VB from an ASP.NET page is surrounding with
WARNING - MAKE SURE YOU PUT ON ASPCOMPAT OR IT WON'T WORK
However... I have set this up and guess what - no problems.
Now, I read this
http://msdn.microsoft.com/en-us/library/zwk9h2kb.aspx
and
http://blogs.claritycon.com/blogs/don%5Fpeterson/archive/2008/01/17/3621.aspx
Which suggests that you won't get an exception, it just won't work very well.
Could anyone give a definitive answer to what is going on?
Also, if there's any way that I could PROVE the switch between MTA and STA (through some debugger magic - even looking at the assembler!) I'd be grateful.
Cheers Duncan