Problems with ASP.NET and Notes 6

Few days ago my company changes Notes Client 5 to 6.5 and the problem appears.I have an application in asp.net that now doesn’t work.

When I debug the program in line

“Dim SesionNotes As New Domino.NotesSession”

I recive the message error:

“Not enough storage is available to complete this operation”

Nevertheless, I have another application with windows forms that doesn’t fail at this place.

Can anyone help me?

Thank you very much for all.

Subject: Problems with ASP.NET and Notes 6

Hi,

hey how can u have written

Dim SesionNotes As New Domino.NotesSession

this line , if u have written then where ??

RIshi

Subject: RE: Problems with ASP.NET and Notes 6

In the Visual Studio .NET IDE, maybe? With the help of IntelliSense type-ahead. This is perfectly legal syntax in VB.NET.

Subject: Problems with ASP.NET and Notes 6

Had a similar problem. Was related to the reference to the com library being used. After upgrade the r5 library was still available and was being invoked, but we needed to invoke the new R6 lib to avoid the error.

Have a look there…

HTH!

Subject: RE: Problems with ASP.NET and Notes 6

I’ve change my vb.net references.I’ve selected “Lotus Domino Objects” first version 1.0 and then I’ve try 1.1, and finally “Lotus Notes Automation Classes” version 1.0 and 6.0.

But the error stay.

Any idea?

Subject: RE: Problems with ASP.NET and Notes 6

Finally I’ve resolved the problem. I’ve reset the IIS and then I’ve restarted the computer. I’ve tried to execute the page web where I open a connection with a notes database and it has worked.

Subject: RE: Problems with ASP.NET and Notes 6

Hi there,

I’m having the same problem. Can you please explain exactly how you resolved the problem.

Many thanks in advance.

Subject: RE: Problems with ASP.NET and Notes 6

could you post the code in .net to send an email?

email me at koo9@hotmail.com please.

Thank you.

Subject: RE: Problems with ASP.NET and Notes 6

could you post the code in .net to send an email?

email me at koo9@hotmail.com please.

Thank you.