kythyria / msnp-sharp

Automatically exported from code.google.com/p/msnp-sharp
0 stars 0 forks source link

ASP.NET MVC #219

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Use msnpsharp at ASP.NET MVC
2.
3.

What is the expected output? What do you see instead?
NO Exception
Nameserver.IsSignIn always false, not invoke Messenger.Nameserver.SignedIn

What version of the product are you using? (MSNPSharp, OS, Mono etc.)
3.0.2/2.5.8

Is your code check out from SVN or download from our download site?

Please provide any additional information below:
Is msnpsharp not support ASP.NET MVC? or have any way to use that.

Original issue reported on code.google.com by hector%d...@gtempaccount.com on 17 Sep 2010 at 3:43

GoogleCodeExporter commented 9 years ago
Hi,

You can't use msnpsharp directly in your ASP.net webapplication since the 
library need to write a file on your server, web app does not give such a 
priority. Please think another way to do that, let it work as an background app 
or use WPF.

Original comment by freezing...@gmail.com on 17 Sep 2010 at 7:28

GoogleCodeExporter commented 9 years ago
Hi,
I have setting save path by using  MSNPSharp.Settings.SavePath = 
Server.MapPath("/");
but same result.
and I save trace to log file, it srop at:

ContactService: Getting your membership list for the first time. If you have a 
lot of contacts, please be patient!
MSNPSharp.MSNWS.MSNABSharingService.SharingServiceBinding is requesting a 
cachekey and preferred host for calling FindMembership

Original comment by hector%d...@gtempaccount.com on 18 Sep 2010 at 4:41

GoogleCodeExporter commented 9 years ago
I setting Messenger.Nameserver.AutoSynchronize = false;
And it can work.
Is any bug in that?

Original comment by hector%d...@gtempaccount.com on 18 Sep 2010 at 5:39

GoogleCodeExporter commented 9 years ago
No, if you set that to false, you won't get your addressbook synchronized, even 
you can't get you addressbook. You can't see your offline contacts, you can't 
see those offline contacts in your circles.

Original comment by freezing...@gmail.com on 19 Sep 2010 at 7:29