<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Singapore Comments</title>
<link>http://usergroups.salesforce.com/singapore_sg/</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:creator></dc:creator>
<dc:date>2009-05-19T00:58:19+00:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=1.0" />

<item>
<title>Mike Blackburn comments on "Announcing the Singapore User Group!"</title>
<link>http://usergroups.salesforce.com/singapore_sg/2007/04/announcing_the_.html#c0091535092</link>
<description>Would welcome a chat anytime to discuss SF issues.
My skype address is 
mikeblackburn123

I use the non-proft template and have just installed the volunteer APP - anyone using it?</description>
<content:encoded><![CDATA[<p>Would welcome a chat anytime to discuss SF issues.<br />
My skype address is <br />
mikeblackburn123</p>

<p>I use the non-proft template and have just installed the volunteer APP - anyone using it?</p>
</MTNull>]]></content:encoded>
<dc:creator>Mike Blackburn</dc:creator>
<foaf:homepage rdf:resource="http://www.ccdthailand.org" />
<dc:date>2007-11-29T01:29:28+00:00</dc:date>
</item><item>
<title>Mark comments on "Announcing the Singapore User Group!"</title>
<link>http://usergroups.salesforce.com/singapore_sg/2007/04/announcing_the_.html#c0078854348</link>
<description>Great news!! a singapore usergroup. Ive signed up and what do i do next? Any more information on the event?</description>
<content:encoded><![CDATA[<p>Great news!! a singapore usergroup. I&#39;ve signed up and what do i do next? Any more information on the event?</p>
</MTNull>]]></content:encoded>
<dc:creator>Mark</dc:creator>
<foaf:homepage rdf:resource="" />
<dc:date>2007-08-08T21:24:36+00:00</dc:date>
</item><item>
<title>gurunathan comments on "Announcing the Singapore User Group!"</title>
<link>http://usergroups.salesforce.com/singapore_sg/2007/04/announcing_the_.html#c0069761910</link>
<description>Sir,
I am getting the following error while creating task from ASP.NET application using C# coding, 
kindly give solution to create and edit Task without error message
Server Error in /npiapex Application.
--------------------------------------------------------------------------------

UNKNOWN_EXCEPTION: Destination URL not reset. The URL returned from login must be set in the SforceService 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Web.Services.Protocols.SoapException: UNKNOWN_EXCEPTION: Destination URL not reset. The URL returned from login must be set in the SforceService

Source Error: 


Line 216:        [return: System.Xml.Serialization.XmlElementAttribute(result)]
Line 217:        public SaveResult[] create([System.Xml.Serialization.XmlElementAttribute(sObjects)] sObject[] sObjects) {
Line 218:            object[] results = this.Invoke(create, new object[] {
Line 219:                        sObjects});
Line 220:            return ((SaveResult[])(results[0]));
 

Source File: F:\npiapex\Web References\salesforce1\Reference.cs    Line: 218 

Stack Trace: 


[SoapException: UNKNOWN_EXCEPTION: Destination URL not reset. The URL returned from login must be set in the SforceService]
   System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
   System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   PrjMgmt.salesforce1.SforceService.create(sObject[] sObjects) in F:\npiapex\Web References\salesforce1\Reference.cs:218
   PrjMgmt.addactionitem.Btnsaveadd_Click(Object sender, EventArgs e) in F:\npiapex\addactionitem.aspx.cs:223
   System.Web.UI.WebControls.Button.OnClick(EventArgs e)
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
   System.Web.UI.Page.ProcessRequestMain()

 
</description>
<content:encoded><![CDATA[<p>Sir,<br />
I am getting the following error while creating task from ASP.NET application using C# coding, <br />
kindly give solution to create and edit Task without error message<br />
Server Error in &#39;/npiapex&#39; Application.<br />
--------------------------------------------------------------------------------</p>

<p>UNKNOWN_EXCEPTION: Destination URL not reset. The URL returned from login must be set in the SforceService <br />
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. </p>

<p>Exception Details: System.Web.Services.Protocols.SoapException: UNKNOWN_EXCEPTION: Destination URL not reset. The URL returned from login must be set in the SforceService</p>

<p>Source Error: </p>

<p><br />
Line 216:        [return: System.Xml.Serialization.XmlElementAttribute(&quot;result&quot;)]<br />
Line 217:        public SaveResult[] create([System.Xml.Serialization.XmlElementAttribute(&quot;sObjects&quot;)] sObject[] sObjects) {<br />
Line 218:            object[] results = this.Invoke(&quot;create&quot;, new object[] {<br />
Line 219:                        sObjects});<br />
Line 220:            return ((SaveResult[])(results[0]));<br />
 </p>

<p>Source File: F:\npiapex\Web References\salesforce1\Reference.cs    Line: 218 </p>

<p>Stack Trace: </p>

<p><br />
[SoapException: UNKNOWN_EXCEPTION: Destination URL not reset. The URL returned from login must be set in the SforceService]<br />
   System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)<br />
   System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)<br />
   PrjMgmt.salesforce1.SforceService.create(sObject[] sObjects) in F:\npiapex\Web References\salesforce1\Reference.cs:218<br />
   PrjMgmt.addactionitem.Btnsaveadd_Click(Object sender, EventArgs e) in F:\npiapex\addactionitem.aspx.cs:223<br />
   System.Web.UI.WebControls.Button.OnClick(EventArgs e)<br />
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)<br />
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)<br />
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)<br />
   System.Web.UI.Page.ProcessRequestMain()</p>

<p> <br />
</p>
</MTNull>]]></content:encoded>
<dc:creator>gurunathan</dc:creator>
<foaf:homepage rdf:resource="" />
<dc:date>2007-05-17T05:18:02+00:00</dc:date>
</item><item>
<title>gurunathan comments on "Announcing the Singapore User Group!"</title>
<link>http://usergroups.salesforce.com/singapore_sg/2007/04/announcing_the_.html#c0069760792</link>
<description>Sir,
I am getting the following error while creating task from ASP.NET application using C# coding, 
kindly give solution to create and edit Task without error message
Server Error in /npiapex Application.
--------------------------------------------------------------------------------

UNKNOWN_EXCEPTION: Destination URL not reset. The URL returned from login must be set in the SforceService 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Web.Services.Protocols.SoapException: UNKNOWN_EXCEPTION: Destination URL not reset. The URL returned from login must be set in the SforceService

Source Error: 


Line 216:        [return: System.Xml.Serialization.XmlElementAttribute(result)]
Line 217:        public SaveResult[] create([System.Xml.Serialization.XmlElementAttribute(sObjects)] sObject[] sObjects) {
Line 218:            object[] results = this.Invoke(create, new object[] {
Line 219:                        sObjects});
Line 220:            return ((SaveResult[])(results[0]));
 

Source File: F:\npiapex\Web References\salesforce1\Reference.cs    Line: 218 

Stack Trace: 


[SoapException: UNKNOWN_EXCEPTION: Destination URL not reset. The URL returned from login must be set in the SforceService]
   System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
   System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   PrjMgmt.salesforce1.SforceService.create(sObject[] sObjects) in F:\npiapex\Web References\salesforce1\Reference.cs:218
   PrjMgmt.addactionitem.Btnsaveadd_Click(Object sender, EventArgs e) in F:\npiapex\addactionitem.aspx.cs:223
   System.Web.UI.WebControls.Button.OnClick(EventArgs e)
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
   System.Web.UI.Page.ProcessRequestMain()

 
</description>
<content:encoded><![CDATA[<p>Sir,<br />
I am getting the following error while creating task from ASP.NET application using C# coding, <br />
kindly give solution to create and edit Task without error message<br />
Server Error in &#39;/npiapex&#39; Application.<br />
--------------------------------------------------------------------------------</p>

<p>UNKNOWN_EXCEPTION: Destination URL not reset. The URL returned from login must be set in the SforceService <br />
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. </p>

<p>Exception Details: System.Web.Services.Protocols.SoapException: UNKNOWN_EXCEPTION: Destination URL not reset. The URL returned from login must be set in the SforceService</p>

<p>Source Error: </p>

<p><br />
Line 216:        [return: System.Xml.Serialization.XmlElementAttribute(&quot;result&quot;)]<br />
Line 217:        public SaveResult[] create([System.Xml.Serialization.XmlElementAttribute(&quot;sObjects&quot;)] sObject[] sObjects) {<br />
Line 218:            object[] results = this.Invoke(&quot;create&quot;, new object[] {<br />
Line 219:                        sObjects});<br />
Line 220:            return ((SaveResult[])(results[0]));<br />
 </p>

<p>Source File: F:\npiapex\Web References\salesforce1\Reference.cs    Line: 218 </p>

<p>Stack Trace: </p>

<p><br />
[SoapException: UNKNOWN_EXCEPTION: Destination URL not reset. The URL returned from login must be set in the SforceService]<br />
   System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)<br />
   System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)<br />
   PrjMgmt.salesforce1.SforceService.create(sObject[] sObjects) in F:\npiapex\Web References\salesforce1\Reference.cs:218<br />
   PrjMgmt.addactionitem.Btnsaveadd_Click(Object sender, EventArgs e) in F:\npiapex\addactionitem.aspx.cs:223<br />
   System.Web.UI.WebControls.Button.OnClick(EventArgs e)<br />
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)<br />
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)<br />
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)<br />
   System.Web.UI.Page.ProcessRequestMain()</p>

<p> <br />
</p>
</MTNull>]]></content:encoded>
<dc:creator>gurunathan</dc:creator>
<foaf:homepage rdf:resource="" />
<dc:date>2007-05-17T05:03:17+00:00</dc:date>
</item><item>
<title>Jason Chin comments on "Announcing the Singapore User Group!"</title>
<link>http://usergroups.salesforce.com/singapore_sg/2007/04/announcing_the_.html#c0067090132</link>
<description>Hi,

Great to see the usergroup being formed in Singapore.  I look forward to participate in activities / discussions.</description>
<content:encoded><![CDATA[<p>Hi,</p>

<p>Great to see the usergroup being formed in Singapore.  I look forward to participate in activities / discussions.</p>
</MTNull>]]></content:encoded>
<dc:creator>Jason Chin</dc:creator>
<foaf:homepage rdf:resource="" />
<dc:date>2007-04-20T01:07:31+00:00</dc:date>
</item>
</channel>
</rss><!-- ph=1 -->
<!-- nhm:from_kauri -->
