<?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: Other problem Deploying App in Measurement Studio for .NET Languages</title>
    <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/165356#M930</link>
    <description>I would recommend you contact one of our applications engineers by going &lt;A href="http://sine.ni.com/apps/we/niae_asc.main" target="_blank"&gt;here&lt;/A&gt;. They should be able to help you deploy Datasocket applications.</description>
    <pubDate>Wed, 24 Nov 2004 15:59:28 GMT</pubDate>
    <dc:creator>bilalD</dc:creator>
    <dc:date>2004-11-24T15:59:28Z</dc:date>
    <item>
      <title>Other problem Deploying App</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160407#M856</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt; I have develop an App using NationalInstruments.UI.WindowsForms library. I have no problem executing the App in the computer where the App was developped. But when I try to run the .exe in other computer an Exception is show: 'System.IO.FileNotFoundException' he can`t find NationalInstruments.UI.WindowsForms. &lt;BR /&gt;&lt;BR /&gt; when I generate the App only one file is created, the App.exe (no dll's files).&lt;BR /&gt;&lt;BR /&gt; I have to do some especial tu make my App portables? &lt;BR /&gt;&lt;BR /&gt;Pd: Sorry for my English...again.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot,&lt;BR /&gt;&lt;BR /&gt; Kiko llaneras. &lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2004 18:56:27 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160407#M856</guid>
      <dc:creator>kikoLlan</dc:creator>
      <dc:date>2004-10-27T18:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Other problem Deploying App</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160408#M857</link>
      <description>How are you deploying the app?  Are you creating an installer for the application and running the installer on the other computers or are you just copying the App.exe file?  At a minimum, your application will also need NationalInstruments.Common.dll, NationalInstruments.UI.dll, and NationalInstruments.UI.WindowsForms.dll on the other machines, and there could be more that it needs depending on what else you're using.  Is your application using any other Measurement Studio libraries other than UI?  Is your application using any 3D styles with the UI components?&lt;BR /&gt;&lt;BR /&gt;- Elton &lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2004 20:28:13 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160408#M857</guid>
      <dc:creator>Elton Wells</dc:creator>
      <dc:date>2004-10-27T20:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Other problem Deploying App</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160409#M858</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt; 1) I am just generating the project (debug) and copying the App.exe file. &lt;BR /&gt;&lt;BR /&gt; 2) I am using only NationalInstruments.UI library.&lt;BR /&gt;&lt;BR /&gt; 3) I think that I am not using 3D Styles, I don't remember that now, I will see the code tomorrow morning.&lt;BR /&gt;&lt;BR /&gt; Sorry, but I am neewby using Measurement Studio and with .NET, I am sure that I am doing something wrong.&lt;BR /&gt;&lt;BR /&gt;When I generate the project the dll files are not generated. I think that I must "do" something more...&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your fast help,&lt;BR /&gt;&lt;BR /&gt;Kiko Llaneras. &lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2004 21:48:58 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160409#M858</guid>
      <dc:creator>kikoLlan</dc:creator>
      <dc:date>2004-10-27T21:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Other problem Deploying App</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160410#M859</link>
      <description>The easiest approach would be to create a Visual Studio .NET setup project for your application.  The setup project should detect the dependencies that you're using and automatically pull in the merge modules that it needs for your application.  You could then build an .msi from the setup project and run it on the the other computers and that should properly set up your application.&lt;BR /&gt;&lt;BR /&gt;If you prefer to deploy your application by just copying the files over, you will need to also copy NationalInstruments.Common.dll, NationalInstruments.UI.dll, and NationalInstruments.UI.WindowsForms.dll with your application.  These assemblies should be copied to the same directory as your application on the other computers.  You can find these assemblies in th&lt;BR /&gt;e C:\Program Files\National Instruments\MeasurementStudioVS2003\DotNET\Assemblies\Current folder.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;- Elton &lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2004 22:11:00 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160410#M859</guid>
      <dc:creator>Elton Wells</dc:creator>
      <dc:date>2004-10-27T22:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Other problem Deploying App</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160411#M860</link>
      <description>Hello again,&lt;BR /&gt;&lt;BR /&gt; I have created a setup project for the app, the setup detect the dependences that I'm using. Then I generate a .msi file. I execute the msi without problem, but when it is installing files I get an error message: Error 2920, he can't find one source file (I don't known which one).&lt;BR /&gt;&lt;BR /&gt;I can create a setup for an app that don't use  MStudio libraries without problem.&lt;BR /&gt;&lt;BR /&gt; This afternoon I will try by just copying the files that i need.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot... Again!&lt;BR /&gt;&lt;BR /&gt; Kiko Llaneras &lt;BR /&gt;</description>
      <pubDate>Thu, 28 Oct 2004 10:17:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160411#M860</guid>
      <dc:creator>kikoLlan</dc:creator>
      <dc:date>2004-10-28T10:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Other problem Deploying App</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160412#M861</link>
      <description>THe help topic &lt;STRONG&gt;Distributing Measurement Studio .NET Applications&lt;/STRONG&gt; describes all the required assemblies. &lt;BR /&gt;If nimetautils.msm  is one of the msms that the setup project added, you must add a ProgramFilesFolder entry in the Directory Table. Here is what the documentation states&lt;BR /&gt;&lt;BR /&gt;&lt;I&gt;Any deployment project that contains the nimetautils.msm merge module must include a ProgramFilesFolder entry in the Directory Table. To include this entry in Visual Studio .NET, add a "Program Files Folder" as a Special Folder in the File System view of the deployment project.&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;I believe adding this item will fix your 2920 error.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Bilal Durrani&lt;BR /&gt;NI &lt;BR /&gt;</description>
      <pubDate>Thu, 28 Oct 2004 13:09:48 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160412#M861</guid>
      <dc:creator>bilalD</dc:creator>
      <dc:date>2004-10-28T13:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Other problem Deploying App</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160413#M862</link>
      <description>My deployment project contains the nimetautils.msm merge module. I create a ProgramFilesFolder but I don't known wich files I have to put into. I try putting in the nimetautils.msm as a file, but I get the same 2920 error.&lt;BR /&gt;&lt;BR /&gt;  Thanks, tomorrow I will work on that.&lt;BR /&gt;&lt;BR /&gt;Kiko &lt;BR /&gt;</description>
      <pubDate>Thu, 28 Oct 2004 16:33:43 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160413#M862</guid>
      <dc:creator>kikoLlan</dc:creator>
      <dc:date>2004-10-28T16:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Other problem Deploying App</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160414#M863</link>
      <description>bufff...&lt;BR /&gt;&lt;BR /&gt; I have try to peloy my demo applycations by just copying the files over and copying NationalInstruments.Common.dll, NationalInstruments.UI.dll, NationalInstruments.UI.WindowsForms.dll and all dll files in C:\Program Files\National Instruments\MeasurementStudioVS2003\DotNET\Assemblies\Current folder.&lt;BR /&gt;&lt;BR /&gt; I have 4 demo apps:&lt;BR /&gt;&lt;BR /&gt;1) the first run, but when I push a button I get an exception:&lt;BR /&gt;System.DllNotFoundException: System.DllNotFoundException:  DLL can't be loaded (Analysis.dll).&lt;BR /&gt;&lt;BR /&gt;2)and 3) the second run without problems.&lt;BR /&gt;&lt;BR /&gt;4) doesn't run. An exception is show:&lt;BR /&gt;'System.Runtime.InteropServices.COMException' in system.windows.forms.dll&lt;BR /&gt;&lt;BR /&gt;Aditionl info: Class not registered.&lt;BR /&gt;&lt;BR /&gt; All this examples run without problem in t&lt;BR /&gt;he computer where Mstudio is installed. &lt;BR /&gt;&lt;BR /&gt; I know that I am giving too much work for you, but your are been my best info source, Thanks again...&lt;BR /&gt;&lt;BR /&gt;Kiko Llaneras. &lt;BR /&gt;</description>
      <pubDate>Thu, 28 Oct 2004 18:06:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160414#M863</guid>
      <dc:creator>kikoLlan</dc:creator>
      <dc:date>2004-10-28T18:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Other problem Deploying App</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160415#M864</link>
      <description>&lt;I&gt;"1) the first run, but when I push a button I get an exception: System.DllNotFoundException: System.DllNotFoundException:  DLL can't be loaded (Analysis.dll)."&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;It sounds like you're also using the Measurement Studio analysis library (NationalInstruments.Analysis.Enterprise.dll, NationalInstruments.Analysis.Professional.dll, or NationalInstruments.Analysis.Standard.dll, depending on which package you have installed).  If you're using the analysis library, you will also need to copy Analysis.dll, which you can find at C:\Program Files\National Instruments\MeasurementStudioVS2003\Common\Analysis.dll.  Copy this .dll to the same directory as the application and other assemblies that you copied.&lt;BR /&gt;&lt;BR /&gt;&lt;I&gt;"2)and 3) the secon&lt;BR /&gt;d run without problems."&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;Could you please clarify what you mean by "second run without problems?"  Does this mean that they run without problems or run the second time you run them?&lt;BR /&gt;&lt;BR /&gt;&lt;I&gt;"4) doesn't run. An exception is show: 'System.Runtime.InteropServices.COMException' in system.windows.forms.dll"&lt;BR /&gt;&lt;BR /&gt;I'm guessing that this exception is unrelated to the Measurement Studio assemblies since this is a COMException and the exception is coming from System.Windows.Forms.dll.  Could you please post a stack trace for this exception so that we can see more information about where this exception is originating from?  Thanks.&lt;BR /&gt;&lt;BR /&gt;- Elton &lt;BR /&gt;&lt;/I&gt;</description>
      <pubDate>Thu, 28 Oct 2004 18:42:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160415#M864</guid>
      <dc:creator>Elton Wells</dc:creator>
      <dc:date>2004-10-28T18:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Other problem Deploying App</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160416#M865</link>
      <description>Sorry, &lt;BR /&gt;&lt;BR /&gt; "2)and 3) the second run without problems."&lt;BR /&gt;&lt;BR /&gt; Means:&lt;BR /&gt;&lt;BR /&gt;  "2)and 3) both run without problems. These Apps run very well, no problems there" &lt;BR /&gt;</description>
      <pubDate>Thu, 28 Oct 2004 19:05:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160416#M865</guid>
      <dc:creator>kikoLlan</dc:creator>
      <dc:date>2004-10-28T19:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Other problem Deploying App</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160417#M866</link>
      <description>Yes, the first App use NationalInstruments.Analysis.Enterprise.dll library. I should copy Analysis.dll .&lt;BR /&gt;&lt;BR /&gt; It must be a stupid cuestion, but How can I know what libraries I need?. If I use an object from some National Instruments library I should copy that library with my App.exe file, Isn't it?&lt;BR /&gt;&lt;BR /&gt;About the 4 App, I don't know what is a stack trace... I give you some information:&lt;BR /&gt;&lt;BR /&gt;-------------------------------------&lt;BR /&gt;&lt;BR /&gt;system.windows.forms.dll!System.Windows.Forms.AxHost.CreateInstance() + 0x99 bytes	&lt;BR /&gt; 	system.windows.forms.dll!System.Windows.Forms.AxHost.GetOcxCreate() + 0x14 bytes	&lt;BR /&gt; 	system.windows.forms.dll!System.Windows.Forms.AxHost.TransitionUpTo(int state) + 0xa1 bytes	&lt;BR /&gt; 	system.windows.forms.dll!System.Windows.Forms.AxHost.CreateHandle() + 0x23 bytes	&lt;BR /&gt; 	system.windows.forms.dll!System.Windows.Forms.Control.CreateControl(bool fIgnoreVisible) + 0x90 bytes	&lt;BR /&gt; 	system.windows.forms.dll!System.Windows.Forms.Control.CreateControl(bool fIgnoreVisible) + 0x13f bytes	&lt;BR /&gt; 	system.windows.forms.dll!System.Windows.Forms.AxHost.EndInit() + 0x2c bytes	&lt;BR /&gt; 	Prueba 54.exe!Prueba_54.Form1.InitializeComponent() + 0xad9 bytes	&lt;BR /&gt; 	Prueba 54.exe!Prueba_54.Form1.Form1() + 0x28 bytes	&lt;BR /&gt; 	Prueba 54.exe!Prueba_54.Form1.Main() + 0x18 bytes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DEBUG:-------------------------------------&lt;BR /&gt;&lt;BR /&gt;se carg�=load&lt;BR /&gt;No se pueden cargar s�mbolos=Symbols can't be loaded&lt;BR /&gt;&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\Documents and Settings\Administrador\Escritorio\Nueva carpeta\Prueba 54.exe', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\ntdll.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\mscoree.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\kernel32.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\advapi32.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\rpcrt4.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\shlwapi.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\msvcrt.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\gdi32.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\user32.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorwks.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\msvcr71.dll', S�mbolos cargados.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\fusion.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\shell32.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_x-ww_1382d70a\comctl32.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\comctl32.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorlib.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\assembly\NativeImages1_v1.1.4322\mscorlib\1.0.5000.0__b77a5c561934e089_7b162370\mscorlib.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorsn.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\ole32.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\uxtheme.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\Archivos de programa\Panda Software\Panda Platinum Internet Security\pavoepl.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\Archivos de programa\Panda Software\Panda Platinum Internet Security\StoreMan.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\shfolder.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\assembly\GAC\System.Windows.Forms\1.0.5000.0__b77a5c561934e089\System.Windows.Forms.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\assembly\NativeImages1_v1.1.4322\System.Windows.Forms\1.0.5000.0__b77a5c561934e089_c3e87c60\System.Windows.Forms.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\assembly\GAC\System\1.0.5000.0__b77a5c561934e089\System.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\assembly\NativeImages1_v1.1.4322\System\1.0.5000.0__b77a5c561934e089_b35962ad\System.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorjit.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\diasymreader.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\assembly\GAC\System.Drawing\1.0.5000.0__b03f5f7f11d50a3a\System.Drawing.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\assembly\NativeImages1_v1.1.4322\System.Drawing\1.0.5000.0__b03f5f7f11d50a3a_ea6d32a4\System.Drawing.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\Documents and Settings\Administrador\Escritorio\Nueva carpeta\AxInterop.CWUIControlsLib.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\rsaenh.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\Documents and Settings\Administrador\Escritorio\Nueva carpeta\NationalInstruments.UI.WindowsForms.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorsec.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\wintrust.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\crypt32.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\msasn1.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\imagehlp.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\softpub.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\version.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\userenv.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\secur32.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\netapi32.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\cryptnet.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\wldap32.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\wininet.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\oleaut32.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\rasapi32.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\rasman.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\ws2_32.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\ws2help.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\tapi32.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\rtutils.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\winmm.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\sensapi.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\Documents and Settings\Administrador\Escritorio\Nueva carpeta\NationalInstruments.UI.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\Documents and Settings\Administrador\Escritorio\Nueva carpeta\NationalInstruments.Common.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.0.0_x-ww_8d353f13\GdiPlus.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\assembly\GAC\System.Xml\1.0.5000.0__b77a5c561934e089\System.Xml.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\assembly\NativeImages1_v1.1.4322\System.Xml\1.0.5000.0__b77a5c561934e089_a4497f5b\System.Xml.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\clbcatq.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\system32\comres.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\WINDOWS\assembly\GAC\mscorlib.resources\1.0.5000.0_es_b77a5c561934e089\Mscorlib.Resources.dll', No se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll', no se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'C:\Documents and Settings\Administrador\Escritorio\Nueva carpeta\Prueba 54.exe', no se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'c:\windows\assembly\gac\system.windows.forms\1.0.5000.0__b77a5c561934e089\system.windows.forms.dll', no se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'c:\windows\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll', no se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'c:\windows\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll', no se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'c:\documents and settings\administrador\escritorio\nueva carpeta\axinterop.cwuicontrolslib.dll', no se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'c:\documents and settings\administrador\escritorio\nueva carpeta\nationalinstruments.ui.windowsforms.dll', no se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'c:\documents and settings\administrador\escritorio\nueva carpeta\nationalinstruments.ui.dll', no se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'c:\documents and settings\administrador\escritorio\nueva carpeta\nationalinstruments.common.dll', no se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'c:\windows\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll', no se pueden cargar s�mbolos.&lt;BR /&gt;'Prueba 54.exe': se carg� 'c:\windows\assembly\gac\mscorlib.resources\1.0.5000.0_es_b77a5c561934e089\mscorlib.resources.dll', no se pueden cargar s�mbolos.&lt;BR /&gt;&lt;BR /&gt;El subproceso (subprocess) 'Subproceso Win32' (0xda0) termin� con c�digo (end with code) 0 (0x0).&lt;BR /&gt;Excepci�n no controlada del tipo (not controled exception) 'System.Runtime.InteropServices.COMException' en system.windows.forms.dll&lt;BR /&gt;&lt;BR /&gt;Informaci�n adicional (aditional info): Clase no registrada (class not registered)&lt;BR /&gt;&lt;BR /&gt;El subproceso (subprocess) 'Subproceso Win32' (0xc7c) termin� con c�digo (end with code) 0 (0x0).&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;In this App I used components of Measurement Studio C++ Class library. I think this classes may be the cause of the exception but I don't known either how or why. Actually this problem isn't that important.&lt;BR /&gt;&lt;BR /&gt;Thanks re-again,&lt;BR /&gt;&lt;BR /&gt;Kiko Llaneras.&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Oct 2004 21:13:19 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160417#M866</guid>
      <dc:creator>kikoLlan</dc:creator>
      <dc:date>2004-10-28T21:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Other problem Deploying App</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160418#M867</link>
      <description>&lt;I&gt;"How can I know what libraries I need?. If I use an object from some National Instruments library I should copy that library with my App.exe file, Isn't it?"&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;It can be difficult to know what to copy if you want to deploy your application via xcopy deployment.  The recommended solution is to use Visual Studio .NET setup projects with your application and let Visual Studio .NET determine what merge modules to include with your installer based on what your application is using.  The Measurement Studio merge modules include dependency .dll's as well as the assemblies.  You can read more about the Measurement Studio merge modules in the "Distributing Measurement Studio .NET Applications" topic in the Me&lt;BR /&gt;asurement Studio reference.  If you have Measurement Studio 7.1 installed, &lt;A href="ms-help://NI.MeasurementStudio/Integration/static/Distributing_.NET_Apps.html"&gt;this link&lt;/A&gt; will take you directly to the topic.&lt;BR /&gt;&lt;BR /&gt;&lt;I&gt;"About the 4 App, I don't know what is a stack trace... I give you some information"&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;The first part (up to DUBUG:) of what you posted is the stack trace.  The exception is originating from System.Windows.Forms.AxHost.CreateInstance.  AxHost is the base class for ActiveX interop control wrapper classes.  What ActiveX control are you using in your application?  Is it one of the Measurement Studio ActiveX controls?&lt;BR /&gt;&lt;BR /&gt;- Elton &lt;BR /&gt;</description>
      <pubDate>Thu, 28 Oct 2004 21:49:45 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160418#M867</guid>
      <dc:creator>Elton Wells</dc:creator>
      <dc:date>2004-10-28T21:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Other problem Deploying App</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160419#M868</link>
      <description>I have tried to use Visual Studio dotNET setup project, but as I explained in this post I get an error. I can execute the setup, but when it is installing files I get an error 2920 (about a source file not found, but I don't known which one). I have read  "Distributing Measurement Studio .NET Applications" &lt;BR /&gt;&lt;BR /&gt;"How Do I Distribute a .NET Application that Contains Measurement&lt;BR /&gt;Studio Controls?"&lt;BR /&gt;&lt;BR /&gt;"Deploying Measurement Studio .NET applications that use User Interface&lt;BR /&gt;controls with 3D Styles."&lt;BR /&gt;&lt;BR /&gt;I have included the programfilefolder in my setup project (as "How Do I Distribute..." explain), and I don't use 3D Styles.&lt;BR /&gt;&lt;BR /&gt;I will work on it now. I think that I need some merge module that isn't working w&lt;BR /&gt;ell or that Visual Studio don't detect automaticly. But I don't know the problematic merge module, and what can I do to resolve  the problem. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;About 4 App,&lt;BR /&gt;&lt;BR /&gt;Yes, I am using ActiveX control from Measurement Studio : axCWSlide and axCWKnob.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Kiko Llaneras &lt;BR /&gt;</description>
      <pubDate>Fri, 29 Oct 2004 08:09:10 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160419#M868</guid>
      <dc:creator>kikoLlan</dc:creator>
      <dc:date>2004-10-29T08:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Other problem Deploying App</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160420#M869</link>
      <description>It might be faster if you could call in to our Applications Engineers by using the phone NI option on this &lt;A href="http://www.ni.com/support/"&gt;link&lt;/A&gt;. There might be something that's missing and posting seems to be taking a while.&lt;BR /&gt;&lt;BR /&gt;Bilal Durrani&lt;BR /&gt;NI &lt;BR /&gt;</description>
      <pubDate>Fri, 29 Oct 2004 14:08:47 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160420#M869</guid>
      <dc:creator>bilalD</dc:creator>
      <dc:date>2004-10-29T14:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Other problem Deploying App</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160421#M870</link>
      <description>Which version of Measurement Studio are you using?  Measurement Studio 7.1 includes native Windows Forms .NET slide and knob controls.  For more info about Measurement Studio 7.1, see &lt;A href="http://www.ni.com/mstudio/whats_new.htm"&gt;What's New in Measurement Studio 7.1&lt;/A&gt;.  If you already have Measurement Studio 7.1, is there a reason why you're using the ActiveX slide and knob controls via COM interop rather than the Windows Forms slide and knob controls?&lt;BR /&gt;&lt;BR /&gt;- Elton &lt;BR /&gt;</description>
      <pubDate>Fri, 29 Oct 2004 14:32:38 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160421#M870</guid>
      <dc:creator>Elton Wells</dc:creator>
      <dc:date>2004-10-29T14:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Other problem Deploying App</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160422#M871</link>
      <description>I am using Measurement Studio 7.0 , we have a Campus license and the last version of NI software release is Spring 2004. I think that we have Labview 7.1 but only Measurement Studio 7, is it posible?. &lt;BR /&gt;&lt;BR /&gt;I hope to get Measurement Studio 7.1 with fall 2004 release. &lt;BR /&gt;</description>
      <pubDate>Fri, 29 Oct 2004 15:53:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160422#M871</guid>
      <dc:creator>kikoLlan</dc:creator>
      <dc:date>2004-10-29T15:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Other problem Deploying App</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160423#M872</link>
      <description>Yes, that's possible.  LabVIEW 7.1 was released last spring and Measurement Studio 7.1 was released in August.  Hopefully the Fall 2004 release will have Measurement Studio 7.1.&lt;BR /&gt;&lt;BR /&gt;- Elton &lt;BR /&gt;</description>
      <pubDate>Fri, 29 Oct 2004 16:08:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160423#M872</guid>
      <dc:creator>Elton Wells</dc:creator>
      <dc:date>2004-10-29T16:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Other problem Deploying App</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160424#M873</link>
      <description>Good News!!!&lt;BR /&gt;&lt;BR /&gt; ¡All the apps are running well now!&lt;BR /&gt;&lt;BR /&gt; I have generate setup projects for all the Apps. I have had a lot of problems before, because when I tried to run the setup executables I get an error 2920. This error appears when I include in the application a reference to NationalInstruments.datasocket, If I remove this reference the error 2920 desappears.&lt;BR /&gt;&lt;BR /&gt;The exception about COMinterop doesn't appear now, when I am using a setup project for deployment.&lt;BR /&gt;&lt;BR /&gt;At the moment I don't need the NationalInstruments.datasocket library, if I need it in future I will try to resolve the problem.&lt;BR /&gt;&lt;BR /&gt;The weekend would be better with the problems resolved.&lt;BR /&gt;&lt;BR /&gt;Thanks agai&lt;BR /&gt;n for ALL your help,&lt;BR /&gt;&lt;BR /&gt;pd: Do you think that wait fall 2004 (for MS 7.1) would be better than use ActiveX control and COMinterop? &lt;BR /&gt;&lt;BR /&gt;Kiko llaneras. &lt;BR /&gt;</description>
      <pubDate>Fri, 29 Oct 2004 16:29:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160424#M873</guid>
      <dc:creator>kikoLlan</dc:creator>
      <dc:date>2004-10-29T16:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Other problem Deploying App</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160425#M874</link>
      <description>There is a &lt;A href="http://digital.ni.com/public.nsf/websearch/5B0560C85125131586256F3200757811?OpenDocument"&gt;KB&lt;/A&gt; that describes a problem with the datasocket msms that were shipped with Measurement Studio 7.1. It has the updated msms you can you, in case you need to deploy datasocket applications.&lt;BR /&gt;&lt;BR /&gt;Bilal Durrani&lt;BR /&gt;NI &lt;BR /&gt;</description>
      <pubDate>Fri, 29 Oct 2004 21:53:46 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/160425#M874</guid>
      <dc:creator>bilalD</dc:creator>
      <dc:date>2004-10-29T21:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Other problem Deploying App</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/165285#M927</link>
      <description>How about the Setup problems with DataSocketServer.msm in 7.0. Will these msm's solve that too?&lt;BR /&gt;&lt;BR /&gt;BR&lt;BR /&gt;Jens Olsson</description>
      <pubDate>Wed, 24 Nov 2004 11:54:20 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Other-problem-Deploying-App/m-p/165285#M927</guid>
      <dc:creator>jens_o</dc:creator>
      <dc:date>2004-11-24T11:54:20Z</dc:date>
    </item>
  </channel>
</rss>

