Renaming DLL's names

Astrix-69

New member
Joined
Dec 14, 2006
Messages
1
Programming Experience
3-5
Hello,

I have in my program 3 DLL's so far, named:
System.Windows.Forms.Themes.dll
skybound.visualstyles.dll
BlueActivity.Controls.TreeList.dll

When i rename them and add referance on them, the program is not working and saying:
"K:\QuickLaunch\Settings.vb(65): Type 'BlueActivity.Controls.TreeList' is not defined."

I'd like to change the name of the DLL's... or is it possible to include them into the main .exe?


Thanks
wave.gif

Eldar.
 
I think, to rename an assembly file, you should rename the class file (.vb) using Solution Explorer windows and rebuild your project. Then, updates the other references using new name.
 
Back
Top