<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Missing Directive in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-Directive/m-p/21059#M11496</link>
    <description>&lt;P&gt;It a typo, &lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;AuthorizeNet&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;PRE&gt;var response = new AuthorizeNET.SIMResponse(post);&lt;/PRE&gt;&lt;P&gt;is lower case "et" as in AuthorizeNet.SIMResponse(post);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jan 2012 12:35:37 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2012-01-04T12:35:37Z</dc:date>
    <item>
      <title>Missing Directive</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-Directive/m-p/21033#M11483</link>
      <description>&lt;P&gt;I am&amp;nbsp;new to Authorize.NET and am attempting&amp;nbsp;DPM, ASP.NET MVC3, C#.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When compiling my solution, I get two errors that underscore&amp;nbsp;AuthorizeNET in two places&amp;nbsp;in HomeController.cs, and&amp;nbsp;is telling me that I am missing a directive or refererence for the namespace AuthorizeNet.&amp;nbsp; The AuthorizeNET.DLL&amp;nbsp; reference&amp;nbsp;is created and the web.config is configured with the AuthorizeNET.helpers namespace.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HERE IS THE CODE THAT FAILS, highlighted in bright red, first and last lines in the braces:&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" color="#2b91af" size="2"&gt;&lt;FONT face="Courier New" color="#2b91af" size="2"&gt;&lt;FONT face="Courier New" color="#2b91af" size="2"&gt;AcceptVerbs&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" color="#2b91af" size="2"&gt;&lt;FONT face="Courier New" color="#2b91af" size="2"&gt;&lt;FONT face="Courier New" color="#2b91af" size="2"&gt;HttpVerbs&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;.Post)]&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;public&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" color="#2b91af" size="2"&gt;&lt;FONT face="Courier New" color="#2b91af" size="2"&gt;&lt;FONT face="Courier New" color="#2b91af" size="2"&gt;ActionResult&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; Sim(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" color="#2b91af" size="2"&gt;&lt;FONT face="Courier New" color="#2b91af" size="2"&gt;&lt;FONT face="Courier New" color="#2b91af" size="2"&gt;FormCollection&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; post)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;var&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; response = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;new&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT color="#ff0000"&gt; AuthorizeNET&lt;/FONT&gt;.SIMResponse(post);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" color="#008000" size="2"&gt;&lt;FONT face="Courier New" color="#008000" size="2"&gt;&lt;FONT face="Courier New" color="#008000" size="2"&gt;//first order of business - validate that it was Auth.net that posted this using&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" color="#008000" size="2"&gt;&lt;FONT face="Courier New" color="#008000" size="2"&gt;&lt;FONT face="Courier New" color="#008000" size="2"&gt;//the MD5 hash that was passed back to us&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;var&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; isValid = response.Validate(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" color="#a31515" size="2"&gt;&lt;FONT face="Courier New" color="#a31515" size="2"&gt;&lt;FONT face="Courier New" color="#a31515" size="2"&gt;""&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;, &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" color="#a31515" size="2"&gt;&lt;FONT face="Courier New" color="#a31515" size="2"&gt;&lt;FONT face="Courier New" color="#a31515" size="2"&gt;"6343LUe4Q9jf"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" color="#008000" size="2"&gt;&lt;FONT face="Courier New" color="#008000" size="2"&gt;&lt;FONT face="Courier New" color="#008000" size="2"&gt;//if it's not valid - just send them to the home page. Don't throw - that's how&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" color="#008000" size="2"&gt;&lt;FONT face="Courier New" color="#008000" size="2"&gt;&lt;FONT face="Courier New" color="#008000" size="2"&gt;//hackers figure out what's wrong :)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;if&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; (!isValid)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;return&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; Redirect(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" color="#a31515" size="2"&gt;&lt;FONT face="Courier New" color="#a31515" size="2"&gt;&lt;FONT face="Courier New" color="#a31515" size="2"&gt;"&lt;A target="_blank" href="http://www.avtec.edu"&gt;http://www.avtec.edu&lt;/A&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" color="#008000" size="2"&gt;&lt;FONT face="Courier New" color="#008000" size="2"&gt;&lt;FONT face="Courier New" color="#008000" size="2"&gt;//the URL to redirect to- this MUST be absolute&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;var&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; returnUrl = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" color="#a31515" size="2"&gt;&lt;FONT face="Courier New" color="#a31515" size="2"&gt;&lt;FONT face="Courier New" color="#a31515" size="2"&gt;"&lt;A target="_blank" href="http://secure.avtec.edu/?m="&gt;http://secure.avtec.edu/?m=&lt;/A&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; + response.Message;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;&lt;FONT face="Courier New" color="#0000ff" size="2"&gt;return&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Content(&lt;FONT color="#ff0000"&gt;AuthorizeNET&lt;/FONT&gt;.Helpers.CheckoutFormBuilders.Redirecter(returnUrl));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2012 21:25:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-Directive/m-p/21033#M11483</guid>
      <dc:creator>SFink</dc:creator>
      <dc:date>2012-01-03T21:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Directive</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-Directive/m-p/21037#M11485</link>
      <description>&lt;P&gt;Did you move the dll from the reference location?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2012 21:44:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-Directive/m-p/21037#M11485</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-01-03T21:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Directive</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-Directive/m-p/21039#M11486</link>
      <description>&lt;P&gt;I did not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I do remove it, I get all kinds of errors.&amp;nbsp; Those errors&amp;nbsp;resolve when I add it, EXCEPT for these two in question.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, is there a difference between the dll found in the bin folder vs. the obj folder?&amp;nbsp; I tried both, but just asking.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2012 23:06:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-Directive/m-p/21039#M11486</guid>
      <dc:creator>SFink</dc:creator>
      <dc:date>2012-01-03T23:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Directive</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-Directive/m-p/21043#M11488</link>
      <description>&lt;P&gt;did it have the&lt;/P&gt;&lt;PRE&gt;using AuthorizeNet; &lt;/PRE&gt;&lt;P&gt;Not sure about obj folder but I always use the one in bin folder.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2012 00:07:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-Directive/m-p/21043#M11488</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-01-04T00:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Directive</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-Directive/m-p/21051#M11492</link>
      <description>&lt;P&gt;yep, included that and for kicks added the other classes available, so there are three.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;using &lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;AuthorizeNet;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;using &lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;AuthorizeNet.APICore;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;using &lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;AuthorizeNet.Helpers;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;I doubt it is necessary, but it shoudln't do any harm either. ????&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;And, yes I too am using the .dll from the bin folder.&amp;nbsp;﻿&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;﻿&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2012 01:46:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-Directive/m-p/21051#M11492</guid>
      <dc:creator>SFink</dc:creator>
      <dc:date>2012-01-04T01:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Directive</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-Directive/m-p/21053#M11493</link>
      <description>&lt;P&gt;Not sure what else to check.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2012 01:49:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-Directive/m-p/21053#M11493</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-01-04T01:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Directive</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-Directive/m-p/21059#M11496</link>
      <description>&lt;P&gt;It a typo, &lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;AuthorizeNet&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;PRE&gt;var response = new AuthorizeNET.SIMResponse(post);&lt;/PRE&gt;&lt;P&gt;is lower case "et" as in AuthorizeNet.SIMResponse(post);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2012 12:35:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-Directive/m-p/21059#M11496</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-01-04T12:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Directive</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-Directive/m-p/21093#M11512</link>
      <description>&lt;P&gt;AAAAAHAAAAAAA!!!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Raynor.&amp;nbsp; This was not my typo, but a typo in the Quick Start Guide from where I copied the code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See: &lt;A target="_blank" href="https://developer.authorize.net/integration/fifteenminutes/csharp"&gt;https://developer.authorize.net/integration/fifteenminutes/csharp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;:smileylol:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have been a big help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2012 18:15:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-Directive/m-p/21093#M11512</guid>
      <dc:creator>SFink</dc:creator>
      <dc:date>2012-01-04T18:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Directive</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-Directive/m-p/21105#M11518</link>
      <description>&lt;P&gt;Raynor,&lt;/P&gt;&lt;P&gt;I have contacted Authorize.net support and alerted them to the typo.&amp;nbsp; I gave you the credit for discovering it.&lt;/P&gt;&lt;P&gt;:smileyhappy:&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2012 18:41:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-Directive/m-p/21105#M11518</guid>
      <dc:creator>SFink</dc:creator>
      <dc:date>2012-01-04T18:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Directive</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-Directive/m-p/21305#M11611</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for this information, we will make sure to get this updated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Joy&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2012 23:25:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-Directive/m-p/21305#M11611</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2012-01-06T23:25:56Z</dc:date>
    </item>
  </channel>
</rss>

