<?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: C#, dll, vista in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-dll-vista/m-p/9114#M6077</link>
    <description>&lt;P&gt;hope this is not a stupid question - have you added the a&amp;nbsp;reference to the dll in&amp;nbsp;the project? (presuming your using visual studio)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;___________________________________&lt;BR /&gt;&amp;lt;-- Kudos is always welcome....&lt;BR /&gt;TSdotNet&lt;/P&gt;</description>
    <pubDate>Thu, 30 Dec 2010 22:14:53 GMT</pubDate>
    <dc:creator>TSdotNet</dc:creator>
    <dc:date>2010-12-30T22:14:53Z</dc:date>
    <item>
      <title>C#, dll, vista</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-dll-vista/m-p/9104#M6075</link>
      <description>&lt;P&gt;//Error&amp;nbsp;1&amp;nbsp;The type or namespace name 'AuthorizeNET' could not be found (are you missing a using directive or&lt;/P&gt;&lt;P&gt;&amp;nbsp;//an assembly reference?)&amp;nbsp;C:\Users\Marie\Desktop\Authorize_Net\C#\Sample_MP\Sample\AIM&lt;/P&gt;&lt;P&gt;//Example\Auth1.cs&amp;nbsp;5&amp;nbsp;7&amp;nbsp;AIM Example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using AuthorizeNET; // This is the problem****

namespace SampleAuthorization {
    class Program {
        static void Main(string[] args) {
            //step 1 - create the request
            var request = new AuthorizeNet.AuthorizationRequest("4111111111111111", "1216", 10.00M,
                "Test Transaction");

            //step 2 - create the gateway, sending in your credentials
            var gate = new AuthorizeNet.Gateway("", "");

            //step 3 - make some money
            var response = gate.Send(request);

            Console.WriteLine("{0}: {1}",response.ResponseCode, response.Message);
            Console.Read();
        }
    }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am an old c+ programmer attempting to get the AIM to work.&amp;nbsp; I was unable to get the coffee shop sample to open.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code works if I comment out the reference but what is the effect.&lt;/P&gt;&lt;P&gt;I have read the manual and searched the forums and don’t find the answer to the above problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The dll’s are loaded under the Reference.&lt;/P&gt;&lt;P&gt;My OS is vista 64-bit.&lt;/P&gt;&lt;P&gt;I am running in admin mode.&lt;/P&gt;&lt;P&gt;Again, It will build if I comment out the reference.&lt;/P&gt;&lt;P&gt;AIM file was downloaded 12/26/10&lt;/P&gt;&lt;P&gt;I have tried removing and re-adding the reference.&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Marie&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2010 17:49:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-dll-vista/m-p/9104#M6075</guid>
      <dc:creator>MPatrick987</dc:creator>
      <dc:date>2010-12-30T17:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: C#, dll, vista</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-dll-vista/m-p/9114#M6077</link>
      <description>&lt;P&gt;hope this is not a stupid question - have you added the a&amp;nbsp;reference to the dll in&amp;nbsp;the project? (presuming your using visual studio)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;___________________________________&lt;BR /&gt;&amp;lt;-- Kudos is always welcome....&lt;BR /&gt;TSdotNet&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2010 22:14:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-dll-vista/m-p/9114#M6077</guid>
      <dc:creator>TSdotNet</dc:creator>
      <dc:date>2010-12-30T22:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: C#, dll, vista</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-dll-vista/m-p/11250#M7069</link>
      <description>&lt;P&gt;Im sure youre past this by now, but for archive purposes...in Project properties, under "target framework" change it from "3.5 client" to "3.5". it worked for me.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2011 13:46:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-dll-vista/m-p/11250#M7069</guid>
      <dc:creator>CJDauthUser</dc:creator>
      <dc:date>2011-03-18T13:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: C#, dll, vista</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-dll-vista/m-p/24981#M13352</link>
      <description>&lt;P&gt;Thanks for the response. Setting the target framework is a problem with their samples.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2012 00:05:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/C-dll-vista/m-p/24981#M13352</guid>
      <dc:creator>pcapozzi1951</dc:creator>
      <dc:date>2012-03-27T00:05:10Z</dc:date>
    </item>
  </channel>
</rss>

