A good place to get LiveSharp support (Discord server https://discord.gg/P6g8QSnnXW)
Hi, my license doesn't work, but my status is ACTIVE, this is the error:
12:54:00.684: Failed to update the license info System.ArgumentException: accessKey at LiveSharp.Dashboard.Services.LicenseInfo..ctor(String licenseKeyBase64, String accessKey) at LiveSharp.Dashboard.Pages.Index.<>c__DisplayClass12_0.<UpdateLicenseInfo>b__0()
12:54:00.684: Loading license failed System.Exception: License not found at LiveSharp.Dashboard.Services.LicenseService.LoadLicense(String email, String accessKey) at LiveSharp.Dashboard.Pages.Index.LoadLicense()
12:54:00.683: Load license failed for: xxx@gmail.com System.Exception: License not found at LiveSharp.Dashboard.Services.LicenseService.LoadLicense(String email, String accessKey)
12:54:00.682: LiveSharp license activation failed for xxx@gmail.com: The SSL connection could not be established, see inner exception.
12:54:00.329: LiveSharp license activation failed for xxx@gmail.com: License has expired
12:48:32.784: Failed to update the license info System.ArgumentException: accessKey at LiveSharp.Dashboard.Services.LicenseInfo..ctor(String licenseKeyBase64, String accessKey) at LiveSharp.Dashboard.Pages.Index.<>c__DisplayClass12_0.<UpdateLicenseInfo>b__0()
I think the error is in The SSL connection could not be established
Hi, i'm getting errors trying to use LiveSharp and Live Unit Testing in VS. LiveSharp won't compile the project(s)
[13:29:15.024 Error] - BuildManager - Project assets file 'd:\temp\LiveSharBug2\BlankApp1\BlankApp1\obj\project.assets.json' is missing. Performing a NuGet restore may resolve this issue.
[13:29:15.354 Verbose] - BuildManager - warning CS8021: No value for RuntimeMetadataVersion found. No assembly containing System.Object was found nor was a value for RuntimeMetadataVersion specified through options.
[13:29:15.354 Verbose] - BuildManager - d:\temp\LiveSharBug2\BlankApp1\BlankApp1\LiveSharp.dashboard.cs(4,12): error CS0246: The type or namespace name 'LiveSharpInjectAttribute' could not be found (are you missing a using directive or an assembly reference?)
[13:29:15.354 Verbose] - BuildManager - d:\temp\LiveSharBug2\BlankApp1\BlankApp1\LiveSharp.dashboard.cs(4,12): error CS0246: The type or namespace name 'LiveSharpInject' could not be found (are you missing a using directive or an assembly reference?)
[13:29:15.354 Verbose] - BuildManager - d:\temp\LiveSharBug2\BlankApp1\BlankApp1\Properties\AssemblyInfo.cs(3,12): error CS0246: The type or namespace name 'XamlCompilationAttribute' could not be found (are you missing a using directive or an assembly reference?)
[13:29:15.354 Verbose] - BuildManager - d:\temp\LiveSharBug2\BlankApp1\BlankApp1\Properties\AssemblyInfo.cs(3,12): error CS0246: The type or namespace name 'XamlCompilation' could not be found (are you missing a using directive or an assembly reference?)
[13:29:15.354 Verbose] - BuildManager - d:\temp\LiveSharBug2\BlankApp1.vs\BlankApp1\v16\lut\0\i\BlankApp1\Debug\netstandard2.0.NETStandard,Version=v2.0.AssemblyAttributes.cs(4,35): error CS0234: The type or namespace name 'Versioning' does not exist in the namespace 'System.Runtime' (are you missing an assembly reference?)
[13:29:15.354 Verbose] - BuildManager - d:\temp\LiveSharBug2\BlankApp1.vs\BlankApp1\v16\lut\0\i\BlankApp1\Debug\netstandard2.0\BlankApp1.AssemblyInfo.cs(14,19): error CS0234: The type or namespace name 'Reflection' does not exist in the namespace 'System' (are you missing an assembly reference?)
[13:29:15.354 Verbose] - BuildManager - d:\temp\LiveSharBug2\BlankApp1.vs\BlankApp1\v16\lut\0\i\BlankApp1\Debug\netstandard2.0\BlankApp1.AssemblyInfo.cs(15,19): error CS0234: The type or namespace name 'Reflection' does not exist in the namespace 'System' (are you missing an assembly reference?)
[13:29:15.354 Verbose] - BuildManager - d:\temp\LiveSharBug2\BlankApp1.vs\BlankApp1\v16\lut\0\i\BlankApp1\Debug\netstandard2.0\BlankApp1.AssemblyInfo.cs(16,19): error CS0234: The type or namespace name 'Reflection' does not exist in the namespace 'System' (are you missing an assembly reference?)
[13:29:15.354 Verbose] - BuildManager - d:\temp\LiveSharBug2\BlankApp1.vs\BlankApp1\v16\lut\0\i\BlankApp1\Debug\netstandard2.0\BlankApp1.AssemblyInfo.cs(17,19): error CS0234: The type or namespace name 'Reflection' does not exist in the namespace 'System' (are you missing an assembly reference?)
[13:29:15.354 Verbose] - BuildManager - d:\temp\LiveSharBug2\BlankApp1.vs\BlankApp1\v16\lut\0\i\BlankApp1\Debug\netstandard2.0\BlankApp1.AssemblyInfo.cs(18,19): error CS0234: The type or namespace name 'Reflection' does not exist in the namespace 'System' (are you missing an assembly reference?)
[13:29:15.354 Verbose] - BuildManager - d:\temp\LiveSharBug2\BlankApp1.vs\BlankApp1\v16\lut\0\i\BlankApp1\Debug\netstandard2.0\BlankApp1.AssemblyInfo.cs(19,19): error CS0234: The type or namespace name 'Reflection' does not exist in the namespace 'System' (are you missing an assembly reference?)
[13:29:15.354 Verbose] - BuildManager - d:\temp\LiveSharBug2\BlankApp1.vs\BlankApp1\v16\lut\0\i\BlankApp1\Debug\netstandard2.0\BlankApp1.AssemblyInfo.cs(20,19): error CS0234: The type or namespace name 'Reflection' does not exist in the namespace 'System' (are you missing an assembly reference?)
[13:29:15.354 Verbose] - BuildManager - d:\temp\LiveSharBug2\BlankApp1\BlankApp1\LiveSharp.dashboard.cs(4,28): error CS0518: Predefi
`project.assets.json' is missing
problem
[LiveSharpInject("MyApp.*ViewModel")
[LiveSharpInject(typeof(MyApp.ViewModelBase))]