Question Powerpacks

allenliwanag

New member
Joined
Aug 31, 2011
Messages
2
Programming Experience
1-3
HELP!


i used printForm to print forms, but when i installed the powerpack 3.0 it doesn't work anymore.

i am always getting an error "PrintForm is ambiguous in the namespace 'Microsoft.VisualBasic.PowerPacks.Printing'"

i am using visual studio 2008 professional edition.

any help would be greatly appreciated!
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    66 KB · Views: 39
It sounds as you are referencing two versions of the powerpacks library. Check the project references.
 
what will i do to the project reference? i already add the default powerpack and the one i installed (3.0). or, is there any way to add the shapes toolbar in the default powerpack installed in vstudio 2008 pro edition? it only contains print form and pointer that's why i installed powerpacks 3.0 with the drawing toolbar (the one with shapes). THANKS
 
Since you don't need the default, that only has PrintForm in VS2008, you can remove that reference.
 
Back
Top