Glossary Item Box
Symptoms: The ReportAssembly project does not convert to Visual Studio 2005.
Cause: The *.cs or *.vb file name is not correct in the CodeFile attribute in the *.rpx file.
Solution: Ensure that the CodeFile attribute of the ActiveReportsLayout is the same as the actual file containing code for the report.
<ActiveReportsLayout Version="3" PrintWidth="9360" DocumentName="ActiveReports Document"
ScriptLang="C#" CodeFile="rptMyReport.cs">
See Also |
Tasks: Visual Studio.NET 2005 Web Changes
Reference: What's New
Samples: Visual Studio 2005 Web Sample
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.