yrgowda - Tuesday, May 21, 2013 5:30 AM:
Guys,
Can anybody help me out on this issue. I'm unable to create identities it says below error.
Line number -41, Error Number: CS0176, Member 'Aras.Server.Core.XML.IsItemPropertyNull(ref System.Xml.XmlElement, ref string)' cannot be accessed with an instance reference; qualify it with a type name instead Line number -41, Error Number: CS1502, The best overloaded method match for 'Aras.Server.Core.XML.GetRelId(System.Xml.XmlElement, string)' has some invalid arguments Line number -41, Error Number: CS1615, Argument '1' should not be passed with the 'ref' keyword <SOAP-ENV:Envelope xmlns:SOAP-ENV="schemas.xmlsoap.org/.../"><SOAP-ENV:Body><SOAP-ENV:Fault xmlns:af="www.aras.com/.../faultcode><faultstring><![CDATA[Line number -41, Error Number: CS0176, Member 'Aras.Server.Core.XML.IsItemPropertyNull(ref System.Xml.XmlElement, ref string)' cannot be accessed with an instance reference; qualify it with a type name instead
Line number -41, Error Number: CS1502, The best overloaded method match for 'Aras.Server.Core.XML.GetRelId(System.Xml.XmlElement, string)' has some invalid arguments
Line number -41, Error Number: CS1615, Argument '1' should not be passed with the 'ref' keyword
]]></faultstring><detail><af:legacy_detail><![CDATA[Line number -41, Error Number: CS0176, Member 'Aras.Server.Core.XML.IsItemPropertyNull(ref System.Xml.XmlElement, ref string)' cannot be accessed with an instance reference; qualify it with a type name instead
Line number -41, Error Number: CS1502, The best overloaded method match for 'Aras.Server.Core.XML.GetRelId(System.Xml.XmlElement, string)' has some invalid arguments
Line number -41, Error Number: CS1615, Argument '1' should not be passed with the 'ref' keyword
]]></af:legacy_detail><af:exception message="Line number -41, Error Number: CS0176, Member 'Aras.Server.Core.XML.IsItemPropertyNull(ref System.Xml.XmlElement, ref string)' cannot be accessed with an instance reference; qualify it with a type name instead
Line number -41, Error Number: CS1502, The best overloaded method match for 'Aras.Server.Core.XML.GetRelId(System.Xml.XmlElement, string)' has some invalid arguments
Line number -41, Error Number: CS1615, Argument '1' should not be passed with the 'ref' keyword
" type="System.ApplicationException"/></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
Brian - Thursday, May 23, 2013 1:20 AM:
Hi yrgowda,
Can I assume you are writing a server method to do something and you are getting this exception when you try to run the code?
If you can post the code someone might be able to help.
Cheers,
Brian.
yrgowda - Tuesday, May 28, 2013 12:40 AM:
Thanks Brain!
Actually i'm trying to add user into identities (In UI) while saving its showing that error only in that particular database but i can add users using nash.
But i wasn't able to understand the problem in UI.
Gowdru
Brian - Monday, June 3, 2013 8:58 PM:
Hi Gowdru,
In that case I can't help you at all.
If it is only that database then there is something odd going on.
Cheers,
Brian