RE: Create new contact with Visual Studio (without Plugin)
Hey, thanks again.
Im on the next Problem Right now. I´ve been Looking for a solution for the last minutes and havent found anything yet. When trying to install the xrmtooling.coreassembly I get this message:
Install-Package : Could not install package 'Microsoft.CrmSdk.CoreAssemblies 9.0.2.3'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', but the package does not contain any
assembly references or content files that are compatible with that framework. For more information, contact the package author.
At line:1 char:1
+ Install-Package Microsoft.CrmSdk.XrmTooling.CoreAssembly -Version 9.0 ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand