![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi Suds, To troubleshoot such issues, you will first need to isolate it by trying following approaches: 1) Try to not to use Reg-Free manifest first, try to use it as a normal registered COM component; this will determine if it's related to Reg-Free manifest. 2) Try to determine when the error occurs: when creating instance or calling a method of it? 3) Use a simpler client to test it to see if it's the client's problem or the COM component. 4) Use Windbg to attach to the client.exe when the error occurs and see if you can find related information. Please note, for such non-reproducible and complicated issue, newsgroup support isn't the best way to handle it. Please contact our Customer Support and Service if this issue is critical for your business. Thanks. Sincerely, Walter Wang (wawang (AT) online (DOT) microsoft.com, remove 'online.') Microsoft Online Community Support ================================================== Get notification to my posts through email? Please refer to http://msdn.microsoft.com/subscripti...ult.aspx#notif ications. If you are using Outlook Express, please make sure you clear the check box "Tools/Options/Read: Get 300 headers at a time" to see your reply promptly. Note: The MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 1 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions or complex project analysis and dump analysis issues. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at http://msdn.microsoft.com/subscripti...t/default.aspx. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Hi Suds, Thanks for the update. Currently Visual Studio 2005 doesn't do very well for the manifest file; many tasks still require to be done manually. For the version issue, you have to manually control the version number, don't use the auto-increment version feature, such as: [assembly: AssemblyVersion("1.0.*")] After manually editing the version number, you need to update the manifest too. If you really need to make it update the manifest automatically, you can create some script/tool to sync it, and you can use a Pre-Build rule to call this script/tool. Hope this helps. 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. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |