Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Search
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Show
- Discussions
-
in accepted solutions
- +
-
solved
- +
-
in .NET Development
1 - 10 of about 100 discussions
Sorted by:
I'm writing .NET C# code and using the SF API to access objects and object data in SF. I'm accessing the SF standard objects Contact and Opportunity and one custom object named Access. Access is ...
05-15-2013
02:02 PM
2
Replies
58
Views
...= true;
ssu.IsActiveSpecified = true;
EnterpriseWebReference.SaveResult[] saveResults = binding.create(new EnterpriseWebReference.sObject[] { ssu });
for...
05-14-2013
10:47 AM
4
Replies
74
Views
...my code : Public Class WebForm1
Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Dim ServiceBinding As...
05-06-2013
11:12 PM
2
Replies
114
Views
I am writing a web service where I move data between two SF environments using two different Enterprise WSDL, a web service and C#. I have both WSDLs loaded and if I remove one, I don't have a proble...
04-08-2013
02:06 PM
3
Replies
293
Views
Hello. I have import all WSDL in my project. http://s1.directupload.net/images/130308/6s4pi87i.png But in my program the compiler doesen´t know "Lead". http://s1.directupload.net/images/1...
03-08-2013
02:03 PM
1
Reply
303
Views
Full code over at: Stack Overflow Basically, I've encrypted a value in Salesforce using AES 256. When I try to decrypt it via C#, I see a Padding error. The exact same question was posted a few m...
03-12-2013
07:12 PM
2
Replies
373
Views
.... ====================== public string HttpPost(string URI, string Parameters) { System.IO. StreamReader sr = null; try { string InstanceURL...
02-27-2013
05:16 AM
1
Reply
353
Views
Hi We are trying to use WebService callout, and need a working example. I've tried working through the example 'Apex Web Services and Callouts' at http://wiki.developerforce.com/page/Apex_Web_Servi...
01-08-2013
06:26 AM
3
Replies
416
Views
...;</env:Body></env:Envelope>
(59194000)|CALLOUT_REQUEST|[28]|sayHelloWorld_elem ent:[apex_schema_type_info=(http://salesforce.alph a-index.co.uk/packageservice/, true, false), field_order_type...
02-26-2013
02:26 AM
1
Reply
401
Views
...System.Text; using WebApplication1.WebReference; using WebApplication1.SFMetadata; namespace WebApplication1 { public partial class _Default : System.Web.UI.Page { public const double API...
02-08-2013
05:54 AM
5
Replies
448
Views

