No announcements
Found 2599363 threads
-
1 Votes
Cannot add the same member twice to a SerializationInfo object.
If you repro it in other machines, whether it has the same issue?Answered | 3 Replies | 2989 Views | Created by tsingh2 - Monday, November 25, 2013 8:50 PM | Last reply by Jack Zhai-MSFT - Wednesday, December 4, 2013 7:37 AM -
1 Votes
How to resolve cannot add the same member twice to a serializationInfo object exception?
Please create a new Coded UI Test to make sure whether all Coded UI Test has the same problem.Unanswered | 3 Replies | 475 Views | Created by Arulpriya - Tuesday, October 30, 2018 6:53 AM | Last reply by Seyfeddine Aloui - Tuesday, October 30, 2018 9:51 AM -
0 Votes
Cannot add the same member twice to a SerializationInfo object
You also can add log in your extension code to troubleshooting this problem.Proposed | 3 Replies | 861 Views | Created by Sharp Gobi - Monday, December 28, 2015 4:13 AM | Last reply by Weiwei Cai - Friday, January 8, 2016 6:56 AM -
0 Votes
Cannot Add Members to Role
Well, there goes the easy answer :-) So, you should be adding the members to your role using the fully qualified name (DOMAIN\user).Answered | 4 Replies | 8442 Views | Created by hmayer1980 - Friday, September 14, 2007 12:56 PM | Last reply by Gabriel Guimarães - Friday, September 25, 2009 9:20 PM -
1 Votes
dimension member twice in the where clause
I think you can, makes no sense though as it gives you the same answer.Answered | 3 Replies | 1620 Views | Created by smile2020 - Friday, August 2, 2013 6:58 PM | Last reply by Matt Tolhurst - Monday, August 5, 2013 2:42 PM -
1 Votes
Is it possible to add the same relationship twice?
Beth Massi's and other's tutorials will add further value.Answered | 3 Replies | 2228 Views | Created by Donald76 - Saturday, February 26, 2011 1:39 PM | Last reply by PlusOrMinus - Sunday, February 27, 2011 1:03 AM -
0 Votes
Cannot add the same member twice to a SerializationInfo object in Coded UI Test Builder
Add new project to the solution to make it go away.Discussion | 8 Replies | 3442 Views | Created by BMLiberty - Tuesday, May 7, 2013 11:33 AM | Last reply by BMLiberty - Thursday, July 18, 2013 1:15 PM -
0 Votes
"Member names cannot be the same as their enclosing type."
Hi Tristan, the member-name cannot be the class-name that contains that member.Answered | 3 Replies | 4727 Views | Created by tristanrichter - Thursday, September 3, 2015 5:44 PM | Last reply by Christopher84 - Thursday, September 3, 2015 9:17 PM -
0 Votes
IE9 Object Tag Load Twice
But, I still wonder why I <object> tag will make IE call the jsp twice.Answered | 5 Replies | 2696 Views | Created by 4cop2c - Wednesday, June 11, 2014 9:33 AM | Last reply by 网游 - wang'you - Thursday, June 12, 2014 3:35 AM -
0 Votes
workflow sends the same email twice
Hi, Per my understanding, a custom SharePoint Designer workflow send an email twice when there is only one send email action in it.Answered | 1 Replies | 1195 Views | Created by Lasido - Tuesday, April 14, 2015 7:45 AM | Last reply by Patrick_Liang - Friday, April 17, 2015 9:28 AM -
0 Votes
Same Period LY Calculated Member
I have Dim Date as role playing dimension (used twice for Order date and Dispatch date).Answered | 3 Replies | 1145 Views | Created by m4ni - Wednesday, November 9, 2016 9:57 PM | Last reply by m4ni - Saturday, November 12, 2016 11:07 PM -
0 Votes
Same values displayed twice in a report
textbox1.Value You can add this expression to (ex: textbox2), which will always refer to the value of textbox1.Answered | 2 Replies | 2008 Views | Created by AdinaF - Friday, February 15, 2013 2:28 PM | Last reply by AdinaF - Monday, February 25, 2013 9:27 AM -
0 Votes
How to get object after SetValue(string,object) , on SerializationInfo
I would say you must need to know the type of an Object after deserialization, what could be the possible scenario in which developer won't be knowing the type of an Object.Answered | 6 Replies | 667 Views | Created by MarcusHe - Friday, April 7, 2017 2:00 AM | Last reply by RohitArora - Monday, April 10, 2017 4:22 AM -
0 Votes
Dimension:Join on the same table twice
Left join returned me duplicates (the same as inner join).Probably the query wasn't correct.Answered | 5 Replies | 754 Views | Created by AngelosPs - Thursday, February 16, 2017 2:03 PM | Last reply by AngelosPs - Friday, February 17, 2017 11:01 AM -
1 Votes
Calculated members being PROCESSED twice
This happens with a very small cube I have created against the same database, so it appears to be working as intended.Answered | 7 Replies | 6928 Views | Created by bstapylton - Wednesday, May 11, 2011 1:32 AM | Last reply by Darren Gosbell - Tuesday, May 17, 2011 4:28 AM -
3 Votes
Openfiledialog multiselect adds same item twice
I want to learn the language, but at the same time I want to complete my project as fast as possible, as I'm working quite a while on it.Answered | 19 Replies | 1457 Views | Created by Rionto - Friday, January 4, 2013 8:15 PM | Last reply by Rionto - Sunday, January 6, 2013 10:39 AM -
3 Votes
Webtest same FormPostParameter added twice
Unfortunately we cannot inspect the project because it is third party code under test.Answered | 8 Replies | 775 Views | Created by dwate88 - Wednesday, April 22, 2015 3:24 PM | Last reply by dwate88 - Monday, April 27, 2015 9:45 AM -
0 Votes
member names cannot be the same as their enclosing type
You may have to post some code but it is very likely you have the wrong footprint on a constructor or you named a method the same as your class.Answered | 5 Replies | 2378 Views | Created by Ashok Arora - Friday, October 14, 2016 10:07 AM | Last reply by Ian Holdsworth Automation Test Engineer - Monday, October 17, 2016 9:02 AM -
1 Votes
this pointer same value as member variable
And it will be the address of the first member variable of the object.Answered | 17 Replies | 1941 Views | Created by JAG77 - Sunday, October 27, 2013 7:46 PM | Last reply by JAG77 - Thursday, October 31, 2013 1:47 AM -
0 Votes
Projecting Different Data Contracts from the same object
On your Booking service you'd only serialize (and read from the SerializationInfo) the id and description, while on the Admin service you'd use all the fields.Answered | 1 Replies | 3563 Views | Created by thecalamaridetective - Tuesday, October 21, 2008 3:50 PM | Last reply by Carlos Figueira - Tuesday, October 21, 2008 5:11 PM - Items 1 to 20 of 2599363 Next ›
No announcements