Visual Basic Development Bookmark and Share   
 Home > Visual Basic Power Packs > Deploying PowerPacks
 

Deploying PowerPacks

We've migrated the code from VB to VB.Net.For implementing the Print,Visual Basic Powerpacks is used. What's the best option for deploying Visual Basic Powerpacks in client machine ? We don't have 'gacutil' in the client machine .Please advice on a resolution.

Thanks,
AnilM_Nair  Monday, November 02, 2009 8:32 AM
Well you can use an installer which would install the VB power pack along with your application. That way it will register itself in the global assembly at the client location.

The other way if you dont want to put it in the global cache, in your project simple use the copy local option to true which will copy the assemblies in the build folder and you can then distribute the binary along with these assemblies.

You can weigh in the pros and cons of the two approaches and select whichever suites you.
Kavitesh Singh.
  • Marked As Answer byAnilM_Nair Tuesday, November 03, 2009 5:24 AM
  •  
Kavitesh Singh  Monday, November 02, 2009 10:43 AM
Well you can use an installer which would install the VB power pack along with your application. That way it will register itself in the global assembly at the client location.

The other way if you dont want to put it in the global cache, in your project simple use the copy local option to true which will copy the assemblies in the build folder and you can then distribute the binary along with these assemblies.

You can weigh in the pros and cons of the two approaches and select whichever suites you.
Kavitesh Singh.
  • Marked As Answer byAnilM_Nair Tuesday, November 03, 2009 5:24 AM
  •  
Kavitesh Singh  Monday, November 02, 2009 10:43 AM

You can use google to search for other answers

Custom Search

More Threads

• DataRepeater OnItemCloned OnItemCloning events
• Datarepeater and dynamically added tabcontrol objects.
• Printform and Windows 2000
• Using PrintForm for a scrolling DataGridView
• VB6 package setup built using XP fails on VISTA
• when i am drawing Rubberband Selection on panel The visualbasicpowerpackShapecontrols are not dispalyed..
• DataRepeater: LayoutStyle = Horizontal multiple Rows?
• Combobox in a Datarepeater using Itemcloned solution (vb 2008)
• Find all PCs in a network
• MySQL database working with datarepeater