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

LightSwitch Build Errors

1 Answer 75 Views
MaskedInput (Numeric, DateTime, Text, Currency)
This is a migrated thread and some comments may be shown as answers.
Garth
Top achievements
Rank 1
Garth asked on 09 Aug 2011, 11:29 PM
I am getting the following build warnings in a project that I used with the LightSwitch Telerik Trial:

How do I remove these warnings?  There is no longer any reference in the project to Telerik controls and I have even removed the Telerik Extensions from Visual Studio. 

------ Build started: Project: ClientGenerated, Configuration: Debug Any CPU ------

C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1360,9): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Telerik.Windows.Controls, Version=2011.1.315.1040, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.

C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1360,9): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Telerik.Windows.Controls.Input, Version=2011.1.315.1040, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.

 

------ Build started: Project: VGPM, Configuration: Debug Any CPU ------

C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1360,9): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Telerik.Windows.Controls, Version=2011.1.315.1040, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.

C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1360,9): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Telerik.Windows.Controls.Input, Version=2011.1.315.1040, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.


1 Answer, 1 is accepted

Sort by
0
Garth
Top achievements
Rank 1
answered on 10 Aug 2011, 03:53 AM
Resolved: 
LightSwitch added the Telerik Client project References that I added into the ClientGenerated References.  I simply had to remove the Telerik references manually from the ClientGenerated project References to have the warning messages disappear.

Tags
MaskedInput (Numeric, DateTime, Text, Currency)
Asked by
Garth
Top achievements
Rank 1
Answers by
Garth
Top achievements
Rank 1
Share this question
or