Jan3Sobieski
Jan3Sobieski

Reputation: 275

Visual Studio 2013 Ultimate vs. Microsoft.VisualBasic.PowerPack

I have solution in Windows Forms C# and Visual Studio 2013 from the university (dreamspark). When I try to run my solution, I've get an error:

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

I cannot find the reference in reference manager:

Enter image description here

How do I repair that?

Upvotes: 7

Views: 8538

Answers (2)

Michael
Michael

Reputation: 1879

Despite the MSDN documentation to the contrary, this seems not to be included in Visual Studio 2013.

But you can still install it from here. This is the latest version and works in Visual Studio 2017 as well.

Upvotes: 9

Rtisatto
Rtisatto

Reputation: 795

Several websites that alluded to the Microsoft Visual Basic PowerPacks are down. So it seems they are slowly removing compatibility support.

In VS 2013 comes only minimal compatibility pack that no longer contains the Printer object.

It remains only install 3 PowerPacks same as mentioned above.

Remember that VB6 is years in state "until it works", and has been widely announced that the next version of Windows is no longer working.

Upvotes: -1

Related Questions