IncredibleWeb / SignalR-Server

A simple SignalR client which can be used to demonstrate the capabilities of SignalR in the field of real-time applications. This particular SignalR client was deployed to an AzureWebsite and utilized by a web and a Xamarin Forms Application.
29 stars 23 forks source link

Can't get it working in Azure Web App #4

Open jbarguil opened 8 years ago

jbarguil commented 8 years ago

Hi! I'm trying to deploy this in an Azure Web App, and I'm getting the following error:

Parser Error Message: The CodeDom provider type "Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" could not be located.

I'm deploying it from GitHub (I've forked the repo and moved everything to the root folder so Azure finds the Web.config file). Any help?

owidat commented 7 years ago

I manage to get it work on Azure Web App, all I did extra is to manually create Azure DB, then open the solution from VS 2015, then publish it to windows Azure using VS 2015 publishing tool (and changed the connection string in the publish wizard pointing to the new DB I created on Windows Azure).

(If you want I can give you a link to my published web app, so you can test it, but it do not do anything except allowing users to login and register from the web, all other thing have to be accessed through the client using API calls)

The web app is working fine, but the Xamarin-Forms-Chat-Client project is failing to build on VS Emulator, and I just submitted and issue with what issue I'm facing https://github.com/IncredibleWeb/Xamarin-Forms-Chat-Client/issues/2