Questions tagged [emptylicenseslicx]

7 questions
19
votes
5 answers

Infragistics components on build server

I have "inherited" a new (old?) Winforms project and would like to put it onto our build server (Bamboo). That build server has only the absolute minimum (.NET 3.5 and not much more) installed, and we'd like to keep it that way. As a first step, I…
marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
11
votes
4 answers

debugging error: Licenses.licx : unable to resolve type

I am using a ComponentOne FlexGrid, it automatically registered in its license C1.Win.C1FlexGrid.C1FlexGrid, C1.Win.C1FlexGrid.2, Version=2.6.20122.716, Culture=neutral, PublicKeyToken=79882d576c6336da I also use a custom control that inherits…
9
votes
4 answers

generating licenses.licx

I've got a bit of a problem. I'm moving my source repository from one machine to another, and in the process I'm doing some culling of what's stored as I've learned more about creating/managing a repository since I started. The problem is that we're…
Steven Evers
  • 16,649
  • 19
  • 79
  • 126
3
votes
3 answers

How to clear/remove file licenses.licx

I'm removing dependency to some component from solution. Some C# projects in their directory contain file licenses.licx and have reference to this file in their text csproj representation. Most of licenses.licx reference only component I'm removing…
Vlad
  • 1,977
  • 19
  • 44
3
votes
5 answers

licenses.licx missing

I have recently recovered my lost files and in my C# project, it seems "licenses.licx" file has been gone. This is the VS error: "Could not find file 'C:...\Exam\Properties\licenses.licx'" How can I fix this error and regenerate "licenses.licx"…
0
votes
2 answers

Upgrading website from VS2005(2.0 Framework) to VS2008(2.0 Framework)

We have a website that is created in VS2005 Recently we upgraded the website to VS2008 with 2.0 framework. While compiling the website Compilation errors are occuring i.e Licenses.licx file is not compiling, if it compile than it will reproduces an…
0
votes
2 answers

Compilation issue while upgrading a website from Visual Studio 2005 to Visual Studio 2008 with framework 2.0 in Windows XP

upgraded some visualstudio 2005 websites to visualstudio 2008. now it is working fine while debugging. There is an error while compiling the website. the following is the error. Error 1 C:\Program…