----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: LovedJohnySmith Message 2 in Discussion Good Day Vikas, I had this DAMN fuss on my previous project. Actually, When an event class is created in unmanagered code and is passed to the managed code, Interop obtains this event class and prepares the event class for management services. This includes calling the QueryInterface method on the IManagedObject interface and then calling the GetObjectIdentity function. As a result, the IDispatch interface is checked for the GetObjectIdentity function. Because GetObjectIdentity does not exist in an unmanagered event class, Interop returns a DISP_E_UNKNOWNNAME error to the publisher. or This issue occurs because there is a file mismatch or the Msxml.dll files are corrupted. To reslove this fuss, obtain Microsoft XML2 Hotfix rollup 18.1. http://msdn.microsoft.com/XML/XMLDownloads/default.aspx Replace the corrupted files., To resolve the issue, following these steps: Step #1: Copy the following DLL files from the c:\WindowsDirectory\System folder on a computer tat is working to the computer tat is experiencing the issue: Msxml3.dll � Msxml3a.dll � Msxml3r.dll Step #2: After you replace the files, you must register the files. To register the files, follow these steps: a. Click Start, and then clickRun b. In the Open box, type REGSVR32 C:\WINDOWS\SYSTEM\MSXML.DLL, and then click OK. You receive a message when the registration succeeds. c. Repeat steps a and b with the following files: � C:\WINDOWS\SYSTEM\MSXML2.DLL � C:\WINDOWS\SYSTEM\MSXML3.DLL d. Restart your computer. thanx, Smith ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
