|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Problems compiling an ASP.NET application with ReportViewer rdlc fHi, all:
we have a problem when trying to put an ASP.NET application in a production environment. We are using Visual Studio 2005 and ReportViewer control. In order to compile the application, we pass the source code to a server and we compile it using Nant tool. So we don´t use solution (.sln) and project (.csproj) files. The problem appears when you try to run a report included in the application. Imagine we have 20 reports designed in a folder named DataReports. Well, when we compile the application we see which is the content in the compiled folder and all reports appears with only 1KB. It seems they have lost all definitions. If I copy an original .rdlc file in the compiled folder all works great, but we want to know why this happens at compilation time. Thanks a lot for your help! |
|||||||||||||||||||||||