How to Use Com component(Vb 6.0 .dll) in ASP.net
-
Hi, I have a migration project. I want to use existing vb 6.0 dll's in ASP.net. Hope you all understand my requirement, we are migrating from Window based application to Web based Application. Has any of implemented it before, if yes please let me know. Will there be any kind of performance difference ???? Thanks a lot to all !
-
Hi, I have a migration project. I want to use existing vb 6.0 dll's in ASP.net. Hope you all understand my requirement, we are migrating from Window based application to Web based Application. Has any of implemented it before, if yes please let me know. Will there be any kind of performance difference ???? Thanks a lot to all !
What do you want the dll to do ? If it's business rule, server side stuff, you may be able to call it with p/invoke. If the dlls provide UI, or otherwise need to run on the client, you probably can't do it, at least not easily.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )