![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#11
| |||
| |||
|
|
Hi Mark, Thanks for the updated information. Honestly I don't have further ideas on what might be wrong without getting a reproducible project and debugging it. If it's ok and the C# project isn't very big or dependent on other projects, maybe you could send me the project for further investigating. Otherwise, I'm afraid you will need to contact our Customer Support and Service which can provide live (remote) debugging or dump analysis. Regards, Walter Wang (wawang (AT) online (DOT) microsoft.com, remove 'online.') Microsoft Online Community Support ================================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. |
#12
| |||
| |||
|
#13
| |||
| |||
|
#14
| |||
| |||
|
#15
| |||
| |||
|
|
Hi Mark, Thanks for the update. Please use the Assembly Binding Log Viewer to see if there's any assembly loading issues: #Junfeng Zhang's Windows Programming Notes : Fusion binding log and fuslogvw.exe http://blogs.msdn.com/junfeng/archiv.../14/72912.aspx You might also find following blog useful about Assembly.LoadFrom and COM interop: #Junfeng Zhang's Windows Programming Notes : Assembly.LoadFrom http://blogs.msdn.com/junfeng/archiv...31/423340.aspx Regards, Walter Wang (wawang (AT) online (DOT) microsoft.com, remove 'online.') Microsoft Online Community Support ================================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. |
#16
| |||
| |||
|
|
Hi Mark, Thanks for the update. Please use the Assembly Binding Log Viewer to see if there's any assembly loading issues: #Junfeng Zhang's Windows Programming Notes : Fusion binding log and fuslogvw.exe http://blogs.msdn.com/junfeng/archiv.../14/72912.aspx You might also find following blog useful about Assembly.LoadFrom and COM interop: #Junfeng Zhang's Windows Programming Notes : Assembly.LoadFrom http://blogs.msdn.com/junfeng/archiv...31/423340.aspx Regards, Walter Wang (wawang (AT) online (DOT) microsoft.com, remove 'online.') Microsoft Online Community Support ================================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. |
#17
| |||
| |||
|
#18
| |||
| |||
|
|
Hi Mark, I'm sorry that I didn't notice that you actually already mentioned you were using Server.CreateObject instead of using CreateObject directly. One difference between Server.CreateObject and CreateObject is that Server.CreateObject goes through MTS (COM+). I'm not sure if you need transaction support and requires using Server.CreateObject explicitly. If not, maybe you could have a try to use CreateObject directly. #Should I use CreateObject or Server.CreateObject? http://classicasp.aspfaq.com/compone...ect-or-server- createobject.html Please feel free to send me the fusion log file if needed. Regards, Walter Wang (wawang (AT) online (DOT) microsoft.com, remove 'online.') Microsoft Online Community Support ================================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. |
#19
| |||
| |||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |