ORA-24508: Buffer is not aligned correctly.

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Guest

ORA-24508: Buffer is not aligned correctly.

Post by Guest » Tue 25 Jul 2006 16:51

I'm using the trial version to test some functionality for my company...
I've installed the trial, run the table creation script and set up the web.config to test the OracleMembershipProvider.
From web.config....




....











I placed a CreateUserWizard component on an aspx page.
I fill in all required data and click create user....
The message I get follows...



[OracleException: ORA-24508: Buffer is not aligned correctly.]
CoreLab.Common.Web.Providers.DbMembershipProvider.CreateUser(String username, String password, String email, String passwordQuestion, String passwordAnswer, Boolean isApproved, Object userId, MembershipCreateStatus& status) +1762

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 28 Jul 2006 11:45

Could you send us your project to reproduce the problem?
(E-mail address provided in the readme file.)

Post Reply