You can register the assembly in multiple ways of implementation and it mostly depends on the target users. For example, creating a setup file for download or having a self extractor file which could prompt in the browser, )
Another way is use COM class factory for component with CLSID ----e.g: {0006FB3A-0000-0000-C100-000001000046}, let the client browser to download the control for install
For more information, please view my post in this thread
Best Regards
XiaoYong Dai
Microsoft Online Community Support
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
XiaoYong Dai...
All-Star
38310 Points
4229 Posts
Re: Active X control error"Automation server can't create object"
Mar 06, 2008 10:19 AM|LINK
Hi
One approch is copy the dll to each client machine and register using regasm.exe, then you will not receive create object error
(See quotes from http://dotnetslackers.com/articles/csharp/WritingAnActiveXControlInCSharp.aspx
You can register the assembly in multiple ways of implementation and it mostly depends on the target users. For example, creating a setup file for download or having a self extractor file which could prompt in the browser, )
Another way is use COM class factory for component with CLSID ----e.g: {0006FB3A-0000-0000-C100-000001000046}, let the client browser to download the control for install
For more information, please view my post in this thread
http://forums.asp.net/p/1192196/2059612.aspx#2059612
XiaoYong Dai
Microsoft Online Community Support
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.