<?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: Using C# and VS 2002 with .NET 1.1 in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/using-c-and-vs-2002-with-net-1-1/m-p/1373988#M84444</link>
    <description>Yes to both but also have a look at the labs located here.&lt;BR /&gt;
http://usa.autodesk.com/adsk/servlet/index?siteID=123112&amp;amp;id=1911627&lt;BR /&gt;
Regards - Nathan</description>
    <pubDate>Sun, 10 Jul 2005 23:06:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-07-10T23:06:52Z</dc:date>
    <item>
      <title>Using C# and VS 2002 with .NET 1.1</title>
      <link>https://forums.autodesk.com/t5/net-forum/using-c-and-vs-2002-with-net-1-1/m-p/1373984#M84440</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I'm interested in doing AutoCAD customization in C#, and that requires &lt;BR /&gt;
Visual Studio 2002 and ObjectARX.  I need to talk to other software (web &lt;BR /&gt;
services, etc.) that is being created in Visual Studio 2003.  VS 2003 &lt;BR /&gt;
implies .NET framework version 1.1.&lt;BR /&gt;
&lt;BR /&gt;
Do AutoCAD and VS 2002 work with .NET 1.1?&lt;BR /&gt;
&lt;BR /&gt;
Thank you so much for any help,&lt;BR /&gt;
&lt;BR /&gt;
Carlos</description>
      <pubDate>Thu, 07 Jul 2005 22:45:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/using-c-and-vs-2002-with-net-1-1/m-p/1373984#M84440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-07T22:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using C# and VS 2002 with .NET 1.1</title>
      <link>https://forums.autodesk.com/t5/net-forum/using-c-and-vs-2002-with-net-1-1/m-p/1373985#M84441</link>
      <description>Hi again,&lt;BR /&gt;
&lt;BR /&gt;
Just to clarify, a co-worker is creating some web services stuff in C# and &lt;BR /&gt;
VS 2003.  There's a proxy DLL in C# and there's another DLL that is &lt;BR /&gt;
currently mixed-mode C++ to provide a native C++ interface to me and still &lt;BR /&gt;
use the .NET framework-based proxy and web services.  I've got to use the &lt;BR /&gt;
interface that he provides to find out where to insert some blocks into a &lt;BR /&gt;
drawing and what attributes to give them.&lt;BR /&gt;
&lt;BR /&gt;
I'm starting to think that I might be able to accomplish my AutoCAD &lt;BR /&gt;
customization using C#.  This would make my co-worker's job easier because &lt;BR /&gt;
he wouldn't have to do that mixed-mode C++ stuff.  However, I've got to use &lt;BR /&gt;
VS 2002 with ObjectARX and he's using VS 2003.&lt;BR /&gt;
&lt;BR /&gt;
Does anyone know whether there will be a compatibility issue between the two &lt;BR /&gt;
versions?  Will I even be able to write my stuff in C# to begin with? &lt;BR /&gt;
Again, all I have to do is get some location and attribute information and &lt;BR /&gt;
then insert a block into the drawing.&lt;BR /&gt;
&lt;BR /&gt;
Thanks again for your help,&lt;BR /&gt;
&lt;BR /&gt;
Carlos&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Carlos" &lt;CARLOS&gt; wrote in message &lt;BR /&gt;
news:4895763@discussion.autodesk.com...&lt;BR /&gt;
Hello,&lt;BR /&gt;
&lt;BR /&gt;
I'm interested in doing AutoCAD customization in C#, and that requires&lt;BR /&gt;
Visual Studio 2002 and ObjectARX.  I need to talk to other software (web&lt;BR /&gt;
services, etc.) that is being created in Visual Studio 2003.  VS 2003&lt;BR /&gt;
implies .NET framework version 1.1.&lt;BR /&gt;
&lt;BR /&gt;
Do AutoCAD and VS 2002 work with .NET 1.1?&lt;BR /&gt;
&lt;BR /&gt;
Thank you so much for any help,&lt;BR /&gt;
&lt;BR /&gt;
Carlos&lt;/CARLOS&gt;</description>
      <pubDate>Thu, 07 Jul 2005 23:05:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/using-c-and-vs-2002-with-net-1-1/m-p/1373985#M84441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-07T23:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using C# and VS 2002 with .NET 1.1</title>
      <link>https://forums.autodesk.com/t5/net-forum/using-c-and-vs-2002-with-net-1-1/m-p/1373986#M84442</link>
      <description>If you are using purely C#  and the .NET API you do not have the same constraints of using the ObjectARX API  that is using C++ and VS2002.&lt;BR /&gt;
&lt;BR /&gt;
Regards - Nathan</description>
      <pubDate>Fri, 08 Jul 2005 00:58:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/using-c-and-vs-2002-with-net-1-1/m-p/1373986#M84442</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-08T00:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using C# and VS 2002 with .NET 1.1</title>
      <link>https://forums.autodesk.com/t5/net-forum/using-c-and-vs-2002-with-net-1-1/m-p/1373987#M84443</link>
      <description>Does that mean I can customize AutoCAD using C# and VS 2003?  Is everything &lt;BR /&gt;
I need included in the ObjectARX SDK?&lt;BR /&gt;
&lt;BR /&gt;
 I'll be watching Dave F.'s latest post, but I can't seem to find any &lt;BR /&gt;
tutorials on this subject.&lt;BR /&gt;
&lt;BR /&gt;
As you can tell, I'm very new to this.  Thanks so much.&lt;BR /&gt;
&lt;BR /&gt;
-Carlos&lt;BR /&gt;
&lt;BR /&gt;
&lt;NATHAN taylor=""&gt; wrote in message news:4895892@discussion.autodesk.com...&lt;BR /&gt;
If you are using purely C#  and the .NET API you do not have the same &lt;BR /&gt;
constraints of using the ObjectARX API  that is using C++ and VS2002.&lt;BR /&gt;
&lt;BR /&gt;
Regards - Nathan&lt;/NATHAN&gt;</description>
      <pubDate>Fri, 08 Jul 2005 16:59:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/using-c-and-vs-2002-with-net-1-1/m-p/1373987#M84443</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-08T16:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using C# and VS 2002 with .NET 1.1</title>
      <link>https://forums.autodesk.com/t5/net-forum/using-c-and-vs-2002-with-net-1-1/m-p/1373988#M84444</link>
      <description>Yes to both but also have a look at the labs located here.&lt;BR /&gt;
http://usa.autodesk.com/adsk/servlet/index?siteID=123112&amp;amp;id=1911627&lt;BR /&gt;
Regards - Nathan</description>
      <pubDate>Sun, 10 Jul 2005 23:06:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/using-c-and-vs-2002-with-net-1-1/m-p/1373988#M84444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-10T23:06:52Z</dc:date>
    </item>
  </channel>
</rss>

