Snippets not working LV 2009 SP1

I can create and save snippets, but I can't drag them back into a block diagram from Windows Explorer.  The cursor changes to a black circle with diagonal line when it enters the block diagram on the drag in.  A repair install didn't fix it.
Snippets are working on the LV 2010 trial. (I'm not trying to drag a 2010 snippet into a 2009 BD). OS is Windows 7 x64.
Any ideas or debugging I can do from this end?
Thanks,
David

One of two things is failing here. Either the internal component to 2009 that does snippets is failing or some other source of file manipulation is taking off the metadata from the file. Can you add any image to the block diagram by dragging? It's not a very clever approach, but reinstalling LV 2009 might be something worth considering if you really need snippets to work. There's not a particular settings file that pertains to snippets. I prefer the surgical approach too, but I don't think there's a way to do that here.
Verne D. // LabVIEW & SignalExpress Product Support Engineer // National Instruments

Similar Messages

  • What works in 2008R2 is not working in 2012 SP1

    Setup:
    Visual studio 2010 and 2012.
    Database: both 2008R2 and 2012 SP1
    Issue:
    I have a CLR routine that does bulk update.
    I have trigger on the tables that are being updated.
    Using the same code and the same data, This bulk update query works in 2008, but does not work in 2012, WHEN there is more than one record to be updated.
    My query is simply an update statement, updating table 1 from fields in table 2
    I get no errors when I trace through it in Visual studio 2012, the data simply doesn't update.
    However, if I run it in studio manager, I will get a range of errors, like, 'statement is terminated', or  that there was an error in the trigger, or that it completed successfully, but the data does not update.
    Disabling and re-enabling the trigger works, but that's not a good idea, and since I have many bulk update queries (and have been plagued with issues for the sites that have updated to 2012), I need a solution.
    Any one run into this?  Any ideas about what I can do?

    Well, earlier you said:
    sometimes I get 'the statement was terminated' (nothing else), or I get some error occurred in the trigger, or I get query completed, but the data did not update.
    So there is some confusion about what exactly is occurring.  But without code, there is nothing to do but speculate.  Now you say that when there are multiple records that match the criteria it does not work.  I assume that your context here
    is the update statement - when it updates multiple rows the trigger does not have the desired effect.  If that is not correct, it would help if you could clarify a specific (and hopefully simple) scenario for this case. 
    But based on this information, it seems that the trigger may have an assumption built into it that is not appropriate.  A trigger does not execute for each row - it executes at the statement level and the virtual tables (inserted and deleted) can contain
    any number of rows (from zero - yes, zero - to any number).  Often developers do not realize that the logic must be written to handle a variety of rows; rather they assume that only 1 row is present.  I would also suggest that perhaps a
    similar assumption is made in the update statement you posted - but I don't know the relationship between the 2 tables (Invoice and Cust) so I could be wrong. Perhaps the update statement joins a customer to multiple invoices in some cases (rather than
    an assumed 1 invoice per customer)? Perhaps there is some other oddity that is not evident from a distance.  

  • Wireless net does not work after installing SP1 for Vista - Error code 10

    After installing Vista SP1 on my computer (T61 - Vista Business 32 bit) my intel 82566mm wireless net does not work.
    Windows says "Error code 10" and suggests that I update the driver. I have downloaded the newest driver via another computer, but it does not help. Still error code 10.
    Any one else has the same problem?

    I fixed the problem. Uninstall iTunes and then reinstall it clean. Looks like upgrading is problematic.

  • ClickToGoToWebPage snippet not working

    hi,
    i'm having a problem with the ClickToGoToWebPage snippet because it works while i am in a preview mode, but once i publish my file, nothing happens when i click on the button.  I tried created a simple file to test out the problem.  i choose actionscript 3.0 with flash player 11.4.  i wrote some text and then converted it to a symbol with the instance name as: test.  i embedded the go to webpage snippet with the proper instance name and it works perfectly when previewing, but not when published as an HTML file.  
    I am working on a recently bought flash cs6 and doubt that an update would help (which i am not sure how to do).  the version is 12.0.2.529.  i am using windows 8. 
    here's what's in my actions layer:
    stop()
    test.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage);
    function fl_ClickToGoToWebPage(event:MouseEvent):void
              navigateToURL(new URLRequest("http://www.adobe.com"), "_blank");
    on an unrelated note, why can't i just write text and then put the web address in the "Link" text box under the text options?  i've tried this, but it does not work as well.  what is the "Link" function?
    if anybody has any insight, it would be appreciated. 
    thanks

    i tried doing that, but my published interactive movies still won't link to
    the internet.  here is a screenshot of the files i uploaded.  1) being the
    actual flash file 2) being the publish HTML file.   I also tried debugging
    the video and this code error appeared and said the sandbox thing you were
    talking about.
    here is the error:
    Security Sandbox Violation ***
    Connection to http://www.adobe.com halted - not permitted from
    file://///tester.swf
    -- Untrusted local SWFs may not contact the Internet.
    SecurityError: Error #2028: Local-with-filesystem SWF file
    file://///tester.swf cannot access Internet URL http://www.adobe.com.
    at global/flash.net::navigateToURL()
    at
    tester_fla::MainTimeline/fl_ClickToGoToWebPage()[tester_fla.MainTimeline::frame1:13]
    Cannot display source code at this location.
    am i missing something else?

  • Multicast not working SCCM 2012 SP1

    Hi,
    Am having issues getting multicast working with SCCM 2012 SP1 / Server 2008 R2.
    We have followed all the guidelines in this forum but still no joy
    - Multicast setting enabled on DP
    - Multicast Enabled on OS Image
    - Task Sequence set to down content when needed
    - SCCM DP and Client are on same VLAN to rule out routing issues
    - Network team confirm all ok there end anyway
    - Boot images / WDS and PXE are all healthy
    The PC Boots via PXE ok and runs our windows 7 task sequence, when the task sequence starts it says "Opening multicast session" for about 5 seconds and then disappears. Its as though it tries but then fails. Unicast works fine.
    I then set the OS image to "Only use Multicast" which produces the following error in the client SMSTS.log
    reply has no message header marker
    Failed to open session request (Code 0x80004005)
    ApplyOperatingSystem 28/01/2014 12:53:25
    1944 (0x0798)
    ClientRequestToMCS::DoRequest failed. error = (0x80004005).
    ApplyOperatingSystem 28/01/2014 12:53:25
    1944 (0x0798)
    Request to MCS 'SererName' failed with error (Code 0x80004005).
    ApplyOperatingSystem 28/01/2014 12:53:25
    1944 (0x0798)
    Multicast OpenSessionRequest failed (0x80004005).
    ApplyOperatingSystem 28/01/2014 12:53:25
    1944 (0x0798)
    Sending status message: SMS_OSDeployment_PackageDownloadMulticastStatusFail
    ApplyOperatingSystem 28/01/2014 12:53:25
    1944 (0x0798)
    Any idea on how we get this working ?
    Thanks

    The logs related to multicast that you'll see on the site server are:
    mcsisapi.log
    Records information for multicast package transfer and client request responses.
    Site system server
    mcsprv.log
    Records multicast provider interaction with Windows Deployment Services (WDS).
    Site system server
    MCSSetup.log
    Records details about multicast server role installation.
    Site system server
    MCSMSI.log
    Records details about multicast server role installation.
    Site system server
    Mcsperf.log
    Records details about multicast performance counter updates.
    Site system server
    http://technet.microsoft.com/en-us/library/hh427342.aspx
    >>  Network team confirm all ok there
    end anyway
    This is something to double and triple check.  If Multicast is not enabled on the routers/switches properly, this will not work.  If there is a firewall between the client and the distribution point that doesn't have the Multicast ports open, this
    will not work.
    Client -- > Distribution Point Configured for Multicast
    Description
    UDP
    TCP
    Server Message Block (SMB)
    445
    Multicast Protocol
    63000-64000
    http://technet.microsoft.com/en-us/library/hh427328.aspx
    I hope that helps,
    Nash
    Nash Pherson, Senior Systems Consultant
    Now Micro -
    My Blog Posts
    If you've found a bug or want the product worked differently,
    share your feedback.
    <-- If this post was helpful, please click "Vote as Helpful".

  • Facebook like BOX html snippet not working

    Hi All,
    Somehting is driving me crazy - I can't seem to add a like BOX to my Iweb page - no problem with the like button, bu I want to use the box because it shows my stream. Facebook generates three codes HTML5, XFBML and Iframe and none of them work... the snippet stays empty and blank.....
    This is the code that is generated by facebook:
    <iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com% 2Fpages%2Fstarfish%2F88301317903&amp;width=292&amp;colorscheme=light&amp;show_fa ces=false&amp;border_color&amp;stream=true&amp;header=false&amp;height=395" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:395px;" allowTransparency="true"></iframe>
    converting my URL to the following code (as I have seen elsewhere in the forum) is not working... like this:
    <iframe src="//www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/pages/starfish/88301317903&width=292&colorscheme=light&s how_faces=false&border_color&stream=true&header=false&height=395" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:395px;" allowTransparency="true"></iframe>
    All help is much appreciated!

    There are errors in both your original facebook code and the new version you created. Try this...
    <iframe src="http://www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/pages/s tarfish/88301317903&width=292&colorscheme=light&show_fa ces=false&amp;border_color&amp;stream=true&amp;header=false&amp;height=395" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:395px;" allowTransparency="true"></iframe>

  • IWeb HTML Snippet not working!Help!

    I am new to building a website but understand where to copy and paste the HTML code to and from. However, everything I have tried will not work in the HTML Snippet.  I have spent 6 hours trying to find a way to get it to work. Suggestions???

    Anything from Youtube, Vimeo and other sites. Below is one of the Youtube embedded codes.
    <iframe width="420" height="315" src="//www.youtube.com/embed/kCZqyWw2--M?rel=0" frameborder="0" allowfullscreen></iframe>
    This is the "old" code for the below video.
    <object width="420" height="315"><param name="movie" value="//www.youtube.com/v/kCZqyWw2--M?version=3&amp;hl=en_US&amp;rel=0"></para m><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="//www.youtube.com/v/kCZqyWw2--M?version=3&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" width="420" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>
    Neither of these will work. The "old" code will make my html box turn white but nothing else happens.
    Any suggestions?

  • Bluetooth not working on 2009 MBP

    After Yosemite upgrade, I'm trying to connect my Apple BT Mouse, but my BT shows it's turned off in Preferences..the "Turn BT On" button is greyed-out. I've tried a PRAM reset as well as a SMC reset.
    Any ideas on how to re-enable bluetooth?
    Early 2009 MBP

    You will need to be more specific about what you mean by "not working". What are you trying to connect with? What is happening when you try? What, if any, error messages have you gotten? What troubleshooting steps have you already taken?

  • Html snippet not working; created from Taco html edit Component Library

    Ok, I've searched for days on the discussion board for the answer to this one..... hopefully someone can give me a couple of pointers....
    I have a component created from Taco html edit Component Library that I cannot get to work as an inserted snippet into iWeb 3.0.2.
    Why can't I get this to work? I've seen first hand that they work on someone else's website that she constructs in html directly, not using iWeb. Any help greatly appreciated.
    Taco created three files. They are:
    TSWAccordion.css
    TSWDomUtils.js
    TSWAccordion.js
    Here is the code:
    <html>
    <head>
    <title></title>
    <script type="text/javascript" src="Scripts/TSWAccordion.js"></script>
    <script type="text/javascript" src="Scripts/TSWDomUtils.js"></script>
    <link rel="stylesheet" type="text/css" href="Scripts/TSWAccordion.css" />
    <!-- BEGIN COMPONENT Accordion - Taco HTML Edit -->
    <style type="text/css">
    #myAccordion.tswAccordion
    width: 200px;
    height: 400px;
    background-color: #f0f0f0;
    #myAccordion .tswAccordionActiveSection, #myAccordion .tswAccordionInactiveSection
    background-color: #f0f0f0;
    width: 100%;
    height: 400px;
    #myAccordion .tswAccordionHeader
    text-align: center;
    padding: 2px;
    font-family: Verdana;
    font-size: 16.0px;
    #myAccordion .tswAccordionActiveSection .tswAccordionHeader
    background-color: #7086aa;
    color: #ffffff;
    border: 1px solid #cccccc;
    #myAccordion .tswAccordionInactiveSection .tswAccordionHeader
    background-color: #f0f0f0;
    color: #000000;
    border: 1px solid #cccccc;
    #myAccordion .tswAccordionHeader
    #myAccordion .tswAccordionBody
    padding: 5px;
    </style>
    <!-- END COMPONENT Accordion - Taco HTML Edit -->
    </head>
    <body>
    <!-- BEGIN COMPONENT Accordion - Taco HTML Edit -->
    Title 1
    <!--Content for section 1-->
    Title 2
    <!--Content for section 2-->
    Title 3
    <!--Content for section 3-->
    <script type="text/javascript">
    var accordion = tswAccordionGetForId('myAccordion');
    </script>
    <!-- END COMPONENT Accordion - Taco HTML Edit -->
    </body>
    </html>

    You need to upload these three files in a folder to the root folder on your server:
    TSWAccordion.css
    TSWDomUtils.js
    TSWAccordion.js
    The folder cannot be named "Scripts" as shown in your code as you already have one of that name.
    Say it is named "Accordion". You then need to give the absolute URL to these files rather than the relative one shown in the code....
    http://www.yourdomainname.com/Accordion/TSWAccordion.css
    http://www.yourdomainname.com/Accordion/TSWDomUtils.js
    http://www.yourdomainname.com/Accordion/TSWAccordion.js

  • IWeb HTML Snippet NOT WORKING.

    Hello!
    Whenever I open iWeb and try to insert HTML Snippet, the proper HTML rectangle that has < H T M L > and a map of the world in the background appears, just like that. No edit box has appeared. When I double click it, a blue outline appears, but still no edit box to insert the HTML code into.
    I've tried removing com.apple.iWeb.plist and also com.apple.iapp.plist or something along those lines, and also removing the iWeb folder from Caches, and nothing has worked.
    I'm using iWeb 2.0.4, obviously.

    Did you purchase iLife 09 in your attempt to upgrade to iWeb 3? If not that's why you couldn't run any of the iWeb 3 updaters. You have to have iWeb 3.0 installed from the iLife disk installed.
    What was unsuccessful about trying to reinstall iWeb 2? Did you delete all receipts with iWeb in the file name located in the HD/Library/Receipts folder before reinstalling iWeb? If no, delete them and the application and reinstall.
    OT

  • HTML Snippets not working for most browsers

    I have a page with a flash movie in the background, which uses the following code in an HTML snippet:
    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#v ersion=6,0,40,0"
    WIDTH="602" HEIGHT="420" id="BGAnimation">
    <PARAM NAME=movie VALUE="BGAnimation">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=base VALUE=".">
    <EMBED src="http://www.site.com/somefile" quality=high WIDTH="600" HEIGHT="420"
    NAME="BG Animation" ALIGN="" TYPE="application/x-shockwave-flash"
    PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" base=".">
    </EMBED>
    </OBJECT>
    On top of that, I have 3 other snippets, which are buttons, and are coded as follows:
    <script type="text/javascript">
    function mouseOver()
    {document.rolloverone.src="rolloverpicture.png"}
    function mouseOut(){
    document.rolloverone.src="offpicture.png"}
    </">
    Of course the locations and file names have been changed, because I can't actually show people the site yet. Anyhow, it all works fine on my computer, in both Safari and Firefox, but tests on Windows computers and older macs have not been successful. The buttons are behind the flash movie (therefore invisible), or they block out part of the Flash movie, depending on which browser is used.
    I should mention two more things: I have done tests where the buttons were placed off to the side of the flash movie, rather than on top of it, and the buttons looked and worked fine in all browsers.
    Also, the PNG files used for the buttons are partly transparent, so you should be able to see the Flash movie below them, even the part of it that falls inside the boundaries of the button.
    I have a feeling the whole "HTML Snippet" thing is not fully compatible, or they just don't like to be stacked on top of each other or something. Does anyone know how to fix this?
    Any help is greatly appreciated. My last million questions have all received helpful answers here. This is a great forum!
    Message was edited by: hum_bucker
    Message was edited by: hum_bucker
    Message was edited by: hum_bucker

    The following codes for mouse rollover effect that I use in this demo page, Mouse Rollover & Animated Gifs, work with Firefox 3.5, Opera and OmniWeb.
    <xmp>
    <blockquote style="padding-left: 50px;"><A HREF="URL to this page"
    onmouseover="document.sub_but.src='URL to rollover image"
    onmouseout="document.sub_but.src='URL to original image" >
    < IMG SRC="URL to original image" WIDTH="100" BORDER="0" ALT="Move your mouse over me" NAME="sub_but">
    < /A></blockquote>
    <blockquote style="padding-left: 50px;"><script type="text/javascript">
    function mouseOver()
    {document.rollover_one.src="URL to rollover image"}
    function mouseOut(){
    document.rollover_one.src="URL to original image"}
    </script>
    <a href="http://link.com">
    <img alt="Link Title" src="URL to original image"} name="rollover_one" width="100" height="" onmouseover="mouseOver()" onmouseout="mouseOut()" style="border: none;"/></a></blockquote>
    </xmp> *(Ignore the <xmp></xmp> tags when copying)*
    Can't help you with the flash movie.
    OT

  • Access 2010 - Wizards not working after installing SP1

    Hi Folks,
    After upgrading my Office 2010 64 bit to SP1, I've started Access and now I receive a series of errors related to the Wizards, making the software useless.
    Here is what's happening (testing done in new files \ new db's):
    Case 1 - Trying to insert a button in a form, while the "Use control wizards" option is activated
    ERROR1: The database cannot be opened because the VBA project contained in it cannot be read. The database can be opened only if the VBA project is first deleted. Deleting the VBA project removes all code from modules, forms and reports. You should back
    up your database before attempting to open the database and delete the VBA project. To create a backup copy, click Cancel and then make a backup copy of your database. To open the database and delete the VBA project without creating a backup copy, click OK
    if I click ok I get
    ERROR 2: The code contains a syntax error, or a <DB_NAME> function you need is not available. If the syntax is correct, check the Control Wizards subkey or the Libraries key in the <DB_NAME> section of the windows registry to verify that the
    entries you need are listed and available. If the entries are correct, either you must correct the <DB_NAME> Utility Add-In, or the file acWzlib or this wizard has been disabled. To reenable this wizard, run <DB_NAME> or Microsoft Office Setup
    again to reinstall <DB_NAME>. Before you reinstall <DB_NAME>, delete the windows registry keys for the <DB_NAME> Utility Add-in and acWzlib.
    Case 2 - Trying to insert a picture as button background (using the properties tab)
    ERROR: "Microsoft Access can't start the wizard, builder or add-in"
    What I did so far:
    a) Checked the Wizard file (seemed ok - read \ edit permitted for all users)
    b) Checked registry wizard entry (again - seems ok - no errors or bogus)
    Right now I'm pretty desperate as I can't really use a lot of features. For the moment reinstall is not an option as I'm against a tight deadline. I would really appreciate any help \ support \ advice that can make this thing work.
    P.S. - I forgot to mention that Access worked flawlessly before applying this SP1 - I'm really disappointed on how things turned out...
    Cheers,

    Hello Everyone,
    Thanks for taking the time to post the behavior you are experiencing in regards to this SP1 wizard issue. 
    Microsoft is aware of the issue and it is currently being investigated. 
    If you are running into this issue, you can go through the steps in the following KB article to resolve it:
    2581301 - Acc2010: You receive an error in Microsoft Access using the built-in wizards after installing Microsoft Office 2010 SP1
    http://support.microsoft.com/default.aspx?scid=kb;en-US;2581301
    Best Regards,
    Nathan Ost
    Microsoft Online Community Support
    Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer" if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • DP Job queue manager not working- SCCM 2012 SP1

    
    I am getting below error when trying to open DP job queue manager in sccm 2012 SP1
    Please find the details information
    see the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.
    ************** Exception Text **************
    Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryException: The SMS Provider reported an error. ---> System.Management.ManagementException:
    Invalid query
       at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__0.MoveNext()
       --- End of inner exception stack trace ---
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__0.MoveNext()
       at DPJobMgr.Form1.SummaryRefresh_Click_real(Object sender, EventArgs e)
       at DPJobMgr.Form1.SummaryRefresh_Click(Object sender, EventArgs e)
       at System.Windows.Forms.TabControl.OnSelectedIndexChanged(EventArgs e)
       at System.Windows.Forms.TabControl.WmSelChange()
       at System.Windows.Forms.TabControl.WndProc(Message&
    m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd,
    Int32 msg, IntPtr wparam, IntPtr lparam)
    ************** Loaded Assemblies **************
    mscorlib
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1008 (RTMGDR.030319-1000)
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
    DPJobMgr
        Assembly Version: 5.0.0.0
        Win32 Version: 5.0.7958.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/ConfigMgr%202012%20Toolkit%20R2/ServerTools/DPJobMgr.exe
    System.Windows.Forms
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1002 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    System.Drawing
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1001 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    System
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1001 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    Microsoft.ConfigurationManagement.ManagementProvider
        Assembly Version: 5.0.0.0
        Win32 Version: 5.0.7958.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/ConfigMgr%202012%20Toolkit%20R2/ServerTools/Microsoft.ConfigurationManagement.ManagementProvider.DLL
    System.Core
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.233 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    System.Data.Linq
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1015
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Data.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Data.Linq.dll
    System.Management
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll
    AdminUI.WqlQueryEngine
        Assembly Version: 5.0.0.0
        Win32 Version: 5.0.7958.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/ConfigMgr%202012%20Toolkit%20R2/ServerTools/AdminUI.WqlQueryEngine.DLL
    System.Configuration
        Assembly Version: 4.0.0.0
       Win32 Version: 4.0.30319.1015 (RTMGDR.030319-1000)
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    System.Xml
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1015 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    System.Data
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.237 (RTMGDR.030319-2300)
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    For example:
    <configuration>
        <system.windows.forms jitDebugging="true"
    />
    </configuration>
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.

    Hi,
    That is as expected, the new tools require Configuration Manager 2012 R2 to work. From the download page of Configuration Manager 2012 R2 toolkit.
    "Note: Items with an * are new in the R2 Toolkit and require Microsoft System Center 2012 R2 Configuration Manager for full functionality. 
    Server Based Tools
    * DP Job Manager - A tool that helps troubleshoot and manage ongoing content distribution jobs to Configuration Manager distribution points.
    * Collection Evaluation Viewer - A tool that assists in troubleshooting collection evaluation related issues by viewing collection evaluation details.
    * Content Library Explorer - A tool that assists in troubleshooting issues with and viewing the contents of the content library"
    So you need to upgrade to R2 before you can use the new tools.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Adding my google map via HTML snippet not working

    I have made my own site where I added a google map. It has worked for some time (oddly enough only for people who use browsers other than explorer), but recently is not functioning right.
    I can embed my google map using the HTML snippet function and it seems to work fine. But when I go to the site I see a picture of the google map, but it is not interective and all the info I have added is not there.
    I have to say that iweb is really querkey. I had to tell it at least 7 times to connect to a different file and each time it connects to an old file. in the end the entire page had to be rebilt before it understood what I was asking it to do.
    It would be nice if it just worked the way it is advertised to work.

    IT seems to work now. I just had to let it think for half a day.
    Thanks anyway.

  • Migration Assistant not working between 2009 and 2013 iMacs

    Hi,
    I'm trying to use Migration assistant to move my stuff from iMac 2009 to my new iMac 2013, but Migration Assistant isn't working.
    The two computers are linked. I can open the network (Finder -> Go -> Connect to Server) and browse the old iMac from the new and vice versa. When I start migration assistant the new iMac finds the old iMac straightaway but the old iMac only say, "Looking for other computers" and "make sure your other Mac is connected to this mac or to the same network".
    Both computers are open to Migration Assistant.
    The share settings are exactly the same on both computers.
    They are connected via an Ethernet connection (Wireless didn't work, either).
    What can I do?
    Thanks,
    Both computers are updated with the latest versions of Maverick.

    Apple has never built a 2013 Mac mini. The latest version is the Late 2012 Mac mini. I mention that because references to a non-existent model can cause confusion and misunderstanding.
    However the TB firewire adaptor is the fastest and easiest way to transfer your accounts and data from one Mac to another. Alternatives include attaching the Time Machine drive from your old computer to the new and use Migration Assistant to restore from the old computer -- it will not overwrite the newer OS if you use Migration Assistant. If you do not have a Time Machine backup, you can clone your old system to an external HD using Carbon Copy Cloner or SuperDuper then attach that to the new computer and again use Migration Assistant to effect the actual transfer to the new machine. However, unless you have an external HD of sufficient capacity the $30 TB Firewire adaptor is a lot less expensive.

Maybe you are looking for