Error 1172

I get this Error in Flash CS5 although I have NO AS 3.0 code in my Flash document, but when I export I get:
implicitImports, Line 1    1172: Definition __AS3__.vec:Vector could not be found.
implicitImports, Line 3    1172: Definition flash.desktop could not be found.
implicitImports, Line 17    1172: Definition flash.text.engine could not be found.
only and only code I have is stop and that was written in AS 2.0
Output says:
WARNING: Actions on button or MovieClip instances are not supported in ActionScript 3.0. All scripts on object instances will be ignored.
This is connected to this issue: http://forums.adobe.com/message/2924282
any ideas how to solve this ?

Check the actionscript version selected in your Publish Settings.

Similar Messages

  • I'm trying to use import com.adobe.crypto.* on Windows version of my App but get error 1172:Definition com.adobe.crypto could not be found

    The Mac version of my Air app works fine, so does the iPad version, but the PC version has been a bit of a nightmare.
    I keep getting the error "1172:Definition com.adobe.crypto could not be found", when I publish it.
    Basically the 'com' folder is in the same directory as the app I am publishing and within that is 'adobe' and within that is 'crypto' within that is a series of .as files.
    I've added C:\Users\Gary\Documents\My_Applications\My_App_folder\com\adobe\crypto to source path list (I have no idea if that's right).
    But that just gives me a different error 5001: The name of package com.adobe.crypto does not reflect the location of this file. Please change the package definitions name inside the file.......
    I didn't have to include this source in the Mac version... but someone seemed to suggest it on a forum.
    I'm basically stabbing in the dark at the mount, something I seem to be doing a lot of these days. :-(
    Any help would be greatly appreciated.
    Many Thanks
    Gary

    I've figured it out
    Turns out I needed to add a source path (in the Actionscript 3 settings click on the Source File Tab) that exactly matches the directory the app and com folder is inside of. I wrongly assumed that Adobe Air could figure out where it was for itself, but no.... it needs to be told where to look for the com folder even though it's staring it right in its face. (Don't set the path to the 'com' folder itself, but to the enclosing folder that the .fla and the com is in).
    The Mac version doesn't seem to need that, it just finds the com folder if it's inside the same folder.
    Now I've got another massive error:-
    When I test the app, it works fine sending to Air for Desktop, however when I publish with embedded runtime for Windows.... It comes up with this error.
    Any ideas ?

  • Error 1172 occurred when sending smtp email via labview

    I found these two useful vi example to send smtp email using Labview:
    http://decibel.ni.com/content/docs/DOC-7451
    http://decibel.ni.com/content/docs/DOC-2401
    However, I got error 1172 saying "No connection could be made because the target machine actively refused it 74.125.91.109:587". I'm using gmail to send emails and pretty sure that all the settings in the VI are correct. According to http://mail.google.com/support/bin/answer.py?answer=13287, I tried both 587 and 465 as the port, and nothing would help. 587 will give the 1172 error and 465 will hang the vi for a while after stopping it. This 1172 error is unlikely due to the suggestion from the 2nd link, "Note: If you receive Error -1172 with this example, try logging into the Gmail account with your browser.  This error can occur with Gmail accounts that have been inactive for a period of time.  You must log in with a browser and verify CAPTCHA text to reactivate the account." because the error kept on even when I login to my gmail account.
    I got myself a solution from http://stackoverflow.com/questions/2737823/unable-to-send-smtp-mail-with-net-network-issue, which says to turn off the antivirus software. I turned off McAfee on my PC and it did work. Now, I'm able to send email, even when I log out my account. However, I'm not happy since I have to keep my antivirus off. My question is, is there any way to walk around this issue? i.e. being able to send email with antivirus on?
    My 2nd question: how to send message to multiple recipients? The string array to the "recipient" does not work, and the form of "[email protected];[email protected]" does not work neither. Do I have to create multiple property nodes for the recipients or better way to do it?
    Many thanks 
    Message Edited by holyna on 06-14-2010 11:34 PM

    Hi Bhuvanesh,
    I noticed that the original thread here hasn't been updated in over a year. In the future, it will be helpful if you begin a new topic for your issue.
    I will first address your second question concerning sending SMS messages using LabVIEW. The only way LabVIEW can send an SMS text message is by passing an e-mail to the appropriate SMS gateway service. This gateway will vary by cellular provider. You will need to obtain the SMS gateway service information for each carrier you wish to push text messages to. 
    As far as the error you are receiving, we will need more information in order to narrow down your problem. What is the exact error message you're receiving? Are you receiving "1172: No connection..." or some other variation? A screen capture of your code would also be very useful.
    Regards,
    Andy C.
    Applications Engineering
    National Instruments

  • Error 1172, an error running a VI in the second time call of the DLL

    Hello All,
    I am a beginner in labVIEW.
    I have to write a test program in labVIEW which uses a DLL created by other programmer.
    I called the DLL from my labVIEW to control DIOs, a serial port, communicate with a slave device, perfrom a flashing task.
    While testing the program, I found that the program is OK if I use it just once, however, if I want to run it coninuously using a Do-While Loop, it failed with
    Error 1172.
    As far as I could understand, it seems that the DLL creates a log file in C:\ while it was called for the first time, and the process does not stop taking control of this log file even after the DLL is closed.
    Then when the DLL is called for the second time, it looks for the same log file to write new info but as it was taken control by the previous process, there comes an error.
    Please find the attached files.
    Hope there would be somebody who is able to help me to point out my mistakes in my vi or suggest me a solution for it.
    Thanks and Best Regards
    Aung
    (As the system does not accept the DLL attachment, I changed the extension to .pdf for the DLL File)
    Solved!
    Go to Solution.
    Attachments:
    I Basic Flasher.vi ‏60 KB
    Failure.xls ‏86 KB

    -message deleted -
    Message Edited by Ray.R on 11-17-2009 08:01 PM

  • Error 1172 occured at invoke node

    Hello
    I am new to Labview and object oriented programming. I have an already written c# code which communicates with a digital I/O card attached to a test system. I want to run those c# functions in labview. I am using .NET constructor pallett and then invoke node but I am receiving following Error:
    Error 1172 occurred at Invoke Node Error calling method DmmCSharp.Handler.Reset, (System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
        Inner Exception: System.Runtime.InteropServices.COMException: KtMDsr: A connection to the instrument has not been established.)
    Image file of error and vi file is attached below.
    Attachments:
    vi file.png ‏5 KB
    error.png ‏45 KB

    The clue is in the 'A connection to the device has not been established'. You are trying to reset the device - presumably without having first configured the appropriate parameters or opened connection to it so the library is probably throwing that error.
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • Error 1172 trying to use mx.controls.List class

    I am trying to write code in Action Script in Flex Builder 3
    but I am having trouble using some of the classes in the mx
    package. When I import like this:
    import mx.managers.PopUpManager;
    import mx.controls.List;
    import flash.display.SimpleButton;
    The SimpleButton imports just fine but for PopUpManager and
    List, I get these errors:
    1172: Definition mx.managers:PopUpManager could not be found.
    1172: Definition mx.controls:List could not be found.
    Other controls in the mx package seem to be available such as
    mx.managers.IFocusManager (along with three other interfaces in
    mx.managers.
    Why is only part of the mx package available?

    Hi,
    I had a similar issue with the flash.desktop package. It
    turned out I was running Flex Builder 3 Beta 2, not Flex Builder 3
    Beta 3. I uninstalled Flex Builder, the Flex sdks & the Air
    sdks & re-installed all the latest, that resolved the problem.
    Hope this is some help.

  • Error 1172 and Error 1 when opening VeriStand

    Error 1172 comes up and immediately after Error 1 comes up when I try to open VeriStand.  I am remote logging into the computer that this is happening to.  I know that just before I logged in, a co-worker was on it and had VeriStand open just fine.
    He tried to run a project and got Error -63195; which is a different issue altogether, but wanted to make sure I didn't exclude any information that might be useful.
    So I remoted into the computer to try to replicate the error that he got and I can't even open VeriStand without errors.  If I click continue the errors will disappear and I am shown the VeriStand start up screen.  If I click on "Configure Project" I get Error 1 again.  I can't go any further.  Does anyone know what the problem is?
    Attached are a copy of the errors.
    Attachments:
    vserror.png ‏49 KB

    Hello,
    Just saw the second post, you will have to repost to the NI Veristand forums.
    Best Regards,
    Jignesh P
    Applications Engineer

  • Error 1172 when click on Processes tab in SimpleTaskMonitor.vi

    Hi,
    I'm trying to run the SimpleTaskMonitor .net example that comes with LabVIEW 7.0. When I click on the Processes tab while the vi is running I get the following error:
    Error 1172 occurred at Exception has been thrown by the target of an invocation.>> Cannot read Instance :CSDispatcher. in SimpleTaskMonitor.vi Possible Reason(s): A .NET exception occurred.
    How do I fix this problem?
    I have Microsoft .NET Framework 1.1, Microsoft .NET Framework Hotfix (KB886903) and Microsoft .NET Framework SDK (English) 1.1 installed and am using LabVIEW 7.0.
    I had been getting a message when I opened the vi that the System, Version 1.0.3300.0 assembly had not been referenced, but I found a link on NI's website that said to double-click the PerformanceCounter constructor nodes in the vi and select the appropriate constructors from System, Version 1.0.5000.0. I did that, which made the message when I open the vi go away, but I still get the above error when I go to the Processes tab while the vi is running.
    Thank you for your assistance!!
    JesseB

    For those that might be interested, we've been able to isolate it down to a Win32 issue and CSDispatcher. Using a straight C# application, we get
    Received an exception: System.InvalidOperationException: Cannot read Instance : CSDispatcher.
    at System.Diagnostics.CounterDefinitionSample.GetInstanceValue(String instanceName)
    at System.Diagnostics.PerformanceCounter.NextSample()
    at System.Diagnostics.PerformanceCounter.NextValue()
    when trying to read the "Private Bytes" value. I am not sure if it is a bug with the Win32 Perfmon provider or something that CSDispatcher has done to disable that counter.
    Brian Tyler
    http://detritus.blogs.com/lycangeek

  • Flash CC on W7 . By importing fl.controls like 'import fl.controls.Button';  I get compilation error 1172. Solution?

    Flash CC on W7 . By importing fl.controls like 'import fl.controls.Button';  I get compilation error 1172. Solution?

    Can you show the relevant code and the complete error message?  Before running go into your Flash Publish Settings and choose the option to Permit Debugging - it can help by adding information to the error message.

  • Upgrade from LV2010 to LV2011 causes USB Error-1172

    Hello NI world,
    I'm a newbie to LabVIEW, and hope I might find some info on my issue.
    I have a VI that takes a sequence of binary digits, creates an array, and sends the sequence out on USB.  This works in LV2010.  Last night I upgraded to LV2011, and the system reports an error: "Error 1172 occurred at Error creating instance of Form1 in assembly..." (see attached document for complete error message, and a piece of the flow.)  I thought it might be due to obsolete .NET software, so I updated .NET to v4, with no change in behavior.
    I adopted this code from another engineer, who is now off on new adventures.  Now that I've mucked with it in LV2011, I can't open it in LV2010.
    It appears the files in question are 'usbGenericHidCommunications.dll' and 'WFF Generic HID Demo 3.dll'
    My Setup: PC, Windows-XP (SP3), LV2010 and now LV2011, .NET Framework 3.5 and 4
    Any suggestions are welcome.
    Thanks,
    Duman
    Attachments:
    LabVIEW_Error.doc ‏55 KB
    LabVIEW_ErrorB.doc.docx ‏120 KB

    to be able to use .net 4 you should add a special file to the labview.exe folder.
    Maybe that one is not in place
    it is called LabVIEW.exe.config
    and the contents is below this line
    <?xml version ="1.0"?>
    <configuration>
    <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0.30319"/>
    </startup>
    </configuration>
    greetings from the Netherlands

  • SAI PDF Generator Error 1172

    Hi everyone!
    I am to trying to create a PDF with Simplicity AI Generator found in Labview's VI Manager module.
    Following the examples given with it, I have an error when trying to create the report.
    The error is the following:
    Error 1172 occured : Constructor Node Error creating instance of CustomPDF in assembly Sai.CustomPdfGenerator.CustomPDF, Sai.CustomPdfGenerator, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null, (System.UnauthorizedAccessException: access to 'C:\Users\antoine.Courtois\Desktop' refused.)
    The error might be a bit different than the normal English one (translated from french).
    Anybody has an idea of how to fix it? I've been looking on NI.com concerning this error, but can't get it to work though.
    .NET framework seems to be well installed on my computer.
    Cheers!
    Antoine C.

    Antoine, you have at least two problems:
    -1)  you supplied a directory path instead of a file path;
    -2) you supplied a font constant instead of a font.
    Jean-Marc
    LV2009 and LV2013
    Free PDF Report with iTextSharp
    Attachments:
    Test PDF-mod.vi ‏29 KB

  • Error 1172 and 1120

    I'm VERY new to flash and have recently downloaded a flash photo gallery. It was advertised as CS3 and newer. I'm using CS4. It uses AS3. I simply need to make a couple of design changes, but I'm getting errors when I go to publish the Fla.  All the folders and .as files seem to be in the right place and have the proper names. The gallery has been given good reviews and people seem to like it, so I'm assuming it's fine. Just probably something simple I'm missing. Is anyone able to help me through this?
    I get the following errors:
    1172: Definition caurina.transitions could not be found.
    This seems to refer to the following code:
    import caurina.transitions.*;
    I also get the following error:
    1120: Access of undefined property Tweener
    This seems to refer to the following code:
    function tn_over(e:MouseEvent):void
              var mc:MovieClip = MovieClip(e.target);
              var s_no:Number = parseInt(mc.name.slice(8,10));
              Tweener.addTween( mc, { alpha: 0.5, time: tween_duration, transition: "easeOut" } );
    THANKS!

  • Error 1172 Target Invocation Exception

    I am working with a labview program that controls the piezo device driver "d-Drive" by Piezosystemsjena.
    The execution of the sample program provided by the supplier (attached with this post) results in an error message stated below:
    Error 1172 occurred at Error calling method Piezojena.Protocols.Ddrive.DdriveServices.ConnectDdrive30Dv50ToVisaSession, (System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
        Inner Exception: System.IO.IOException:
        Inner Exception: System.DllNotFoundException: Unable to load DLL 'visa32.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E))
    How can I get rid off this error?
    Thanks in advance !!
    Attachments:
    piezojena-ddrive-lv_driver-1.0-lv11.zip ‏790 KB

    Maybe this:
    http://digital.ni.com/public.nsf/allkb/F326A891E72073B486256EEC0006E019
    Jean-Marc
    LV2009 and LV2013
    Free PDF Report with iTextSharp

  • Controlling Aerotech's AVL125 w/ Labview - Error 1172

    I'm working with a Aerotech stage (Model # AVL125) and have a problem with my labview program. The purpose of the program is for the stage to oscillate for a certain period of time and return a graph which maps the velocity time and amplitude of the oscillations. Using the labview samples provided in Aerotech's Soloist program files (primarily Oscillate.vi and PlotScopeData.vi), I was able to piece together what I believed to be a program that could carry out this function. Everytime I input values for the oscillations, I hit run and watch the stage move for a split second, but shortly after I get a 1172 error in labview. I have attached the error message and my program. I'm not sure how .NET works and program primarily in C++ and Java. If someone could clarify what exactly the issue is or what I can do to fix it, that would be much appreciated. I'm new to the forums so if this question or something similar has been asked, redirection is also helpful.
    Thank you 
    Attachments:
    PlotScopeDataOscillate.vi ‏23 KB
    Error 1172.PNG ‏157 KB

    Thanks for the response. The error is occuring at the Disable.vi. Here are the block diagrams for Oscillate, Disable, and Disconnect.
    Attachments:
    Disable VI Error.PNG ‏127 KB
    Disconnect VI Error.PNG ‏158 KB
    Oscillate VI Error.PNG ‏138 KB

  • Error 1172 Could not load file or assembly 'DNEventRegAsm

    I am developing an Automation interface for a fairly complex product with remoted objects. When trying to register for an event on one of these objects I get an error of 1172. I have created a simple C# program and VI that duplicates the problem. Through Visual Studio I was able to extract this: (I have highlighted what I believe to be the problem) To this point I have been unable to find any information regarding a file, dll, assembly whatever named "DNEventRegAsm"
    Created new AppDomain: LabVIEW Domain for Run
    'LabVIEW.exe' (Managed): Loaded 'DNEventRegAsm'
    'LabVIEW.exe' (Managed): Loaded 'DNEventRegMod'
    DNError: Error registering event GetMakerLib.EventMaker.OnEvent (1172). System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
    at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
    at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
    at System.Reflection.EventInfo.AddEventHandler(Object target, Delegate handler)
    at NationalInstruments.LabVIEW.DNRuntime.RegisterEvent(Boolean isRegister, Type type, ObjectId objectId, Int32 eType, Int32 eFlags, String eventName, IntPtr viCBRef, IntPtr cookie, IntPtr userParam)
    Inner Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
    Server stack trace:
    at System.RuntimeMethodHandle._SerializationInvoke(Object target, SignatureStruct& declaringTypeSig, SerializationInfo info, StreamingContext context)
    at System.Reflection.RuntimeConstructorInfo.SerializationInvoke(Object target, SerializationInfo info, StreamingContext context)
    at System.Runtime.Serialization.ObjectManager.CompleteISerializableObject(Object obj, SerializationInfo info, StreamingContext context)
    at System.Runtime.Serialization.ObjectManager.FixupSpecialObject(ObjectHolder holder)
    at System.Runtime.Serialization.ObjectManager.DoFixups()
    at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
    at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
    at System.Runtime.Remoting.Channels.CoreChannel.DeserializeBinaryRequestMessage(String objectUri, Stream inputStream, Boolean bStrictBinding, TypeFilterLevel securityLevel)
    at System.Runtime.Remoting.Channels.BinaryServerFormatterSink.ProcessMessage(IServerChannelSinkStack sinkStack, IMessage requestMsg, ITransportHeaders requestHeaders, Stream requestStream, IMessage& responseMsg, ITransportHeaders& responseHeaders, Stream& responseStream)
    Exception rethrown at [0]:
    at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
    at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
    at GetMakerLib.EventMaker.add_OnEvent(theEvent value)
    Inner Exception: System.IO.FileNotFoundException: Could not load file or assembly 'DNEventRegAsm, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
    at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
    at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
    at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
    at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
    at System.Reflection.Assembly.Load(String assemblyString)
    at System.Reflection.MemberInfoSerializationHolder..ctor(SerializationInfo info, StreamingContext context)

    I can't see that debugview gave me any more information than VS. Here is the output from debugview:
    [320] Created new AppDomain: LabVIEW Domain for Run
    [320] DNError: Error registering event GetMakerLib.EventMaker.OnEvent (1172). System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
    [320]    at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
    [320]    at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
    [320]    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
    [320]    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
    [320]    at System.Reflection.EventInfo.AddEventHandler(Object target, Delegate handler)
    [320]    at NationalInstruments.LabVIEW.DNRuntime.RegisterEvent(Boolean isRegister, Type type, ObjectId objectId, Int32 eType, Int32 eFlags, String eventName, IntPtr viCBRef, IntPtr cookie, IntPtr userParam)
    [320]  Inner Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
    [320] 
    [320] Server stack trace: 
    [320]    at System.RuntimeMethodHandle._SerializationInvoke(Object target, SignatureStruct& declaringTypeSig, SerializationInfo info, StreamingContext context)
    [320]    at System.Reflection.RuntimeConstructorInfo.SerializationInvoke(Object target, SerializationInfo info, StreamingContext context)
    [320]    at System.Runtime.Serialization.ObjectManager.CompleteISerializableObject(Object obj, SerializationInfo info, StreamingContext context)
    [320]    at System.Runtime.Serialization.ObjectManager.FixupSpecialObject(ObjectHolder holder)
    [320]    at System.Runtime.Serialization.ObjectManager.DoFixups()
    [320]    at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
    [320]    at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
    [320]    at System.Runtime.Remoting.Channels.CoreChannel.DeserializeBinaryRequestMessage(String objectUri, Stream inputStream, Boolean bStrictBinding, TypeFilterLevel securityLevel)
    [320]    at System.Runtime.Remoting.Channels.BinaryServerFormatterSink.ProcessMessage(IServerChannelSinkStack sinkStack, IMessage requestMsg, ITransportHeaders requestHeaders, Stream requestStream, IMessage& responseMsg, ITransportHeaders& responseHeaders, Stream& responseStream)
    [320] 
    [320] Exception rethrown at [0]: 
    [320]    at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
    [320]    at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
    [320]    at GetMakerLib.EventMaker.add_OnEvent(theEvent value)
    [320]  Inner Exception: System.IO.FileNotFoundException: Could not load file or assembly 'DNEventRegAsm, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
    [320]    at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
    [320]    at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
    [320]    at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
    [320]    at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
    [320]    at System.Reflection.Assembly.Load(String assemblyString)
    [320]    at System.Reflection.MemberInfoSerializationHolder..ctor(Serialization
    [320] Info info, StreamingContext context)

Maybe you are looking for

  • Migration ASA 8.6.1.10 to 9.0.2

    My question is: are there any specfic migration paths from ASA release 8.6 to 9.0 I have observed that no migration is done for the object ANY to ANY4 I have observerd that migration is done from ASA 8.4.6 to 9.0        

  • Can't dual boot into Win7

    I  have MBP early-2011, MacOS 10.6.8 with a bootcamp partition for windows 7 ultimate. everything was working fine until I had some trouble with the MacOS partition and had to re-install OS in the MacOS partition.  ever since then, when I try to boot

  • Itunes stops working when downloading songs...

    I'm in a similiar situation to others. I purchase a song on itunes. The song starts to download and then starts to process the file. Then the itunes stops working and the song isn't downloaded when I open itunes back up. Here's a copy of the report o

  • Can we park the vendor advance payment.

    Dear SAP GURU, Please suggest the vendor advance payment can i park thru special G/L indicator T.code-Fv50. Regrads & Thanks, sai.

  • IBM Endpoint Manager / BigFix Versus System Center Configuration Manager

    Hi All, My organization's security team (which I'm not on) has been tasked with researching patching solutions for our environment which includes mostly Windows workstations but a good amount of Linux systems as well. Total amount of workstations cov