How To Edit dll
-
Hi friends, I've a vb source code for a dll. now i want change something on the Dll. Though i edit and registerthat component it's not wokring fine.How can fix the pblm. Cheers, Mahesh
-
Hi friends, I've a vb source code for a dll. now i want change something on the Dll. Though i edit and registerthat component it's not wokring fine.How can fix the pblm. Cheers, Mahesh
You need source code for that to make changes.
ksss_maheshece wrote:
Though i edit and registerthat component
Is that a COM dll? You don't need to register .NET DLL's.
Navaneeth How to use google | Ask smart questions
-
You need source code for that to make changes.
ksss_maheshece wrote:
Though i edit and registerthat component
Is that a COM dll? You don't need to register .NET DLL's.
Navaneeth How to use google | Ask smart questions
i have the source code. i'm using that component in my applicatiASP on. here i register my component in component liberary.Before it's working fine .now i want to change the dll. Shalln't need to register once again? can i know why? and how? Thanks, Mahesh
-
i have the source code. i'm using that component in my applicatiASP on. here i register my component in component liberary.Before it's working fine .now i want to change the dll. Shalln't need to register once again? can i know why? and how? Thanks, Mahesh
You seem to be pretty damn clueless. If you change a COM object, make sure you register the changed version. Simple really.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
You seem to be pretty damn clueless. If you change a COM object, make sure you register the changed version. Simple really.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
I've Edit the Dll source file and registered as well.But it doesn't reflect in the application.What would be the problem? for Examble, I have the connection string in my dll.I'd change the server and Database name.but it didn't reflect.Still remains in the same connection. Thanks, Mahesh
-
I've Edit the Dll source file and registered as well.But it doesn't reflect in the application.What would be the problem? for Examble, I have the connection string in my dll.I'd change the server and Database name.but it didn't reflect.Still remains in the same connection. Thanks, Mahesh
Have you unregistered the previous one before you register new one? COM is mess and you will run into DLL hell issues.
Navaneeth How to use google | Ask smart questions
-
I've Edit the Dll source file and registered as well.But it doesn't reflect in the application.What would be the problem? for Examble, I have the connection string in my dll.I'd change the server and Database name.but it didn't reflect.Still remains in the same connection. Thanks, Mahesh
Add a message box or other marker to prove that your new code is what is being run.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Add a message box or other marker to prove that your new code is what is being run.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
I tried my level best but it doesn't reflect that changes. Thanks, Mahesh
-
Hi friends, I've a vb source code for a dll. now i want change something on the Dll. Though i edit and registerthat component it's not wokring fine.How can fix the pblm. Cheers, Mahesh
hi, you need to open that source code ,after making changes set it binary compatible then create dll and then add this to your another project as reference. Cheers, Praveen.
-
hi, you need to open that source code ,after making changes set it binary compatible then create dll and then add this to your another project as reference. Cheers, Praveen.
how can set as a binary compatible.Plz help cheers, Mahesh