https://pulumi.com logo
Title
k

kind-boots-72600

03/30/2020, 10:34 AM
Hi ! Lenny from Sweden , Malmo. Going with the lab. Azure / C# - Getting a Exception directly when following in the steps. So directly on first line of code for the resourcegrp. failed with an unhandled exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.MissingMethodException: Method not found: 'Void Pulumi.CustomResource..ctor(System.String, System.String, Pulumi.ResourceArgs, Pulumi.ResourceOptions)'. at Pulumi.Azure.Core.ResourceGroup..ctor(String name, ResourceGroupArgs args, CustomResourceOptions options) Maybe i should try using typescript and aws instead for the workshop 🙂
t

tall-librarian-49374

03/30/2020, 10:34 AM
Please update your
Pulumi.Azure
Nuget to
2.2.0-preview
in csproj
b

broad-dog-22463

03/30/2020, 10:34 AM
Please upgrade to pulumi-azure 2.2.0-preview in your csproj
k

kind-boots-72600

03/30/2020, 10:35 AM
Ah ! so simple 😐 🙂
Thanks, works like a charm.
b

broad-dog-22463

03/30/2020, 10:38 AM
👍