Microsoft (R) Visual Basic Compiler asking the upgrade the version.

Kalee Mamillapalli 0 Reputation points
2024-05-29T09:11:40.0433333+00:00

We are trying to Execute SSRS report using rs.exe and will store result in CSV file. For this We have prepared (.rss) file, and executed from command prompt with following command.
rs -i filename.rss -s https://server_name/ReportServer -v OutputPath="otput.csv".

But we are getting the following error.

Microsoft (R) Visual Basic Compiler version 14.7.3190

for Visual Basic 2012

Copyright (c) Microsoft Corporation. All rights reserved.

This compiler is provided as part of the Microsoft (R) .NET Framework, but only supports language versions up to Visual Basic 2012, which is no longer the latest version. For compilers that support newer versions of the Visual Basic programming language, see http://go.microsoft.com/fwlink/?LinkID=533241

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,860 questions
.NET F#
.NET F#
.NET: Microsoft Technologies based on the .NET software framework.F#: A strongly typed, multi-paradigm programming language developed by the F# Software Foundation, Microsoft, and open contributors.
98 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Kalee Mamillapalli 0 Reputation points
    2024-06-04T10:05:01.6+00:00

    Hi Team, We are trying to Execute SSRS report using rs.exe and will store result in CSV file. For this We have prepared (.rss) file, and executed from command prompt with following command. rs -i filename.rss -s https://server_name/ReportServer -v OutputPath="otput.csv".

    But we are getting the following error.

    Microsoft (R) Visual Basic Compiler version 14.7.3190

    for Visual Basic 2012

    Copyright (c) Microsoft Corporation. All rights reserved.

    This compiler is provided as part of the Microsoft (R) .NET Framework, but only supports language versions up to Visual Basic 2012, which is no longer the latest version. For compilers that support newer versions of the Visual Basic programming language, see http://go.microsoft.com/fwlink/?LinkID=533241

    Still I am facing the issue. Could you please help us as soon as possible.?