Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to install Microsoft.Azure.SignalR.AspNet in 4.6.1 in Asp.net Mvc and access from client side #62

Open
ramjbe27 opened this issue Nov 12, 2018 · 3 comments
Labels
question Further information is requested

Comments

@ramjbe27
Copy link

When i tried to install Microsoft.Azure.SignalR.AspNet in 4.6.1 in Asp.net Mvc project , it throws an error as attached in the screenshot and also could you suggest how to access from the client side .
signalr error

@vicancy
Copy link
Contributor

vicancy commented Jan 11, 2019

Please use the package for ASP.NET:
https://github.com/aspnet/AzureSignalR-samples/blob/master/aspnet-samples/ChatRoom/README.md#update-chat-room-to-use-azure-signalr-service

Install-Package Microsoft.Azure.SignalR.AspNet -Prerelease

@vicancy vicancy added the question Further information is requested label Jan 11, 2019
@ravisankarchalamalasetty

Please upgrade your project version to latest .NET framework (preferably 4.7.2) and you can see things starts falling in place when you try to install Microsoft.Azure.SignalR.AspNet from NuGet.

@vicancy
Copy link
Contributor

vicancy commented Dec 24, 2020

Hi @ravisankarchalamalasetty What is the error you are seeing? Would you mind sharing your repro steps?

I tried upgrading the ASP.NET ChatSample to net472, it first reports System.IO.FileNotFoundException: 'Could not load file or assembly 'System.ValueTuple, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.', and then I removed the redirection https://github.com/aspnet/AzureSignalR-samples/blob/master/aspnet-samples/ChatRoom/Web.config#L70 from Web.config, it then works well.

PR here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants