renaming visualbasic compatibility dll

subha

New member
Joined
Jan 30, 2006
Messages
4
Programming Experience
1-3
My project is a conersion from vb 6 to vb.net. I have included visualbasiccompatibiltity.dll. is there a possibility of renaming tht dll. ho do i go about renaming it. please explain me the steps to do that
 
If you're talking about Microsoft.VisualBasic.Compatibility.dll then no you can't. You can't rename something that's part of the .NET Framework. I don't know why you would want to. If you're talking about a library of your own making then you can simply recompile it with a different name
 
Back
Top