Dreamweaver/Studio 8 package

will this work using Windows 7 running at 64bit - have changed from 32bit and package doesn't seem to want to run at all

Try http://windows.microsoft.com/en-US/windows7/Make-older-programs-run-in-this-version-of-Win dows

Similar Messages

  • I am using IMAQ vision for Measurement Studio, Ver6.0 with Measurement Studio Base Package,Ver6.0(Professional Edition).Can I work in IMAQ Vision for Measurement studio, Ver6.0 If I upgrade Measurement studio to Enterprise Edition,ver8.0.1

    I am using IMAQ vision for Measurement Studio, Ver6.0 with Measurement Studio Base Package,Ver6.0(Professional Edition).Can I work in IMAQ Vision for Measurement studio, Ver6.0 If I upgrade Measurement studio to Enterprise Edition,ver8.0.1
    Thanks
    Biswajit

    Howdy Biswajit,
    The IMAQ and Vision ActiveX controls you are using with Visual Basic 6 do not install with Measurement Studio. They are installed when you install the IMAQ software and include support for Visual Studio 6. Upgrading to Measurement Studio 8.0.1 will have no effect on your IMAQ controls since they are not related to one another. Purchasing Measurement Studio Professional or Enterprise packages allows you Visual Studio 6 support for other ActiveX components. Refer to this link for a list of ActiveX components included in those packages. 
    If you are asking about using the ActiveX controls in .NET, then take a look at this KnowledgeBase entitled Do NI-IMAQ and NI Vision Support Microsoft Visual Studio .NET?
    Hope this clarifies things!
    Best Regards,
    Jonathan N.
    National Instruments

  • Dreamweaver Studio 8 on MacBook Pro

    Hello, I just bought a new Intel Based Mac and a brand
    spanking new, $1000 copy of Studio 8 but when I try to run
    Dreamweaver I get a pop up box that says:
    65016
    Nothing more.
    Fireworks from the package runs just fine.
    What's going on? Did I just blow $1000?

    Could be. I already had Studio 8 prior to purchasing my
    MacBook a couple of weeks ago. The Studio install went fine and
    Dreamweaver operates properly (albeit slightly slower). However, I
    cannot get the 8.0.2 updater to open to upgrade my DW 8 version. It
    crashes upon launch everytime. I've tried several tricks like a new
    user and reducing fonts but no luck.
    This could all be related to the initial quirks of Rosetta
    and these "PowerPC"-based programs. However, I've yet to determine
    a cause or solution. As I stated, the initial installed
    applications (DW, Flash, FW) work properly. If I get lucky, I'll
    pass along my solution which may aid your attempts.

  • Admin studio mis package file missing

    I've just installed the ZEN edition of Admin Studio 8. I'm not familiar with
    using it and so I've started experimenting.
    I tried both a monitored installation and snapshot installation of
    Dreamweaver 8. When I deploy the msi I find that the icon shortcuts are
    wrong and when I run the Dreamweaver exe it complains about a missing dll.
    I looked at the store where Admin Studio stores the files to build the msi
    and the dll is definitely there.
    If I use the old ZENworks Snapshot it works like a charm ... :-)
    I'm kinda stuck. In that it looks like it captures the dll but it doesn't
    build into the msi. I note that Dreamweaver 8 creates two folders in the
    Program Files/Macromedia directory and the dll seems to need to be in both
    folders. Could that be it?
    Some pointers would be gratefully received.
    Tom

    Originally Posted by Tom Cummings
    I've just installed the ZEN edition of Admin Studio 8. I'm not familiar with
    using it and so I've started experimenting.
    I tried both a monitored installation and snapshot installation of
    Dreamweaver 8. When I deploy the msi I find that the icon shortcuts are
    wrong and when I run the Dreamweaver exe it complains about a missing dll.
    I looked at the store where Admin Studio stores the files to build the msi
    and the dll is definitely there.
    If I use the old ZENworks Snapshot it works like a charm ... :-)
    I'm kinda stuck. In that it looks like it captures the dll but it doesn't
    build into the msi. I note that Dreamweaver 8 creates two folders in the
    Program Files/Macromedia directory and the dll seems to need to be in both
    folders. Could that be it?
    Some pointers would be gratefully received.
    Tom
    Did you buy this software or is it packaged with ZEN? I cant find an executable I can run :(

  • SharePoint 2010, Visual Studio 2010, Packaging a solution - The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

    Hi,
    I have a solution that used to contain one SharePoint 2010 project. The project is named along the following lines:
    <Company>.<Product>.SharePoint - let's call it Project1 for future reference. It contains a number of features which have been named according
    to their purpose, some are reasonably long and the paths fairly deep. As far as I am concerned we are using sensible namespaces and these reflect our company policy of "doing things properly".
    I first encountered the following error message when packaging the aforementioned SharePoint project into a wsp:
    "The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters."
    I went through a great deal of pain in trying to rename the project, shorten feature names and namespaces etc... until I got it working. I then went about gradually
    renaming everything until eventually I had what I started with, and it all worked. So I was none the wiser...not ideal, but I needed to get on and had tight delivery timelines.
    Recently we wanted to add another SharePoint project so that we could move some of our core functinality out into a separate SharePoint solution - e.g. custom workflow
    error logging. So we created another project in Visual Studio called:
    <Company>.<Product>.SharePoint.<Subsystem> - let's call it Project2 for future reference
    And this is when the error has come back and bitten me! The scenario is now as follows:
    1. project1 packages and deploys successfully with long feature names and deep paths.
    2. project2 does not package and has no features in it at all. The project2 name is 13 characters longer than project1
    I am convinced this is a bug with Visual Studio and/or the Package MSBuild target. Why? Let me explain my findings so far:
    1. By doing the following I can get project2 to package
    In Visual Studio 2010 show all files of project2, delete the obj, bin, pkg, pkgobj folders.
    Clean the solution
    Shut down Visual Studio 2010
    Open Visual Studio 2010
    Rebuild the solution
    Package the project2
    et voila the package is generated!
    This demonstrates that the package error message is in fact inaccurate and that it can create the package, it just needs a little help, since Visual Studio seems to
    no longer be hanging onto something.
    Clearly this is fine for a small time project, but try doing this in an environment where we use Continuous Integration, Unit Testing and automatic deployment of SharePoint
    solutions on a Build Server using automated builds.
    2. I have created another project3 which has a ludicrously long name, this packages fine and also has no features contained within it.
    3. I have looked at the length of the path under the pkg folder for project1 and it is large in comparison to the one that is generated for project2, that is when it
    does successfully package using the method outlined in 1. above. This is strange since project1 packages and project2 does not.
    4. If I attempt to add project2 to my command line build using MSBuild then it fails to package and when I then open up Visual Studio and attempt to package project2
    from the Visual Studio UI then it fails with the path too long error message, until I go through the steps outlined in 1. above to get it to package.
    5. DebugView shows nothing useful during the build and packaging of the project.
    6. The error seems to occur in
    CreateSharePointProjectService target called at line 365 of
    Microsoft.VisualStudio.SharePoint.targetsCurrently I am at a loss to work out why this is happening? My next task is to delete
    project2 completely and recreate it and introduce it into my Visual Studio solution.
    Microsoft, can you confirm whether this is a known issue and whether others have encountered this issue? Is it resolved in a hotfix?
    Anybody else, can you confirm whether you have come up with a solution to this issue? When I mean a solution I mean one that does not mean that I have to rename my namespaces,
    project etc... and is actually workable in a meaningful Visual Studio solution.

    Hi
    Yes, I thought I had fixed this my moving my solution from the usual documents  to
    c:\v2010\projectsOverflow\DetailedProjectTimeline
    This builds ok, but when I come to package I get the lovely error:
    Error 2 The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. C:\VS2010\ProjectsOverflow\DetailedProjectTimeline\VisualDetailedProjectTimelineWebPart\Features\Feature1\Feature1.feature VisualDetailedProjectTimeline
    Now, the error seems to be related to 
    Can anyone suggest what might be causing this. Probably some path in an XML file somewhere. Here is my prime suspect!
    <metaData>
    <type name="VisualDetailedProjectTimelineWebPart.VisualProjectTimelineWebPart.VisualProjectTimeline, $SharePoint.Project.AssemblyFullName$" />
    <importErrorMessage>$Resources:core,ImportErrorMessage;</importErrorMessage>
    </metaData>
    <data>
    <properties>
    <property name="Title" type="string">VisualProjectTimelineWebPart</property>
    <property name="Description" type="string">My Visual WebPart</property>
    </properties>
    </data>
    </webPart>
    </webParts>
    .... Unless I can solve this I will have to remove the project and recreate but with simple paths. Tho I will be none the wiser if I come across this again.
    Daniel

  • Windows 7 Oracle 10.2.0.3.0 ODAC 1020221 Visual Studio 2005 Package L. Fail

    The operation system on my laptop is Windows 7 Home edition 32 bits. On the latop Oracle 10.2.0.3.0.
    That works perfectly.
    Also installled Visual Studio 2005 Professional.
    If I install ODAC1020221 on the laptop Orale Explorer is available in the View menu of Visual Studio 2005.
    If I start Oracle Explorer in the view menu of Visual Studio, Visual Studio comes with the Package Load Failure
    Package 'Oracle Developer Tools for isual Studio.NET' has failed to load properly (GUID= {D601BB95-E404-4A8E-9F24-5C1A462426CE}
    Starting gacutil has no positive result
    Who can help me that it will work so i can use ODP.NET with Visual Studio.
    Kind Regards Frank Hagen

    The operation system on my laptop is Windows 7 Home edition 32 bits. On the latop Oracle 10.2.0.3.0.
    That works perfectly.
    Also installled Visual Studio 2005 Professional.
    If I install ODAC1020221 on the laptop Orale Explorer is available in the View menu of Visual Studio 2005.
    If I start Oracle Explorer in the view menu of Visual Studio, Visual Studio comes with the Package Load Failure
    Package 'Oracle Developer Tools for isual Studio.NET' has failed to load properly (GUID= {D601BB95-E404-4A8E-9F24-5C1A462426CE}
    Starting gacutil has no positive result
    Who can help me that it will work so i can use ODP.NET with Visual Studio.
    Kind Regards Frank Hagen

  • Microsoft NuGet - Visual Studio 2013 package failed

    I had to do a system restore on my machine and then re-install of Visual Studio and I have now twice gotten this error message. So can anyone tell me what's up with this message I can't make heads or tails from the log file it's huge which stands to reason
    since the install must have taken nearly 30 minutes. 
    I did find this from a google search which didn't offer much reason for optimism...
    http://stackoverflow.com/questions/27671562/microsoft-nuget-package-installation-failed-error-while-installing-visual-st

    Hi net2rd,
    Thank you for posting in MSDN forum.
    Based on your issue, you mean that when you are also trying to install the VS2013 Community with Update 4 and the get the error message, am I right?
    If yes, to check this issue is related to the VS setup file or the OS environment. I suggest you could try to install the same version of VS on other machine check if you get same error message.
    (1) If you get same error message on other machine, I doubt that this issue may be related to your VS setup file. SO I suggest you could try to re-download the VS2013 Community from the Microsoft Official and then install it check this issue.
    Reference:
    http://www.visualstudio.com/en-us/news/vs2013-community-vs.aspx
    If you still could not install it successfully, since I am not the VS install experts. So I suggest you can post this issue to the VS Install forum:https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vssetup
    , you will get better support.
    (2) If you did not get same error on other machine, I doubt that the issue may be related to your OS environment. I suggest you could try to repair or re-install the OS check this issue.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Hello.  Can I install a Final Cut Studio 3 Upgrade package using a serial number from an old Final Cut Studio 1 package?

    I would like to install Final Cut Studio 7 on my Macbook Pro (2012).
    I may be able to get an upgrade package, which will mean I need a previous version of Final Cut Studio to install it.  I have an old Macbook with Final Cut Studio 1 on it.  Could I use the serial number from that version of Final Cut Studio to activate the new upgrade on a new computer?
    Thanks,
    Mark

    Thank you Jim.

  • Dreamweaver/Studio 9?

    Dreamweaver does not seem to get many updates. It costs a lot
    of money for us hobbyists/small earners. What is the forward
    development path for this suite? Change to another suite from
    Adobe?

    Get Wordpress (
    http://www.wordpress.org) and
    use it with PHP. Both are
    free.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "ROGM" <[email protected]> wrote in message
    news:[email protected]...
    > Thanks for the input. I see that there are undercurrents
    of thought about
    > this
    > which I guess shouldn't suprise anyone. I am learning
    web design and a
    > lot of
    > my time is spent looking at current technologies to
    achieve good designs.
    > Its a
    > long and steep learning curve.
    >
    > One of my challenges is to produce a server side CMS (I
    have done a small
    > project using Contribute and this continues) using the
    likes of Joomla!.
    > Looking for some CMS integration with D8, appears I will
    have to pay for
    > something and they are thin on the ground. Most of my
    projects do not
    > allow
    > claw back of the cost of tools and my hobbyist budget is
    not large. I
    > would
    > appreciate some pointers on this area still using D8. I
    have not used D8
    > for a
    > dynamic site yet.
    >
    > Deaf Web Designer has a good point. Having worked in
    telecoms (s/w, h/w,
    > computers - remember the 8085 and firmware programming?)
    for 30 years
    > (yes, OK
    > I'm an oldie) I appreciate the problems of having to
    rewrite s/w because
    > it
    > gets bloated and contorted over many years (partly IE6
    case I suspect
    > hence
    > Vista rewrite? - but there must have been many other
    reasons). Nothing
    > changes
    > much!
    >
    > As I'm now moving in a Linux direction for my future PC
    needs, I'm hoping
    > for
    > a good open source web development software on that
    platform. I don't
    > suppose I
    > will be able to afford the next Adobe package so this
    will be the focus of
    > my
    > next move.
    >

  • Is there a way to use Dreamweaver extensions to package a Muse project for LMS?

    We are currently experimenting with Muse, and we are interested in the posibility of using Muse to develop eLearning courses. Is there any way that Muse projects can be packaged into a zip file that can be loaded into an LMS? Possibly using Dreamweaver extensions?

    Hi
    The simple answer is no.
    Muse files are almost impossible to edit in Dreamweaver and remain compatible with Muse, they must also be hosted on the Adobe server. It is not even possible to migrate a site created in Muse to any other server, without more work than would be required to create a new site from scratch.
    PZ

  • Where on the Academic Logic Studio 8 Package is the Serial Number?

    there's a window asking me for the serial number but it's been about 2 years since i installed it and don't remember which one of these numbers is the right one. i already tried three of them. where in the package is the right number located?

    It is printed on a piece of paper which is inside the box and states "serial number"

  • Dreamweaver Studio 8 Dropdown with CSS

    When creating a dropdown menu using a client's logo in Studio
    8. The menu works brilliantly in all browsers except IE5+ for the
    MAC, where the images that are centered in the table move flush
    LEFT as in this example.
    http://www.lindaclifford.com/abc.html
    If you import the code for this site into DW CS3 or DW Studio
    8, you can see the lopsided effect in the Design Window.
    Any ideas how to counteract this? Is the DocType throwing
    this off?
    Thanks
    Pete

    First of all I want to say thanks for your reply regarding my
    post about Fireworks Quirkiness.
    I agree with you about the MAC IE browser - I don't think
    anyone is really using it these days.
    I still think there might be a glitch in my program? I'm
    running Studio8 on a MAC.
    Somehow the code that is exporting the dropdown menus is
    creating a glitch.
    If you have any insight, I would be most appreciative.
    If this is above what you do for Adobe, then don't bother
    trying to figure it all out.
    I may just uninstall and re-install the program to see if the
    glitches disappear.
    I am attaching the code for the page which links to -
    http://peterelliott.biz/avidjoan.htm
    Both page and CSS Style sheet code generated by FWStudio8 for
    the MAC.
    This results in the SOLID Blue line indicating the photo
    aligns Flush Left -
    http://peterelliott.biz/ajoan2.png
    My client who uses the CS3 Suite doesn't see the Blue lines -
    but sees the Images FLUSH LEFT -as in this shot.
    http://peterelliott.biz/ajoan2.jpg
    I feel certain that there is a bug somewhere that needs
    fixing.
    Again any help you can give would be grateful.
    Pete

  • Unable to untar studio 11 package

    I am getting the following error while untarring:
    bzcat: Compressed file ends unexpectedly;
    perhaps it is corrupted? Possible reason follows.
    bzcat: Error 0
    Input file = studio11-sol-sparc[1].tar.bz2, output file = (stdout)
    It is possible that the compressed file(s) have become corrupted.
    You can use the -tvv option to test integrity of such files.
    You can use the `bzip2recover' program to attempt to recover
    data from undamaged sections of corrupted files.
    tar: read error: unexpected EOF
    Can someone help me?

    Thanks for quick response. You are right. When I checked the filesize, I found that it didn't download the complete file. Using mouse right-click and 'save as' I was able to download it completely.
    Am able to untar it now.

  • Studio 8 with Dreamweaver

    I just reinstalled my OS and Studio 8 after cleaning house (good to do every so often).
    The problem I am having, which I never had after I first bought the Studio 8 package, is that Dreamweaver will not not remember my site FTP logins. I have several sites I work with and it is becoming a pain to have to log in the user name and password whenever I restart Dreamweaver.
    This happens every day. ANyone else having this issue on a reinstall??
    Oh, and I have checked the remember box on the site information.
    Thanks Dave

    webbdawg wrote:
    The problem I am having, which I never had after I first bought the Studio 8 package, is that Dreamweaver will not not remember my site FTP logins.
    That's a known issue in DW8.0 on Windows.
    Dreamweaver 8 for Windows loses FTP login settings
    http://go.adobe.com/kb/ts_3491671c_en-us
    Sounds like you need to re-install the 8.0.2 updater
    http://www.adobe.com/support/dreamweaver/downloads_updaters.html#dw8

  • HELP!! STUDIO 8

    My team is developing graphics for use in Afghanistan and
    we're trying to aquire the Creative Suite CS2 ME(Middle-Eastern
    Edition).
    I've got all the contacts I need and a trial version of
    Photoshop CS2 and it works great typing Pashto scipt from Right to
    Left (RTL) rather than LTR as it is in North America and Europe.
    We're planning on using Dreamweaver and the entire Studio 8
    package for web design but we're not sure if there is a Middle-
    Eastern. my question is, is there a MIddle-Eastern Version of
    Dreamweaver.
    Thanks in Advance
    Hago

    Hi
    You can install using Pacifist.. last time I tried it, it worked OK.
    see this thread for all the details
    https://discussions.apple.com/thread/3935523?start=0&tstart=0
    CCT

Maybe you are looking for

  • Performanc​e of Spotify on BB

    I have an 9320 and 8520. Both are very frustrating to sync playlists with. It seems intermittent, delayed, often doesn't work, when you offline a playlist. I have worked with Spotify, reset devices, with patience, resetting playlists, rebooting, I ca

  • 3.1 Bug? - Images don't display properly after upgrade to 3.1 from 3.0

    When pages are displayed after the upgrade, the image appears the first time the page is opened. Once a user goes to another page, then come back to the page with the image, the image is no longer displayed. This happens when the browser is set to "C

  • Where are iOS update files located on my Mac in Lion?

    Since Lion I can't seem to find the iOS update files on my Mac.  Which leads to my next question can I delete the latest update 4.3.5 and redownload it for a restore? Thanks, Bryan

  • How to display text in blue color

    Hi All, in my selection screen i am having one checkbox. for this checkbox i am giving description as 'Manufacturer'.This description has to come in blue color. anybody can tell me how to do this. thanks, maheedhar

  • Item renderer question

    I have an item renderer that adds a checkbox to my tree and checks it. My problem is that when i uncheck the box and scroll down the tree there are random boxes that are unchecked. Does anyone know how to get around this? Here is the renderer, and an