-
Child(or children) should be a property of Parent and when you create a Child mark it as a Child.
-
It is simple when you know the problem.... It was Regional Setting setup not right on that machine. Good programming habit would be a rule: never trust a user setting and convert date types to a right one. It complains on database level, as CAST function was not implemented. Thanks again for your help, There is no money to buy an experience !!!
-
Wrong thread...sorry
-
Thanks, I am working on this issue right now....do you have any idea how it can happens only on one particular workstation? I am very curious even to get a simple idea for the explanation
-
Application return an error message references the at myLibrary.SomeList.DataPortal_Update() at dm(Object, Object[]) at Csla.Reflection.MethodCaller.CallMethod(Object obj, DynamicMethodHandle methodHandle, Object[]parameters)) during child insert/update. What very strange is that it happened only for one computer. I tried my application with different
-
Hi, The question is how to keep object on Server side without returning it to a client. I can see that all factory method and DataPortal_XYZ intended to return result to client. Is there any way to create object to use it during application life without even attempt to return it to client. I have 3-tier application and both libraries on client and server
-
Thanks, Obviously, that my client is trying to go to database locally without calling remote Data Portal. Morning is always the better time to think over the yesterday's problems I think that problem solved. At least I know where to go. Thanks again for your help,
-
Unbelievable !!!! I have tried everything and still have this error message. I have no idea what else should I try to check to solve the problem.
-
I tried all of those. RunLocal only on DataPortal_Create methods. Recompile both parts(client and server), update all references....and still have this message. Could IsDatabaseName parameter in GetManager function be critical for this issue?
-
I just remove [RunLocal] attribute and still got the message. I added ConnectionString <connectionStrings> <add name="ConnectionString" connectionString="Data Source=EES-SQL-02;Initial Catalog=EER_Testing;User ID=***;Password=*******" providerName="System.Data.SqlClient" /> </connectionStrings> into config