<?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: License Exception When Using Measurement Studio 7.1 .NET Libraries with Microsoft Visual Studio 2003 .Net in Measurement Studio for .NET Languages</title>
    <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/License-Exception-When-Using-Measurement-Studio-7-1-NET/m-p/247234#M2011</link>
    <description>&lt;P&gt;I have to do the below steps to get the license to work:&lt;/P&gt;
&lt;P&gt;-------&lt;/P&gt;
&lt;P&gt;Because Visual Studio .NET embeds only the licenses of types that are included in the licenses.licx file, every licensed type used in the application must be included in the licenses.licx file. Visual Studio .NET does not embed licenses for managed or unmanaged Visual C++ applications. If you create a managed Visual C++ application or an unmanaged application using managed extensions that uses the Measurement Studio .NET class libraries, unlicensed dialog boxes appear at run time and cause your application to close. Complete the following steps to license the Measurement Studio .NET libraries in your application:&lt;/P&gt;
&lt;DIR&gt;
&lt;DIR&gt;
&lt;P&gt;Select &lt;B&gt;Project»Properties»Build Events»Pre-Build Event&lt;/B&gt; in Visual Studio .NET and add the following line to &lt;B&gt;Command Line&lt;/B&gt;: &lt;/P&gt;&lt;FONT face="Courier New" size="2"&gt;
&lt;P&gt;lc.exe /target:"$(TargetFileName)" /complist:"$(ProjectDir)licenses.licx" &lt;/P&gt;&lt;/FONT&gt;
&lt;P&gt;Select &lt;B&gt;Project»Properties»Linker»Input&lt;/B&gt; and add the following line to &lt;B&gt;Embed Managed Resource File&lt;/B&gt;: &lt;/P&gt;&lt;FONT face="Courier New" size="2"&gt;
&lt;P&gt;"$(ProjectDir)$(TargetFileName).licenses"&lt;/P&gt;&lt;/FONT&gt;&lt;/DIR&gt;&lt;/DIR&gt;
&lt;DIV&gt;------&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I'm just wondering if there's an option I can set to get around doing this everytime I create a project.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks for the reply.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;-Jerome&lt;/DIV&gt;</description>
    <pubDate>Wed, 27 Jul 2005 19:55:51 GMT</pubDate>
    <dc:creator>jongj</dc:creator>
    <dc:date>2005-07-27T19:55:51Z</dc:date>
    <item>
      <title>License Exception When Using Measurement Studio 7.1 .NET Libraries with Microsoft Visual Studio 2003 .Net</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/License-Exception-When-Using-Measurement-Studio-7-1-NET/m-p/247185#M2006</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I know there is a patch for this issue with VS 2005 beta, but I'm wondering if there's a patch for VS 2003?&amp;nbsp; The message pops up as "The Measurement Studio assemblies used in this application are unlicensed.&amp;nbsp; Refer to the Measurement Studio .NET licensing topic in the NI Measurement Studio Help for more information. This program will automatically shut down in 30 second..."&amp;nbsp; and I am unable to use the Measurement Studio .Net tools in a windows console application unless I manually set the settings for a license (which I found in the Help section).&amp;nbsp; Anyway, I'm wondering if there's a patch or workaround so I don't have to manually&amp;nbsp;set the settings for a license?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 27 Jul 2005 18:37:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/License-Exception-When-Using-Measurement-Studio-7-1-NET/m-p/247185#M2006</guid>
      <dc:creator>jongj</dc:creator>
      <dc:date>2005-07-27T18:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: License Exception When Using Measurement Studio 7.1 .NET Libraries with Microsoft Visual Studio 2003 .Net</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/License-Exception-When-Using-Measurement-Studio-7-1-NET/m-p/247230#M2009</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;
What do you mean by "manually set the settings for a license"?  Is there a
licenses.licx file in your project and if so, what are the contents of this
file?  There are no known issues with Measurement Studio licensing in VS.NET
2003 as there are in VS.NET 2005 Beta 2, so there is no patch.  It should 
work as long as your installation is correct and the appropriate entries are
present in your project licenses.licx file.
&lt;/P&gt;

&lt;P&gt;
- Elton
&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2005 19:49:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/License-Exception-When-Using-Measurement-Studio-7-1-NET/m-p/247230#M2009</guid>
      <dc:creator>Elton Wells</dc:creator>
      <dc:date>2005-07-27T19:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: License Exception When Using Measurement Studio 7.1 .NET Libraries with Microsoft Visual Studio 2003 .Net</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/License-Exception-When-Using-Measurement-Studio-7-1-NET/m-p/247234#M2011</link>
      <description>&lt;P&gt;I have to do the below steps to get the license to work:&lt;/P&gt;
&lt;P&gt;-------&lt;/P&gt;
&lt;P&gt;Because Visual Studio .NET embeds only the licenses of types that are included in the licenses.licx file, every licensed type used in the application must be included in the licenses.licx file. Visual Studio .NET does not embed licenses for managed or unmanaged Visual C++ applications. If you create a managed Visual C++ application or an unmanaged application using managed extensions that uses the Measurement Studio .NET class libraries, unlicensed dialog boxes appear at run time and cause your application to close. Complete the following steps to license the Measurement Studio .NET libraries in your application:&lt;/P&gt;
&lt;DIR&gt;
&lt;DIR&gt;
&lt;P&gt;Select &lt;B&gt;Project»Properties»Build Events»Pre-Build Event&lt;/B&gt; in Visual Studio .NET and add the following line to &lt;B&gt;Command Line&lt;/B&gt;: &lt;/P&gt;&lt;FONT face="Courier New" size="2"&gt;
&lt;P&gt;lc.exe /target:"$(TargetFileName)" /complist:"$(ProjectDir)licenses.licx" &lt;/P&gt;&lt;/FONT&gt;
&lt;P&gt;Select &lt;B&gt;Project»Properties»Linker»Input&lt;/B&gt; and add the following line to &lt;B&gt;Embed Managed Resource File&lt;/B&gt;: &lt;/P&gt;&lt;FONT face="Courier New" size="2"&gt;
&lt;P&gt;"$(ProjectDir)$(TargetFileName).licenses"&lt;/P&gt;&lt;/FONT&gt;&lt;/DIR&gt;&lt;/DIR&gt;
&lt;DIV&gt;------&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I'm just wondering if there's an option I can set to get around doing this everytime I create a project.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks for the reply.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;-Jerome&lt;/DIV&gt;</description>
      <pubDate>Wed, 27 Jul 2005 19:55:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/License-Exception-When-Using-Measurement-Studio-7-1-NET/m-p/247234#M2011</guid>
      <dc:creator>jongj</dc:creator>
      <dc:date>2005-07-27T19:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: License Exception When Using Measurement Studio 7.1 .NET Libraries with Microsoft Visual Studio 2003 .Net</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/License-Exception-When-Using-Measurement-Studio-7-1-NET/m-p/247246#M2013</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;
Unforunately, this is a limitation of Visual C++ 2003.  This is not an issue
in any version of Visual C# or Visual Basic .NET, and this is no longer an
issue for Visual C++ 2005.  The steps that you're following from the licensing
topic are what you have to do for any licensed .NET types in Visual C++ 2003.
&lt;/P&gt;

&lt;P&gt;
- Elton
&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2005 20:19:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/License-Exception-When-Using-Measurement-Studio-7-1-NET/m-p/247246#M2013</guid>
      <dc:creator>Elton Wells</dc:creator>
      <dc:date>2005-07-27T20:19:42Z</dc:date>
    </item>
  </channel>
</rss>

