Hi
Trying to update to the latest version but in output in GitHub Actions it shows:
The type 'DataSourceRequest' is defined in an assembly that is not referenced. You must add a reference to assembly 'Telerik.DataSource, Version=2.1.3.0
However in my csproj I am referencing <PackageReference Include="Telerik.DataSource" Version="2.1.3" />
Any ideas?
I finally got it to work (hardly call this a reasonable solution). I had to do this:
I had to do all of this because you issued a new version of the file without changing the version number.
Hello Ray,
I just tested the NuGet packages on our Downloads page and confirm that they work.
Are you referring to a scenario with Azure artifacts? I assume not, as this is already discussed in the forum. Replacing the whole Azure feed may help in that case, but frankly, I can't confirm for sure. We will bump the Telerik.DataSource version in our next release in late April.
If you are talking about a local environment, then the invalid Telerik.DataSource package is still used and retrieved from somewhere. You can verify this if you build the same project on another machine.
I suggest inspecting all NuGet.Config files, which affect the project. This will point you where the offending NuGet package is.
Regards,
Dimo
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
We download the nuget packages via your download page (we do not use your Nuget site). I tried re-downloading the datasoruce package and did all that you describe and it still does not work. I still get this error:
The type 'GroupDescriptor' is defined in an assembly that is not referenced. You must add a reference to assembly 'Telerik.DataSource, Version=2.1.3.0, Culture=neutral, PublicKeyToken=29ac1a93ec063d92'. c:\CBSA_Apps\CBSAWeb\CBSAW2023_R2\CBSAW\Components\PrjTrk\Reports\WindSolarIntRptComp.razor 143
@Ray - please do the following to resolve the case -
Regards,
Dimo
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hi Phil,
Regards,
Dimo
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.