I am using the asp.net 2 membership tables but when i generate the code, the GUIDs are empty! Any reason.
Whe i do a fetch the primary key is empty.
eg oUsers.getmulti(nothing)
for each oUser in oUsers oUser.UserId ..is empty loop
the GUIDs are empty
What exactly do you mean by the above words? Please elaborate more, and use code snippets if available to explain what's going on.
UserId in database is a GUID
Could you enable tracing (see using the generated code -> troubleshooting and debugging) and check what the query is that's executed? The GUID field should of course be filled.
don't understand how to use debugging. Have added section to web.config..added the dlls as specific..now what?
have any examples?
Run the application in Debug Mode (F5), open the output window in VS. Place breakpoints and watch what's get written in the output window.
done that..i ran the query manually and the guids are returned but the object has an empty guid.
I can't reproduce it. As you provided little real information (no real code, no version number) I can't proceed with this, so please provide what our guidelines say: http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=7725