Application Deployment with XcopyI am having problems using xcopy to deploy applications. Although the object model is pure managed code, the underlying report engine is not. This means you can't perform a pure xcopy deployment that Microsoft likes to advertise that all .NET applications can do. Printing ReportsI can't seem to print a report. Sometimes when the object model is used in ASP.NET, it is running under a guest-level account, which does not have access to the machine's printers. If this is the case, you need to install and grant access to the printers for that account. |