Donate

The type or namespace name 'LineShape' does not exist in the namespace 'Microsoft.VisualBasic.PowerPacks' (are you missing an assembly reference?)

Good day!
After migrating and then rebuilding the solution of a Windows Forms application from Windows XP machine to Windows 8, I encountered an error as stated on the title of this post. I suspect this has something to do with the old version from the XP machine not recognized on the new machine.
The steps to fix this issue are provided below:
1. Download Microsoft Visual Basic Power Packs 3.0 here: Microsoft Visual Basic Power Packs 3.0
2. Remove the previous Microsoft Visual Basic Power Packs under References in your project
The type or namespace name 'LineShape' does not exist in the namespace 'Microsoft.VisualBasic.PowerPacks'
3. Add the MS Power Pack version 3.0 as reference to your project from the default installation folder located here: C:\Program Files (x86)\Microsoft Visual Basic 2005 Power Packs\3.0
The type or namespace name 'LineShape' does not exist in the namespace 'Microsoft.VisualBasic.PowerPacks'
The type or namespace name 'LineShape' does not exist in the namespace 'Microsoft.VisualBasic.PowerPacks'
4. Rebuild your project.

Greg Esguerra:)

Comments

Donate

Popular Posts From This Blog

WPF CRUD Application Using DataGrid, MVVM Pattern, Entity Framework, And C#.NET

How To Insert Or Add Emojis In Microsoft Teams Status Message

Bootstrap Modal In ASP.NET MVC With CRUD Operations