----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Mrinal Message 3 in Discussion Hi John , First Of All u can't use Regasm in this case as it is meant for opposite purpose as it is meant for accessing .net dll in a com application , now normally u can explicitly convert a com dll into .net compliant form by using tlbimp.exe , but in case u add reference to it then it's implicitly done by vs.net . On seeing ur code it seems there's no problem with accessing com dll as making object and calling first few functions are done without any problem , now at one of the functions in Response.Write it throws an error , so u can check up following things at ur end : 1. Accessing a Value in Response.Write , as far as i know that should be in string format , is the function u are trying to access giving same output , Actually u shouldn't be mislead by exception type out here as u r trying to access a com dll , so any normal exception type will also come in a wrapper of a com exception , similar to what happens in case of web services , where ever there's a problem it comes as a soap exception . but what u need to do is to check that whether methods / properties ur trying to access are correct , they are giving u proper output , Hope it helps , in case of any specific problem just let me know , Regards , Mrinal ----------------------------------------------------------- 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]
