KBA-01102: Report Server Error CS1514

Question:

If I click on sfDocSys in the _Library folder of my Spitfire folder in SQL Report Server, the following error occurs: ‘Unable to generate a temporary class (result=1). error CS1514: { expected error CS1001: Identifier expected error CS1031: Type expected error CS1519: Invalid token ‘{‘ in class, struct, or interface member declaration error CS1514: { expected error CS1001: Identifier expected error CS1031: Type expected error CS1519: Invalid token ‘{‘ in class, struct, or interface member declaration‘What‘s happening? How do I fix it?

Answer:

.NET 1.1 SP 1 needs to be installed.  Here’s a reference to review:
http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.sqlserver.reportingsvcs&mid=41317637-24ab-414b-a650-6d1bb7e55085&sloc=en-us

Try these steps:

  1. Remove ASP.NET hotfix KB 886904
    (which is installed if .NET Framework 1.1 SP1 is not on the machine).
  2. Install .NET Framework 1.1 SP1 through Windows Update.
  3. Install ASP.NET hotfix for Win2003:http://www.microsoft.com/downloads/details.aspx?familyid=9BBD5617-49AE-40BF-B0FA-F9049349C6F5&displaylang=en

Now you should have KB 886903 installed instead of KB 886904 and everything should work.

Additional Comments:

This problem/error applies only to SQL 2000 Reporting Services


KBA-01102; Last updated: October 27, 2016 at 13:04 pm