VB.NET example project

I just dowloaded the package and tried to run the VB.NET example.It seems it has some issues. We are using Visual Studio 2012.The project is opened but with some errors and warnings.Just to cross check if anyone has a working example

More information is needed. What errors? What warnings?

Also, we test the project with a minimum of VS 2015 (which is 5 years old now). You can likely get it to work with older VS versions, but VS Community is free and you get the latest language improvements.

So, it's almost not worth the hassle of using old VS versions. But if you do want to stick with an old VS version, provide enough information.

First error is at the beginning of the Turboactivate class at the line

Public ReadOnly Property VersionGUID() As String

The error message is: 'readonly' property must provide a 'Get'.

Second error is at the following line

Public Sub New(vGUID As String, Optional pdetsFilename As String = Nothing)

The error message is: Stetement cannot appear within a property body. End of property assumed.

There are a couple of warnings:XML comment has a tag with a 'cref' attribute 'IsProductKeyValid()' that could not be resolved. XML comment will be ignored.XML documentation comments must precede member or type declarations

Honestly, upgrading to VS 2015 or newer is the easiest solution. Or convert the auto-properties to more traditional properties.

Here's the latest version of VS for free: https://visualstudio.microsoft.com/vs/