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

What tells Visual studio that a .cs is a report?

0 Answers 36 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 08 Jan 2014, 06:08 PM
See attached...

Report was done, checkin to TFS, after a merge the .cs no longer opens as a report in the designer....just shows the code??

**EDIT**

Okay I see:
<Compile Include="Evaluations\ECE\CompletionBySubspecialtyCampusSiteEncounter.cs">
    <SubType>Component</SubType>
</Compile>
<Compile Include="Evaluations\ECE\CompletionBySubspecialtyCampusSiteEncounter.Designer.cs">
  <DependentUpon>CompletionBySubspecialtyCampusSiteEncounter.cs</DependentUpon>
</Compile>

Was missing
    <SubType>Component</SubType>

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Share this question
or