Eclipse errors with JavaFX project

Hi all,
I've just downloaded JavaFX and the plugin for Eclipse and am keen to get going with it. However Eclipse is saying I have errors in my project, but when I run the project it runs without errors. My guess is some build path issue but I cant figure this out.
I have the simplest of simple examples generated from the Eclipse plugin. The code is:
package mypackage;
import javafx.stage.Stage;
import javafx.scene.Scene;
*@author Andrew*
Stage {
title : "MyApp"
scene: Scene {
width: 200
height: 200
content: [ ]
}Eclipse underlines everything from Stage downwards in red and the errors it presents me with are as follows:
Description Resource Path Location Type
cannot access javafx.lang.Builtins class file for javafx.lang.Builtins not found main.fx /myfx/src/mypackage line 1 JavaFX Problem
cannot find symbol symbol : class Scene location: class mypackage.main main.fx /myfx/src/mypackage line 11 JavaFX Problem
cannot find symbol symbol : class Stage location: class mypackage.main main.fx /myfx/src/mypackage line 9 JavaFX Problem
Invalid assignment main.fx /myfx/src/mypackage line 10 JavaFX Problem
Invalid assignment main.fx /myfx/src/mypackage line 11 JavaFX Problem
.. and so on and so forth.
Like I said when I run the application from within Eclipse it gives me no errors and presents an empty dialog box with the title myapp. So Im sure the code is working.
Any help would be much appreciated :)
regards,
Andrew

Try to move eclipse directory on same drive, on which javaFX installed. And yet exclude spaces in the javaFX path.

Similar Messages

  • Media error with old project

    Hi All,
    I'm opening an old FCP5.x project on my FCP6.0.6 system. There are 5 media files in this project. I have all of the original files, but they are now on a different HD. When opening the project FCP asks me if I want to update from an older version, I select OK. Then the dialog asks me to re-connect the missing media. The first 2 work fine, but the other three cause this warning to appear: "Some attributes of one or more of the files you have chosen do not match the attributes of the original. This may cause problems within the sequences that are dependent on them. The attributes that differed are as follows:
    - Media Start and End
    Would you like to try to connect them again?"
    On one clip I can select try again and it moves forward. With the other 2 I have to select continue to move forward. Then those files show in the reconnect media window as having conflicts.
    I've seen similar threads here, but they all seem to be due to someone using Media Manager to offline their project and then bring it back online. I didn't do that, I'm simply trying to open an older file using the same original capture files, albeit on a different hard drive.
    Does anyone know how I can figure out why FCP is having problems with these files?
    Thanks,
    Chris

    Not really sure actually. It's an hour-long project. I took a quick scan through the timeline to see if there was any audio out of sync, but most of the voice is off-camera. I'm not even sure if the cuts are correct. I do have a dvd of the original project, so I'll have to go through them simultaneously to see if they match.
    In the mean time, I'm moving the capture files to an external HD and then going to plug that into my Powerbook which still have FCP5 on it. Will see if the project opens up normally there.
    Thanks.
    *Edit: actually just tried opening up the project on the laptop - turns out that it must actually be a FCP4 project as I got the same dialog telling me that it was an older project version.... Have to see if the mothballed iMac DV has FCP4...
    Message was edited by: chris catalano

  • Error with HD projects premiere cs6

    hello everybody,
    i got the full version of premiere cs6 and it run perfect so far. but since a while, I only can work in a normal PAL project. If I will create a project in HD or export a sequence in maybe an mpg4, premiere shut down and I don´t know why.
    What could I do?????
    Thanks for your answers!

    More information needed for someone to help... please click below and provide the requested information
    -Premiere Pro Video Editing Information FAQ http://forums.adobe.com/message/4200840
    BSOD shutdowns http://forums.adobe.com/thread/1427408?tstart=0
    http://blogs.adobe.com/kevinmonahan/2014/01/13/computer-shuts-down-with-premiere-pro-or-af ter-effects/

  • Error with bounced projects

    Hi,
    I finished a project with just one long audio file (69 minutes), I used the (new Logic 8-) compressor and the adaptive limiter as plugins on the file - not in the mix Plug In section. Then I saved it, and I bounced it. I can open this bounced (and thus processed) version, still untracked.
    Then I added the neccessary 13 tracks on the places they needed to be in the bounced, processed version of the waveburner project. When done I saved it again and closed it. When trying to open it, I get the message "bounced audio not found". The same mistake occurs with an older version of waveburner. So how can I finish this project?
    Anybody else with similar problems?
    Thomas

    YES it's driving me MAD. I edit a track. Click bounce mix, or bounce region. I choose the proper bit depth, dithering, .aff, etc.... It appears to be bouncing, I see the file being created on the desktop of the volume I chose as the target. THEN IT VANISHES No where to be found by spotlight.
    APPLE APPLE APPLE . For my next trick watch me trash the preferences. To be continued.......
    Message was edited by: Rexy
    Message was edited by: Rexy

  • Eclipse errors with standard components since SP1

    Dear Community,
    I recently updated to Design Studio 1.2 SP1. This has created a raft of problems. Even a simple pie charts creates errors. I also noticed some things have changed with regard to pie charts. But I am not sure that this is due to the errors...
    I have attached the errors i get. Can somebody please help me?
    Thank you in advance.
    Best regards,
    Niels

    Apparently all is fixed when deleting the following folders and starting over:
    - Analysis-config
    - Analysis-workspace
    Can somebody explain to me why this is?

  • Can't create JavaFX project in Eclipse

    JavaFX 1.2 and Eclipse Ganymede with JavaFX plugin
    There's an error in the project dialog saying the JavaFX SDK location was not found
    I saw something possibly related in the Release notes
    http://www.javafx.com/docs/gettingstarted/eclipse-plugin/release-notes.jsp
    However, this kind of error scares me away from using JavaFX if I can't create any
    applications without applying some workarounds

    Have you set the JAVAFX_HOME environment variable as specified?
    Maybe it should have been set by the JavaFX installer, but otherwise, I don't see that as a kludge from the Eclipse plug-in point of view, as if it is not set, I don't see how it could guess the location.
    And well, if you are afraid of bugs and workarounds, you should avoid JavaFX, indeed, at least until next year... :-)
    The platform is still a bit green; some even say it is still beta but I find it, and lot of other people too, already very usable.

  • Fatal errors using JavaFX ChoiceBox, Tooltip, Popup in Eclipse (RCP) View

    I'm using JavaFX within an Eclipse RCP application. Any JavaFX popup (ChoiceBox, Tooltip, etc..) within an eclipse view causes a fatal exception to occur when clicking on the popup. The popups do appear, but clicking on them causes the fatal error.
    I created a standalone JavaFX application to confirm that the Popups work fine in that environment. They do.
    I also created a standalone SWT-based application (outside of an RCP) that embeds the FXCanvas within an SWT shell and the problem doesn't occur there either.
    But when the Combo is contained in an FXCanvas within and RCP view, the fatal exception occurs.
    Has anybody else seen this behavior?
    I tried it with JavaFX 2.0.2, 2.1 b17, 2.1 b19 (all 32bit)
    I'm using JRE 6.0_30-b12 (32bit) on Windows 7 (64bit)
    My RCP target platform is based on eclipse 3.6 (galileo).
    Thanks!

    The problem is described in http://javafx-jira.kenai.com/browse/RT-20883. e(fx)clipse 0.0.14 (http://tomsondev.bestsolution.at/2012/05/29/efxclipse-0-0-14-released/) which I've just released fixes the problem. Unfortunately it does not work with 3.6 because I'm using OSGi API only available > 3.7.0

  • Error with Eclipse - please help me

    Hi
    I know that maybe that's not the best place to ask about DisplayTag, but You are my last chance !!! So please help me!
    I am using DisplayTag in my web application. Could You tell me please why a got such error in my class?
    The type javax.servlet.jsp.PageContext cannot be resolved. It is indirectly referenced from
    required .class filesThe code of class :
    package bus;
    import org.displaytag.decorator.TableDecorator;
    public class Wrapper extends TableDecorator
         static public int i=0;
         public Wrapper()
              super();
    }I read that is not the problem with my class but with my project and I have to build path in my project. But how can I do this???
    Thnx for help
    Martin

    You need to add the javax.servlet classes to your classpath.
    Easiest way is to extend the JRE in eclipse with those classes so that it would automatically be applied to every new project. Go to Window - Preferences - Java - Installed JREs - Select the JRE used - Edit - Add External JARs - add the JAR with javax.servlet classes to the JRE system libraries.
    You can use the javaee.jar of the Java EE 5.0 SDK [1] or the Glassfish /lib directory [2], or the servlet-api.jar of Tomcat's /lib directory [3].
    [1] http://java.sun.com/javaee
    [2] https://glassfish.dev.java.net
    [3] http://tomcat.apache.org

  • Error installing JavaFX 1.2 Plugin for Eclipse

    Hi
    I'm trying to install the JavaFX Plugin for Eclipse 3.5.1. I followed the instructions on the site, but when eclipse is downloading the needed files(from http://javafx.com/downloads/eclipse-plugin/ ) I get the following error:
    An error occurred while collecting items to be installed
    session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=, action=).
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.core,1.2.0.200905280115
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.editor,1.2.0.200905280115
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.editor.lib,1.2.0.200905280115
    No repository found containing: org.eclipse.update.feature,com.sun.javafx.eclipse.feature,1.2.0.200905280115
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.templates,1.2.0.200905280115
    Any ideea on what's wrong ? Please help.
    Thanks in advance

    Tnx for replies.
    After half a day of research I have come to a (hasty) conclusion that for my type of application JavaFX is NOT READY for adoption.
    I was surprised to find that official Java and JavaFX integration only consists of embedding Swing components in JavaFX. Ill be using multithreading, asynch socket IO, tray icon/menu and a few others things that dont seem easy if at all possible to do in JavaFX. For long periods the application will be running without any visible gui while still doing lots of networking. So obviously Java is going to be controlling the the App and JavaFX will only be in charge of the View. I found some hacks to run JavaFX from Java but I don't want to do hacks and possibly break the license.
    Im a bit confused where Sun is going with JavaFX, they add support for WS and ATOM - does that mean they will eventually copy all features from Java to JavaFX changing it from a domain specific language to general purpose one? If they dont provide an easy way for the app to do the grunt work in java and only use JavaFX for gui then that must be their aim? But how many developers are gonna wait for years untill JavaFX can do everything that Java can do?

  • Error while creating sales order with network/project

    Dear All,
    we are getting the following message while creating a sales order with assembly processing with network/project system .
    The standard Network used as a reference contains assignments to a standard WBS. However you have maintained WBS assignments manually.which assignment should be used?
    manually maint         pre-defined
    reward points are assured for valuable help.
    thanking you
    Best regards,
    R.Srinivasan

    Dear Murali,
    Thankyou very much for your reply.We have checked for these things which you have mentioned.
    ie
    Assignment of Standard WBS in the Standard network and WBS Assignment of Operastional network.We are still getting this error.
    Kindly let me know What are the other possibilities for this error.
    Thanking you,
    Best regards,
    R.Srinivasan

  • Opening CS4 projects in CS5 error with Canon 5D footage HELP!!!

    HI Im trying out the new Premiere Pro CS5 demo and Im getting major problems opening projects.
    Initially I couldnt open any of my CS4 projects but could import single sequences one at a time only, not whole projects. So I was finally working fine yesturday and today nothing opens that includes canon 5d footage . I get this error.
    "This project contains a sequence that could not be opened. No sequence preview preset file or codec could be associated with this sequence type."
    I get the same message when I import a whole project. Yet I can import a whole project 1 sequence at a time!!!
    I can only create new projects which save and open but all older saved projects do not open.
    thanks
    remainz

    Yes, this is an intermittent issue with CS5. Somehow, there’s a problem wherein certain commonly-used codecs suddenly remove/disable themselves. I had this problem, and it was driving me crazy as I couldn’t open anything, and it was just way, way too much work to recreate. So I opened up a new project. Lo and behold, the program suddenly informed me that there were codecs that needed to be installed. Codecs which, I’m sure, have been installed already, but obviously Premiere knows that they’re missing. Allowing the program to install them, and then allowing it to quit itself, and then reopening the program again enabled Premiere to open all of my projects again.

  • Failed to provision site PWA with error: Microsoft.Office.Project.Server.Administration.ProvisionException: To create databases we need dbcreator and securityadmin server roles on servers.

    I'm getting the following errors while trying to provision a PS 2010 PWA on our SharePoint 2010 farm. Our PS instance has been working for a while now, and houses two other PWAs. But today,
    when trying to create this one, I get "Failed - see the Application event Log" and the following in the Event Viewer:
    Log Name: Application
    Source: Microsoft-SharePoint Products-Project Server
    Date: 4/2/2014 2:09:08 PM
    Event ID: 6980
    Task Category: Provisioning
    Level: Error
    Keywords:
    User: DOMAIN\DB_Access
    Computer: server
    Description:
    Provisioning 'PWA/SDN': To create databases we need dbcreator and securityadmin server roles on servers 'DB1' and 'DB1'.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-SharePoint Products-Project Server" Guid="{b2178104-1b5b-4c20-8c8f-960678ced9e5}" />
    <EventID>6980</EventID>
    <Version>14</Version>
    <Level>2</Level>
    <Task>20</Task>
    <Opcode>0</Opcode>
    <Keywords>0x4000000000000000</Keywords>
    <TimeCreated SystemTime="2014-04-02T19:09:08.225Z" />
    <EventRecordID>1676727</EventRecordID>
    <Correlation ActivityID="{90131653-B0A4-4FAF-A43C-7DF07CBC3332}" />
    <Execution ProcessID="11040" ThreadID="12384" />
    <Channel>Application</Channel>
    <Computer>sharepoint</Computer>
    <Security UserID="S-1-5-21-2280669542-4145173436-3058324265-4222" />
    </System>
    <EventData>
    <Data Name="string0">PWA/SDN</Data>
    <Data Name="string1">DB1</Data>
    <Data Name="string2">DB1</Data>
    </EventData>
    </Event>
    Log Name: Application
    Source: Microsoft-SharePoint Products-Project Server
    Date: 4/2/2014 2:09:08 PM
    Event ID: 6993
    Task Category: Provisioning
    Level: Error
    Keywords:
    User: DOMAIN\DB_Access
    Computer: sharepoint
    Description:
    Provisioning 'PWA/SDN': Failed to provision databases. An exception occurred: To create databases we need dbcreator and securityadmin server roles on servers..
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-SharePoint Products-Project Server" Guid="{b2178104-1b5b-4c20-8c8f-960678ced9e5}" />
    <EventID>6993</EventID>
    <Version>14</Version>
    <Level>2</Level>
    <Task>20</Task>
    <Opcode>0</Opcode>
    <Keywords>0x4000000000000000</Keywords>
    <TimeCreated SystemTime="2014-04-02T19:09:08.225Z" />
    <EventRecordID>1676728</EventRecordID>
    <Correlation ActivityID="{90131653-B0A4-4FAF-A43C-7DF07CBC3332}" />
    <Execution ProcessID="11040" ThreadID="12384" />
    <Channel>Application</Channel>
    <Computer>sharepoint</Computer>
    <Security UserID="S-1-5-21-2280669542-4145173436-3058324265-4222" />
    </System>
    <EventData>
    <Data Name="string0">PWA/SDN</Data>
    <Data Name="string1">To create databases we need dbcreator and securityadmin server roles on servers.</Data>
    </EventData>
    </Event>
    Log Name: Application
    Source: Microsoft-SharePoint Products-Project Server
    Date: 4/2/2014 2:09:08 PM
    Event ID: 6958
    Task Category: Provisioning
    Level: Error
    Keywords:
    User: DOMAIN\DB_Access
    Computer: sharepoint
    Description:
    Provisioning 'PWA/SDN': Database provisioning failed.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-SharePoint Products-Project Server" Guid="{b2178104-1b5b-4c20-8c8f-960678ced9e5}" />
    <EventID>6958</EventID>
    <Version>14</Version>
    <Level>2</Level>
    <Task>20</Task>
    <Opcode>0</Opcode>
    <Keywords>0x4000000000000000</Keywords>
    <TimeCreated SystemTime="2014-04-02T19:09:08.225Z" />
    <EventRecordID>1676729</EventRecordID>
    <Correlation ActivityID="{90131653-B0A4-4FAF-A43C-7DF07CBC3332}" />
    <Execution ProcessID="11040" ThreadID="12384" />
    <Channel>Application</Channel>
    <Computer>sharepoint</Computer>
    <Security UserID="S-1-5-21-2280669542-4145173436-3058324265-4222" />
    </System>
    <EventData>
    <Data Name="string0">PWA/SDN</Data>
    </EventData>
    </Event>
    Log Name: Application
    Source: Microsoft-SharePoint Products-Project Server
    Date: 4/2/2014 2:09:08 PM
    Event ID: 6971
    Task Category: Provisioning
    Level: Error
    Keywords:
    User: DOMAIN\DB_Access
    Computer: sharepoint
    Description:
    Failed to provision site PWA/SDN with error: Microsoft.Office.Project.Server.Administration.ProvisionException: Failed to provision databases. ---> Microsoft.Office.Project.Server.Administration.ProvisionException: To create databases we need dbcreator and
    securityadmin server roles on servers.
    at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.EnsureDatabases(ProjectProvisionSettings provset, SPSite pwaSite, String adminName, String adminEmail, ProjectDatabaseStateType& originalDatabaseState, Guid& adminGuid)
    --- End of inner exception stack trace ---
    at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.EnsureDatabases(ProjectProvisionSettings provset, SPSite pwaSite, String adminName, String adminEmail, ProjectDatabaseStateType& originalDatabaseState, Guid& adminGuid)
    at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.CreateSite(ProjectProvisionSettings provset)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-SharePoint Products-Project Server" Guid="{b2178104-1b5b-4c20-8c8f-960678ced9e5}" />
    <EventID>6971</EventID>
    <Version>14</Version>
    <Level>2</Level>
    <Task>20</Task>
    <Opcode>0</Opcode>
    <Keywords>0x4000000000000000</Keywords>
    <TimeCreated SystemTime="2014-04-02T19:09:08.226Z" />
    <EventRecordID>1676730</EventRecordID>
    <Correlation ActivityID="{90131653-B0A4-4FAF-A43C-7DF07CBC3332}" />
    <Execution ProcessID="11040" ThreadID="12384" />
    <Channel>Application</Channel>
    <Computer>sharepoint</Computer>
    <Security UserID="S-1-5-21-2280669542-4145173436-3058324265-4222" />
    </System>
    <EventData>
    <Data Name="string0">PWA/SDN</Data>
    <Data Name="string1">Microsoft.Office.Project.Server.Administration.ProvisionException: Failed to provision databases. ---&gt; Microsoft.Office.Project.Server.Administration.ProvisionException: To create databases we need dbcreator and securityadmin
    server roles on servers.
    at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.EnsureDatabases(ProjectProvisionSettings provset, SPSite pwaSite, String adminName, String adminEmail, ProjectDatabaseStateType&amp; originalDatabaseState, Guid&amp; adminGuid)
    --- End of inner exception stack trace ---
    at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.EnsureDatabases(ProjectProvisionSettings provset, SPSite pwaSite, String adminName, String adminEmail, ProjectDatabaseStateType&amp; originalDatabaseState, Guid&amp; adminGuid)
    at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.CreateSite(ProjectProvisionSettings provset)</Data>
    </EventData>
    </Event>
    Anybody ever get any events like this before? I'm not finding much or nothing on Google or on other forums, so I thought I would run it past and see if anyone has experienced anything of a similar
    nature. And yes, the farm account obviously has creator/secadmin permissions, at this point of our deployment....
    I look forward to any and all feedback. Thanks and good afternoon!

    I figured out the answer to this myself. For those few who might run into something akin to my error...
    During the off-hours of where I work, I re-applied the farm account credentials to all dB server VM SQL services that had the account for a log-on (i.e., MSSQLSERVER, SQLSERVERAGENT, etc.) as well as all SharePoint services on our WFE/App Server VM (a two
    server farm is what we host), in that order. Then I rebooted the dB server first, followed by the SharePoint server. Upon coming back, everything was working fine again. I was able to provision a site, no probelm, and it seemed to even be a little snappier
    when doing so.
    One note: doing this procedure gave me a "One or more services have started or stopped unexpectedly" error in the Health Analyzer, for the SPTimerV4 service. When you get this, simply enter into the item and click on "Reanalyze Now;" this will quickly clear
    the error out of the Analyzer, and all should be right with the world! :)

  • Journal Entry Error: -10([AJDT], line 4 with incoherent project/pl)

    Hi,
    A client is getting the above error on two different databases, one when doing a direct journal entry and the other while doing depreciation run. They are using projects and these have correctly been defined. Running on B1 2005 PL 11.
    Has anyone ever come across this problem? Any suggestions/solution?
    Regards,
    Ann Muhoro.

    From your error message: line 4 with incoherent project/pl, I would assume some of projects had been changed.  Dig into the specific line detail to find anything different comparing with the current project.

  • Rhsnippet.apj Error with RoboHTML 11 Project on Network

    I have an RH 11 project on a network drive. The project has 485 snippets. When adding or modifying snippets I get the following error:
    An error occurred while trying to read data from <n:\roboHelp Projects\\rhsnippet.apj <1>.
    When I open the rhsnippet.apj file, the file is truncated like this:
    <file>
                <name>mysnippet.hts</name>
                <comments></comments
    It seems that RoboHelp cannot complete writing to the APJ file.
    After closing and reopening the project, I then get a message saying the cpd is corrupt. After deleting the cpd and reopening the project, I still get a message saying the project is corrupt.
    The only way I have found to fix the project is to move the project back to a local drive, delete the cpd, delete the rhsnippet.apj file and re-import all the snippets.
    I have seen a similar issue which was resolved by moving to another network drive. I moved my project to another network drive but the issue still occurred.
    rhsnippet.apj Error with RoboHTML 10 Project on Network
    My experience with R10 R11 projects on a network drive has been problematic, despite Adobes assertion that R11 and R10 projects now work on network drives. For example, Adobe support confirmed that RoboHelp does not support projects on a network drive that uses DFS (Distributed File System). I have found that large projects seem to be problematic on network drives.
    I suspect that part of this issue is the large amount of snippets I have, as other projects on the network drive don't appear to have this issue as they do not contain a large amount of snippets.
    If anybody else has experienced a similar issue with projects on a network drive related to snippets I'd be grateful for some advice.

    Thanks for the advice Peter, but deleting the CPD does not fix the issue. I have 500 snippets because I have 500 fields (and growing all the time) to document that can appear in multiple reports and also require that each field is documented separately. So although I seem to be pushing the envelope with the amount of snippets, I am grateful for the existence of snippets because trying to document this without snippets would be a nightmare!
    One thing that annoys me is that you cannot apply a style sheet to multiple snippets at the same time. At least I have not found a way. Is there a way of doing this – short of editing the HTML for each snippet individually? I will add this to a feature request for RoboHelp as well as log a bug report with Adobe.

  • Please help with "Error writing the project file. The specified module could not be found." error.

    I am a student.  I've been trying to install and use Visual Studio 2013 Professional for three weeks now and I cannot get it to work.  I am now two weeks behind in my Visual Basic class.  I've installed, uninstalled, ran the repair option... 
    I've tried everything I know how to do.  I just spent 45 minutes on the phone with Microsoft, was transferred four times and finally told I will have to use the forums to find an answer.  I'm almost completely out of patience with this.
    I got the software through the Dream Spark program as a student.  I installed it with the web installer and it appeared to install fine.  When I try to create a new project, I get the error:  "Error writing the project file.  The
    specified module could not be found."
    When I exit the application, I also get:  "The automatically saved settings file 'c:\users\user\documents\visual studio 2013\Settings\CurrentSettings-2015-02-02.vssettings' is not available for write.  You can change this file on the 'Import
    and Export Settings' Tools Options page."
    Please tell me you can help.

    Hi,
    could you please try the points mentioned here:
    http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/0376db8f-4761-4ae5-9af2-98c53216318a#VS_IDE_unexpected_problems to eliminate the possible cause of your issue?
    Please update the result in the forum after you try the method above!
    Best Wishes!
    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. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

Maybe you are looking for

  • Export pages on iPhone 4 to Word document

    I have an 8GB iPhone 4 running iOS 6 that I got free from my phone company when the iPhone 5 came out.  I spent a lot of time trying to find a good word processor, and came to realize free ones weren't going to cut it.  My daughter gave me an iTunes

  • Overlay a still image over video.

    I am editing a lot of video and have a need to lay an image over the video, like down the left column or even across the bottom. What I am doing is editing footage of a poker game we filmed and I want to be able to display the players' hole cards lik

  • Can I print a hidden document

    I want to create a document with showingWindow = false and print it. var myDocument = app.documents.add(false); var myStory = myDocument.stories.item(0); myStory.contents = "Hello World!"; myDocument.print(true); myDocument.close(SaveOptions.NO); The

  • Overprint preview - default

    CS2 - Is it possible to have "overprint" preview on by default? Regards Nina Storm

  • SG300 configuration backup

    I'm looking at the txt file downloaded when I did a backup of my running configuration.  I guess I expected it to look like an IOS configuration.  How can this possibly be a viable backup configuration and how do I get to a txt file that allows me to