This question is locked. New answers and comments are not allowed.
Hi all,
I've already searched some threads, and found people with problems similar to mine, but not exactly.
I have the problem, that a project can be compiled on 3 engineer engines without any errors, but the build server gets errors. On my own machine, there were the same errors until yesterday, but since a source code update, everything works fine (but nobody did any changes here, so I don't really know WHY it hadn't worked before). We all use VS2010 with RadControls_for_Silverlight4_2011_3_1220_Dev.msi
Now - same problem on build server. It tells me it could not find type or namespace name 'RadDateTimePicker', 'RadButton', 'RadGridView' and others. But the software installed is completely the same as on my machine.
And I searched for the dlls, they really are present. I don't really know what else to do ... any thoughts?
Log excerpt:
obj\Debug\Templates\MessageDateFilter.g.cs(40,18): error CS0246: The type or namespace name 'RadDateTimePicker' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Templates\MessageDateFilter.g.cs(42,18): error CS0246: The type or namespace name 'RadDateTimePicker' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\Clearing.g.cs(42,18): error CS0246: The type or namespace name 'RadButton' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\Config.g.cs(40,18): error CS0246: The type or namespace name 'RadGridView' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\Config.g.cs(44,18): error CS0246: The type or namespace name 'RadButton' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\Messages.g.cs(40,18): error CS0246: The type or namespace name 'RadToggleButton' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\Messages.g.cs(42,18): error CS0246: The type or namespace name 'RadToggleButton' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\Messages.g.cs(44,18): error CS0246: The type or namespace name 'RadGridView' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\Messages.g.cs(48,18): error CS0246: The type or namespace name 'GridViewSelectColumn' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\Messages.g.cs(50,18): error CS0246: The type or namespace name 'RadButton' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\Messages.g.cs(52,18): error CS0246: The type or namespace name 'RadButton' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\Messages.g.cs(54,18): error CS0246: The type or namespace name 'RadButton' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\Messages.g.cs(56,18): error CS0246: The type or namespace name 'RadButton' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\OverflowReport.g.cs(40,18): error CS0246: The type or namespace name 'RadGridView' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\OverflowReport.g.cs(42,18): error CS0246: The type or namespace name 'RadButton' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\OverflowReport.g.cs(44,18): error CS0246: The type or namespace name 'RadButton' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\OverflowReport.g.cs(48,18): error CS0246: The type or namespace name 'RadButton' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
Done Building Project "<some path>/myprj.csproj"> (default targets) -- FAILED.
Build FAILED.
I've already searched some threads, and found people with problems similar to mine, but not exactly.
I have the problem, that a project can be compiled on 3 engineer engines without any errors, but the build server gets errors. On my own machine, there were the same errors until yesterday, but since a source code update, everything works fine (but nobody did any changes here, so I don't really know WHY it hadn't worked before). We all use VS2010 with RadControls_for_Silverlight4_2011_3_1220_Dev.msi
Now - same problem on build server. It tells me it could not find type or namespace name 'RadDateTimePicker', 'RadButton', 'RadGridView' and others. But the software installed is completely the same as on my machine.
And I searched for the dlls, they really are present. I don't really know what else to do ... any thoughts?
Log excerpt:
obj\Debug\Templates\MessageDateFilter.g.cs(40,18): error CS0246: The type or namespace name 'RadDateTimePicker' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Templates\MessageDateFilter.g.cs(42,18): error CS0246: The type or namespace name 'RadDateTimePicker' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\Clearing.g.cs(42,18): error CS0246: The type or namespace name 'RadButton' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\Config.g.cs(40,18): error CS0246: The type or namespace name 'RadGridView' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\Config.g.cs(44,18): error CS0246: The type or namespace name 'RadButton' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\Messages.g.cs(40,18): error CS0246: The type or namespace name 'RadToggleButton' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\Messages.g.cs(42,18): error CS0246: The type or namespace name 'RadToggleButton' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\Messages.g.cs(44,18): error CS0246: The type or namespace name 'RadGridView' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\Messages.g.cs(48,18): error CS0246: The type or namespace name 'GridViewSelectColumn' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\Messages.g.cs(50,18): error CS0246: The type or namespace name 'RadButton' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\Messages.g.cs(52,18): error CS0246: The type or namespace name 'RadButton' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\Messages.g.cs(54,18): error CS0246: The type or namespace name 'RadButton' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\Messages.g.cs(56,18): error CS0246: The type or namespace name 'RadButton' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\OverflowReport.g.cs(40,18): error CS0246: The type or namespace name 'RadGridView' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\OverflowReport.g.cs(42,18): error CS0246: The type or namespace name 'RadButton' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\OverflowReport.g.cs(44,18): error CS0246: The type or namespace name 'RadButton' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
obj\Debug\Views\OverflowReport.g.cs(48,18): error CS0246: The type or namespace name 'RadButton' could not be found (are you missing a using directive or an assembly reference?) [<some path>/myprj.csproj]>
Done Building Project "<some path>/myprj.csproj"> (default targets) -- FAILED.
Build FAILED.