This is a migrated thread and some comments may be shown as answers.

Build Solution on Visual Studio Team Service

3 Answers 296 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Iwan van Ee
Top achievements
Rank 1
Iwan van Ee asked on 26 Oct 2017, 05:11 AM

I am migrating our solution to the new Visual Studio 2017 environment and also want to use source control in Visual Studio Team Services.

Building locally on my machine works fine. The build solution can be zipped and deployed to our clients server, but I want to make use of the VSTS deployment feature.

If I put my solution in VSTS and do a build I keep getting errors like:

licenses.licxlicenses.licx(1,0): Error LC0003: Unable to resolve type 'Telerik.Reporting.TextBox, Telerik.Reporting, Version=11.1.17.614, Culture=neutral, PublicKeyToken=a9d7983dfcc261be'

And for some other controls as well.

.NET Framework 4.5.2

MVC 5

Terlerik Reporting 11.1.17.614

Al already added the referenced files for Teleri.Reporting to the project and set Copy Local to true.

 

3 Answers, 1 is accepted

Sort by
0
Katia
Telerik team
answered on 30 Oct 2017, 10:52 AM
Hi Iwan van Ee,

Licenses.licx file is added to the project when you make changes to the report in Visual Studio Designer and it contains the information about all licensed components in the application.

When you receive error about missing Licenses.licx file, the solution is to delete the license.licx file. It will be recreated with the correct version of components when you make changes to report in the VS Designer.

For more details about licenses.licx file check License File help article.


Regards,
Katia
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Tom
Top achievements
Rank 1
answered on 23 Jan 2018, 07:00 PM
This solution worked for me for this error. Right-click the .dll file and click the 'Unblock' button on the General tab near the bottom. The button goes away after it is unblocked (in case you don't see it). Found the solution here: http://www.chilkatforum.com/questions/8260/could-not-load-assembly-operation-not-supported-exception-from-hresult-0x80131515
Hope it helps.
0
Tom
Top achievements
Rank 1
answered on 23 Jan 2018, 11:00 PM
Correction to instructions: Right-click the .dll file, select properties, and then click the 'Unblock' button on the General
tab near the bottom
Tags
General Discussions
Asked by
Iwan van Ee
Top achievements
Rank 1
Answers by
Katia
Telerik team
Tom
Top achievements
Rank 1
Share this question
or