question

AliAkbar-8298 avatar image
0 Votes"
AliAkbar-8298 asked Nathan-7959 commented

SSRS Render Report Using WCF Service : Endpoint = Address=error CS0103: The name '_address' does not exist in the current context

My Development Environment is Dot net 5 and SSRS 2016.
SSRS Repot service development another Class Library, WCF Web Service is implement in this library.

Using Reporting Services (SSRS) as a reference in an ASP.NET Core site : https://stackoverflow.com/questions/44036903/using-reporting-services-ssrs-as-a-reference-in-an-asp-net-core-site

I am using this code another project, all project work fine
but this project arise this error 112083-error1.png


sql-server-reporting-servicesdotnet-aspnet-core-mvc
error1.png (46.5 KiB)
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

According to https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-messages/cs0103, the '_address' can be in a wrong scope. How are you using the "_address"? Is it possible to provide a minimal demo that reproduce your issue?

0 Votes 0 ·

I solved this issue.
the problem is found my report server url.

Thanks

0 Votes 0 ·

Hello,

I also face this problem can you describe how you solved the problem, I can not find on my side.

Thanks

0 Votes 0 ·

0 Answers