O.P. MSN Messenger and C#
Hi,
I've created a windows form in c# which the MSN Messenger API. All works fine as a Windows form app.
However, when the same base code is used in a C# Web Application, accessing the page gives the following error :
Not enough storage is available to complete this operation
The line it doesn't like is:
Line 32: msn = New MessengerAPI.Messenger
...which is the standard way of initialising the object and works fine in the Windows Form project. All references to the MSN API are the same in both projects.
Any ideas?
Thanks,
Steve
|