• Nazeer
  • NEWBIE
  • 5 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 10
    Questions
  • 29
    Replies

Dear Salesforce gurus,

 How we can know the standard Salesforce FORM name. Consider that I am in edit page of one custom object (once I click on new record). I need to capture values of all fields in that page and need to do some query operation and populate that result of the query in one of the text field of the page.

 Any help highly appreciated, Thanks


  • December 13, 2007
  • Like
  • 0

Hi,

How do we handle the attachments in inbound mail? I need to capture email attachment as attachment in Salesforce.  I had created Salesforce (case) records from the contents of email but struggling to handle attachment. Any detail update on this is highly appreciated.

How we can handle this through Apex EMAIL SERVICES
 
Thanks
Nazeer

Message Edited by Nazeer on 11-23-2007 07:35 AM

  • November 21, 2007
  • Like
  • 0

Can we use Apex Email Services as similar to Email to Case? Is it possible? I do have around 10 routing address in Email to case, can I achieve same by Apex email services. Is it possible to rename Salesforce generated domain name is email services.

 I didn’t find any detailed documentation regarding this. Any detailed clarifications highly appreciated.

 Thanks ~ Nazeer

  • November 16, 2007
  • Like
  • 0
hi,

In Email2Case functionality,
What about the mails sent to particular mail Id (Used for creating routing address)
Is it deleted / moved once cases created in Salesforce.?

Where i can check / set this option.
Any info highly appreciated.

Thanks
  • October 03, 2007
  • Like
  • 0
Hi,

We are facing storage issue since use of heavy attachments and more emails.
We know Case Detachifier Apps is best use in this case.

But it makes dependency with internal server.
How can we hanlde this issue.

Any suggestions highly appreciated

Thanks
Nazeer
  • August 16, 2007
  • Like
  • 0

In account object, I have account code related to Account Name. Account name would have unique Account code.

In case Object, there is a look up field Account name and another custom field Account code.

I would like to auto populate Account name when I put Account code, I need this functionality in Case Screen (Used for logging case).

This is normal field update functionality only, but think about updating Account related information in Case.

Is it possible in SFDC, if yes any idea?

hi ,

I have downloaded and installed Case Detachifier.
But i am not able to login in to Case Detachifier.

it gives eror,

Error: Unable to login
The underlying connedction was closed. the connection was closed unexpectely.

Appreciated any clues .

Thanks in advance - Nazeer

I have one issue in Email-To-Case functionality, all setup is working fine.

Actually case is created by this functionality that should populate case origin as declared in routing address.

A single mail was sent by one of user that has 3 different mail Ids in TO field. All three is declared for different functionality in routing address.

"For example, we could see the case xxxx created from an email sent to info.it@company.com, info.fr@company.com and info.swise@company.com.

Three cases was created correctly but all have been categorized as Email to case - Italy so have been assigned to the Italy queue (following the Salesforce assignment rule)

If I understand well, the first case should have been categorized as email to case - Italy, so being assigned to Italy queue, the second one as email to case - France so assigned to the France queue and the 3rd one as email to case - Switzerland so assigned to the Switzerland queue.

But all have been categorized as email to case - Italy."

Any clue to tack this is helpful.

Thanks-Nazeer.

 

hi,
 
Email to case is working fine. but i found a problem.
 
Three cases was created with same email orgin. by the setting of routing address orgin of each case should be diferent.
 
Any clues/idea to track this issue.
 
Thanks in advance.
Nazeer
 
here am new to SFDC.
installed Apex data loader 9.0 on my system.
 
when am logon error is coming..
error is " failed to send request to https://salesforce.com/services/soap/u/9.0 ".
 
if anyone come across this let me know, how caa i resolve this issue.
  • April 25, 2007
  • Like
  • 0
Im not sure if this is possible or not.  Essentially what we have is a textbox field on the opportunity form where folks can put in some free form notes about the opp.  I'm looking to see if there is a way to have the current date populate into the text field when the user clicks into the field to add some notes.
 
I'm thinking it may be able to be done with an S-control and Im just looking for a little guidance/advice on if something like this is possible.
 
Thanks,
 
 
  • April 04, 2008
  • Like
  • 0
Hi,
 
We use Mesage & Alerts Under Home page components to Display Custom Messages to our users.
I was thinking if someone could let me know under which entity does this lie, so that i can go ahead and update this through a script rather than manually updating daily.
 
I browsed through the Sforce explorer and couldnt directly find an object which stores this.
Thanks in advance.
 
Anish 
 
  • April 03, 2008
  • Like
  • 0
Please can someone help me with a frustrating problem.  I have installed the latest Eclipse (Europa) IDE and all works fine except that I can't print.  The print button is greyed out.  Can anyone help? I'm running on XP. I've seen the problem reported by others when I've googled it, but can't find a solution.

Thanks,
Erica
  • March 19, 2008
  • Like
  • 0

I need to generate a typical report on all contacts that have never had any activities (no Cases, no Opportunities, no Emails, and no Events) the last 2 years. Means idle contacts need to be retrieved and same thing for account.

 Challenges are,

Reports on lot of objects which is tackled by custom report types which allows such a way like contact-> case/opportunity –> activity.

  1. I need to capture date/time stamp of most recent case, in case of activity “Last activity” help us.
  2. Also need to avid duplicates caused by one to many relationship(Contacts-Case)

 There is any field in case like "Last activity" in activity.


I am unable to login using the APEX Explorer program because of the security token issue.  My IP is in the trusted network addresses.  I can login normally to SalesForce from my PC.  Why is the problem occuring thru APEX Explorer? 
 
Any ideas how to correct this?
We were considering keeping a Salesforce.com session open for extended periods of time; I'm assuming there's some kind of session expiry mechanism?  Does anyone know where to find more information on that subject?

If we were wanting to keep a session alive for long periods of time, is there a simple keepalive call of any kind that we can make and/or a diagnostic call to make sure the session's alive?  I can call one of the normal features, but if I'm going to do that, I'd like to make it a very lightweight call, relatively speaking.

Thanks,

  - Geoffrey
Hi There,

I have a question I was wondering if anyone could offer advice on.

I know salesforce.com fairly well, but am a little new to Apex.

My client wishes to run an "End of Day" type procedure which does a number of things within their system (e.g. calculates values across objects and updates a field at the account level).

Is it possible to have a workflow trigger set up to run some custom Apex code every day? Can I set the time for this, say to run at 8pm each night??

Any advice would be great!

Cheers,
Ryan

Can we use Apex Email Services as similar to Email to Case? Is it possible? I do have around 10 routing address in Email to case, can I achieve same by Apex email services. Is it possible to rename Salesforce generated domain name is email services.

 I didn’t find any detailed documentation regarding this. Any detailed clarifications highly appreciated.

 Thanks ~ Nazeer

  • November 16, 2007
  • Like
  • 0

Would really appreciate if you could assist us in the right direction...

My question:

We are integrating SalesForce into a website. We are using the Web-to-Case module. This is the scenario we want to accomplish: User visits a website and fills out a form. When user submits form, it will convert the form (with input data) into PDF. The PDF will be sent/assigned to an account in SalesForce as a PDF "attachment."

In the "generate html", there are 19 fields, which are: Contact Name, Email, Phone, Subject, Description, Company, Type, Status, Case Reason, Priority, Case Record Type, Response Time, Estimated Effort, Actual Effort, Type of Case, Department, Remote Support, Due Date and Billble. But there is no "file type" field. I need one "file type" field to store the PDF file and send the PDF to salesforce.com.

Any suggestions or advice would be most appreciated.

Thanks for your time.

-James

Hi All,
I have some queries regarding sand box.
How often can we create sand box and can we replicate production from sandbox automatically or will that be a manual process.How many dand boxes can be created for one org.
 
 
  • August 31, 2007
  • Like
  • 0
Hi,
 
How can I include a ".js" (dot javascript) file in an S-Control?
 
Appreciate all your responses in this regard. Please note that the extension of the file is ".js".
Thanks for your responses.
 
Thanks and regards,
Ambili
  • August 24, 2007
  • Like
  • 0
Hi,
My requirement is to create an opportunity at backend on click of a button.
So i'm using an s-control with ajax but an error is showing up saying
'Exception thrown but not caught'.
 
But with the similar code i'm able to create a account...
 
i was using this code in between script
 

var opportunity=new sforce.SObject("Opportunity");

opportunity.Name = "My Opportunity";

opportunity.StageName="Prospecting";

opportunity.CloseDate="8/22/2007";

var result = sforce.connection.create([opportunity]);

var accid=result[0].Id;

alert(accid);

if (result[0].getBoolean("success")) {

alert("new account created with id " + result[0].id);

} else {

alert("failed to create account " + result[0]);

}

 
any help is appreciated.
thanks in advance.
  • August 23, 2007
  • Like
  • 0
Hi,

We are facing storage issue since use of heavy attachments and more emails.
We know Case Detachifier Apps is best use in this case.

But it makes dependency with internal server.
How can we hanlde this issue.

Any suggestions highly appreciated

Thanks
Nazeer
  • August 16, 2007
  • Like
  • 0
Hi
 
I need a solution to export attachments from SFDC which are mainly in pdf format. There is a about 7 gigs worth and we are wanting to store these on the local network. Does any one have any ideas on how to export this data? Then where to import? SQL server? Then will need to copy to network drive.
 
Cheers
  • August 15, 2007
  • Like
  • 0
Hello
 
I've read various postings on this subject, but this just isn't working for me.  I'm replace the New button on a custom object (being created from another custom object).  It's is automatically linking the two custom objects, but I'm trying to pull the Account link to the child custom object.
 
When I run the code, the URL is showing the correct IDs that I'm trying to populate, but the variables are not passing any information, and the page goes into an infinate refresh loop.
 
Here is the code that I'm running:
 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<script language="JavaScript">
function redirect ()
{
parent.frames.location.replace('/a0P/e?retURL%2F{!SFDC_Acct_Plan__c.Id}&CF00NT0000000rFro_lkid={!SFDC_Acct_Plan__c.Id}');
}
redirect();
</script>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
This is setup as an HTML s-control.
 
Any and all help/insight is greatly appreciated.
Thanks
Reid
I'm trying to develop custom code for overloading the New button on a related list. This will populate not just the Contact name (as the standard functionality does), but also populate the Member Status and Group fields from the Contact, automatically.

Code:
<html>
<head>
<script src="/soap/ajax/9.0/connection.js"></script>
<script language="Javascript">
function replace()
{
parent.document.location.href="/a00/e?00N40000001RC56={!Contact.Name}&00N40000001RC69={!Contact.Member_Status__c}&00N40000001RC64={!Contact.Group__c}";
}
</script>
</head>
<body onload="replace()">
</body>
</html>


Yet every time I click on the button, the first URL it takes me to is the proper one. Then, it reloads the page, loses the values... and then reloads the page again. And continues to just sit there reloading the page. I never actually see the new object dialog show up. Can anyone assist?
 

  • August 03, 2007
  • Like
  • 0
I am facing a problem while running the java -jar email2case.jar ... can anyone help me with this.
My email2Case file is ...

<configFile>
   <server1>
       <url>https://exchange.xyz.com</url>
       <protocol>imap</protocol>
       <userName>sunil.nandipati@xyz.com</userName>
       <password>****</password>
       <interval>10</interval>
       <inbox>Inbox</inbox>
       <readbox>Read</readbox>
       <errorbox>Errors</errorbox>
   </server1>
</configFile>

and .. my config file is

<configFile>
   <sfdcLogin>
       <url>https://www.salesforce.com/services/Soap/u/6.0</url>
       <userName>nandipatisunil@gmail.com</userName>
       <password>****</password>
       <loginRefresh>30</loginRefresh>
       <timeout>600</timeout>
   </sfdcLogin>
   <notify>
       <notifyEmail>sunil.nandipati@xyz.com</notifyEmail>
       <from>sunil.nandipati@xyz.com</from>
       <host>https://exchange.xyz.com</host>
   <port>25</port>
       <user>sunil.nandipati@xyz.com</user>
       <password>****</password>
       <service>com.sforce.mail.SMTPNotification</service>
   </notify>
   <attachments>
       <largeAttachmentDirectory>C:\\EmailAgent\\</largeAttachmentDirectory>
       <largeAttachmentURLPrefix>C:\\EmailAgent\\</largeAttachmentURLPrefix>
       <largeAttachmentSize>5</largeAttachmentSize>
   </attachments>
   <services>
       <com.sforce.mail.EmailService>C:\\EmailAgent\\email2case.txt</com.sforce.mail.EmailService>
   </services>
</configFile>

And the error message is ....

2007-06-07 21:35:06,043 [main] INFO  ===========================================
=================================
2007-06-07 21:35:06,043 [main] INFO  Attempting to start service com.sforce.mail
.EmailService with configuration file C:\\EmailAgent\\email2case.txt
2007-06-07 21:35:08,346 [main] ERROR Failed to connect to SFDC service
com.sforce.ws.ConnectionException: Unexpected element. Parser was expecting elem
ent 'urn:partner.soap.sforce.com:accessibilityMode' but found 'urn:partner.soap.
sforce.com:currencySymbol'
       at com.sforce.ws.bind.TypeMapper.verifyTag(TypeMapper.java:272)
       at com.sforce.ws.bind.TypeMapper.verifyElement(TypeMapper.java:294)
       at com.sforce.soap.partner.wsc80.GetUserInfoResult.loadFields(GetUserInf
oResult.java:355)
       at com.sforce.soap.partner.wsc80.GetUserInfoResult.load(GetUserInfoResul
t.java:347)
       at com.sforce.ws.bind.TypeMapper.readSingle(TypeMapper.java:437)
       at com.sforce.ws.bind.TypeMapper.readObject(TypeMapper.java:362)
       at com.sforce.soap.partner.wsc80.LoginResult.loadFields(LoginResult.java
:236)
       at com.sforce.soap.partner.wsc80.LoginResult.load(LoginResult.java:203)
       at com.sforce.ws.bind.TypeMapper.readSingle(TypeMapper.java:437)
       at com.sforce.ws.bind.TypeMapper.readObject(TypeMapper.java:362)
       at com.sforce.soap.partner.wsc80.LoginResponse_element.loadFields(LoginR
esponse_element.java:68)
       at com.sforce.soap.partner.wsc80.LoginResponse_element.load(LoginRespons
e_element.java:59)
       at com.sforce.ws.bind.TypeMapper.readSingle(TypeMapper.java:437)
       at com.sforce.ws.bind.TypeMapper.readObject(TypeMapper.java:362)
       at com.sforce.ws.transport.SoapConnection.bind(SoapConnection.java:119)
       at com.sforce.ws.transport.SoapConnection.receive(SoapConnection.java:93
)
       at com.sforce.ws.transport.SoapConnection.send(SoapConnection.java:76)
       at com.sforce.soap.partner.wsc80.PartnerConnection.login(PartnerConnecti
on.java:499)
       at com.sforce.mail.GenericClient.login(GenericClient.java:264)
       at com.sforce.mail.GenericClient.getConnection(GenericClient.java:178)
       at com.sforce.mail.GenericClient.<init>(GenericClient.java:134)
       at com.sforce.mail.ImapClient.<init>(ImapClient.java:40)
       at com.sforce.mail.EmailService.loadService(EmailService.java:153)
       at com.sforce.SalesforceAgent.main(SalesforceAgent.java:139)
2007-06-07 21:35:08,376 [main] INFO  Will try 2 more time(s).


Appreciate any kind of help.

Rgds,
Sunil Nandipati.

Hi,
 
Email-to-Case agent (Java) works perfectly except for one issue: email attachments are treated as text and put in the case "description field", is there a way to change this behaviour? Couldnt find any configuration regarding this in the sfdcConfig.txt file
 
best regards
 
Iulian
----------------------------------------------------------------------
 
 
This is a multi-part message in MIME format.

------_=_NextPart_001_01C7915E.1B52DC32
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

=20
=20


------_=_NextPart_001_01C7915E.1B52DC32
Content-Type: application/msword;
name="Test.doc"
Content-Transfer-Encoding: base64
Content-Description: Test.doc
Content-Disposition: attachment;
filename="Test.doc"

0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAAPgADAP7/CQAGAAAAAAAAAAAAAAABAAAATQAAAAAAAAAA
EAAAXAAAAAEAAAD+////AAAAAE4AAAD/////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////s
Hi.
I have just starting using this great app called "Case Detachifier" to try and minimize our space usage in Salesforce.
 
Unfortunately I keep getting a Microsoft .NET framework error popping up for different files.
We are using an ftp site to connect to, to upload the files.
 
here is the detail string of the error:
 
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentException: Illegal characters in path.
   at System.IO.Path.CheckInvalidPathChars(String path)
   at System.IO.Path.Combine(String path1, String path2)
   at Detachifier.Attachment.GeneratePlaceholderAttachment(SalesforceData data)
   at Detachifier.Attachment.UploadAttachmentToFTP(SalesforceData data, Byte[] filedata)
   at Detachifier.SalesforceData.RetrieveAndSaveAttachments(ProgressScreen progress, List`1 attachmentIds)
   at Detachifier.SalesforceData.BackupAttachments()
   at Detachifier.SalesforceData.Detachify()
   at Detachifier.OptionsScreen.btnNext_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Detachifier
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/Salesforce.com/Case%20Detachifier/Detachifier.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Deployment
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Deployment/2.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
----------------------------------------
System.Web.Services
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
eoxgkas3
    Assembly Version: 1.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

---------
 
If anybody has some information on this, I would be glad to hear from you.
Thanks
Johann

Hi There-

I’m trying to use the Case Detachifier application.

I want to back up to an FTP site, but that option isn’t working. I’m on Windows XP SP2. I’m certain the FTP login credentials I’m using are correct.

Below is the complete text from this error dialog:


This happens no matter what FTP server I try to connect to, and, as shown in the other screenshot, it just endlessly tries to test my FTP connection.


 
I’ve confirmed that my firewall program (Windows Live OneCare) IS allowing the salesforce.com Case Detachifier. I’ve tried rebooting my machine a couple times, but continue to get the same error.

What’s wrong here? Any suggestions?

Thanks!

Gabe Anderson
Director of Customer Support
Articulate
- The Global Leader in Rapid E-Learning
www.articulate.com

See what the experts are saying about Articulate:
www.articulate.com/company_accolades.html

 Code:

ERROR LOG:

See the end of this message for details on invoking

just-in-time (JIT) debugging instead of this dialog box.

 

************** Exception Text **************

System.UriFormatException: Invalid URI: The format of the URI could not be determined.

   at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)

   at System.Net.WebRequest.Create(String requestUriString)

   at Detachifier.SalesforceData.TestFtpServer()

   at Detachifier.SaveScreen.btnNext_Click(Object sender, EventArgs e)

   at System.Windows.Forms.Control.OnClick(EventArgs e)

   at System.Windows.Forms.Button.OnClick(EventArgs e)

   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)

   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

   at System.Windows.Forms.Control.WndProc(Message& m)

   at System.Windows.Forms.ButtonBase.WndProc(Message& m)

   at System.Windows.Forms.Button.WndProc(Message& m)

   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

 

 

************** Loaded Assemblies **************

mscorlib

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.42 (RTM.050727-4200)

    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

----------------------------------------

Detachifier

    Assembly Version: 1.0.0.0

    Win32 Version: 1.0.0.0

    CodeBase: file:///C:/Program%20Files/salesforce.com/Case%20Detachifier/Detachifier.exe

----------------------------------------

System.Windows.Forms

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.42 (RTM.050727-4200)

    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

----------------------------------------

System

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.42 (RTM.050727-4200)

    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

----------------------------------------

System.Drawing

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.42 (RTM.050727-4200)

    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

----------------------------------------

System.Deployment

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.42 (RTM.050727-4200)

    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Deployment/2.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll

----------------------------------------

System.Web.Services

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.42 (RTM.050727-4200)

    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll

----------------------------------------

System.Xml

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.42 (RTM.050727-4200)

    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll

----------------------------------------

System.Configuration

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.42 (RTM.050727-4200)

    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

----------------------------------------

q2wuacru

    Assembly Version: 1.0.0.0

    Win32 Version: 2.0.50727.42 (RTM.050727-4200)

    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

----------------------------------------

 

************** JIT Debugging **************

To enable just-in-time (JIT) debugging, the .config file for this

application or computer (machine.config) must have the

jitDebugging value set in the system.windows.forms section.

The application must also be compiled with debugging

enabled.

 

For example:

 

<configuration>

    <system.windows.forms jitDebugging="true" />

</configuration>

 

When JIT debugging is enabled, any unhandled exception

will be sent to the JIT debugger registered on the computer

rather than be handled by this dialog box.

 

  • February 16, 2007
  • Like
  • 0