• HUGOBOSS
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies

I'm currently trying to access Salesforce from my asp.net page using the salesforce-dotnet api (Gaiaware).

But when i try doing a query (search for a name or another field or something) i get this error message (from within VisualStudio):

 

" Unable to automatically step into the server. Connecting to the server www.salesforce.com failed. The Microsoft Visual Studio Remote Debugging Monitor (MSVSMON.EXE) does not appear to be running on the remote computer."

 

Also i get this error as well (right after it):

 

 

 System.Net.WebException was unhandled by user code
  Message="The remote server returned an error: (500) Internal Server Error."
  Source="System"
  StackTrace:
       at System.Net.HttpWebRequest.GetResponse()
       at Gaiaware.Salesforce.Utilities.GzipWebRequest.GetResponse() in C:\Documents and Settings\Techcenter2\Desktop\SalesForce Stuff\salesforce-dotnet-0-1\Gaiaware.Salesforce\Utilities\GzipWebRequest.cs:line 154
       at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request)
  InnerException:

I dont really know what to do to fix these problems...

 

Any help would be appreciated!

 

Thanks

i m new to salesforce.

 

using this to select

qr = binding.query("select Id,FirstName, LastName,Email,toLabel(Recordtype.Name) from Contact")

but i cnnt know

How to get the value in veriable what tolabel(Recordtype.Name) returns