|
|
|
Forum Member
      
Group: Customers
Last Login: 06/01/2008 22:27:42
Posts: 42,
Visits: 90
|
|
| I added a simple string value to the personal details section of a member's profile. I can read it fine and use it fine.. just having an issue when I go to click the button to update the value. I'm getting a: Exception Type: System.MissingMethodException Exception Message: Method not found: Int32 InstantASP.InstantForum.Data.DataProvider.UpdatePersonalDetails(Int32, Int32, Int32, Int32, System.String, System.String, System.String, System.String, System.String, System.String, System.String). Exception Source: InstantASP.InstantForum Exception Target Site: UpdatePersonalDetails EditPersonalDetails.vb is calling the Business object's UpdatePersonalDetails() method and that method is returning FALSE (unsuccessful). That method taps into the DataProvider layer calling its UpdatePersonalDetails() method. The worst part, is my code compiles with no errors. All of the method signatures match up with the right data types. I'm going INSANE... have spent 3 days scratching my head over this. Any clues or help would be GREATLY appreciated.
------------------------- Matt Brown Metal Review Forums
|
|
|
|
|
Forum Member
      
Group: Customers
Last Login: 06/01/2008 22:27:42
Posts: 42,
Visits: 90
|
|
| FYI: This whole time, it had nothing to do with my code being wrong. The dll. with the "missing function" just wasn't getting updated after I would build. I had to change WHERE it was sending the .dll after building. Once I overwrote the old one with the new one, it worked like a charm. (Thanks Ryan for the help...)
------------------------- Matt Brown Metal Review Forums
|
|
|
|