Finalbuilder action studio unable to save the fbap file - finalbuilder

I am trying to save a new action created using final builder action studio in c/program files/finalbuilder/actiondefs. However, the fbap file is not shown in that location even if I navigate to that location. But if I use finalbuilder action studio and say open, I am able to see the fbap file in the location. I am unable to understand why. Please help.

This sounds like a problem with UAC File system virtualisation. Run Action Studio as Administrator.

Related

Creation of the virtual directory failed with error: cannot write configuration file applicationhost.config

I'm just simply trying to open up a VS 2017 project. When I open the solution, I get the following error message:
Creation of the virtual directory http://localhost:58051/failed with the error: Filename: \?\C:\Users\Visual Studio 2017\Projects\Testing\Version 2.0.vs\config\applicationhost.config Error: Cannot write configuration file
I've checked the folders along the file path and they are not encrypted. All the folders along the file path have a black box for the Read Only attribute. When I go to the config folder and clear out the black box for the Read Only attribute and Apply the setting, I find if I exit and go back to the same folder, the black box reappears for the Read Only attribute. I've read that the black box doesn't really mean the Read Only attribute has been turned on. If the Read Only attribute was actually turned on, I should expect to see a check mark instead. However, this doesn't explain why I can't open the solution.
After I click the OK Button to the VS Error message, VS just says the solution is "(unavailable)" in the Solution Explorer.
Any help would be greatly appreciated.
I too had this problem with my project files located on OneDrive. The way I resolved it was I renamed the applicationhost.config file located in the ".vs\config" directory of your root project directory then reloaded the web project. This will create a new applicationhost.config file.
I had the same error message sharing a project between 2 machines via OneDrive and fixed it as follows:
1 - Closed VS.Net
2 - Opened [myappnamefolder].vs\config\applicationhost.config in Notepad
3 - Searched the open file for the filename in my error message (In your case C:\Users\Visual Studio 2017\Projects\Testing\Version 2.0.vs\config\applicationhost.config ).
It was found under system.applicationHost, sites, site name, application path, virtualDirectory - physicalPath
4 - Amended the physicalPath value to point to the valid path of the project's config file as above.
5 - Saved the applicationhost.config file
My paths were different because I had different home user directories on each machine. (User A & User B)
I have resolved this error with this way mention as below:
STEP 1:
Go to on that path
C:\Users\navz\OneDrive\Documents\IISExpress\config
STEP2:
When you reach on this folder "config"
in this folder we can see "applicationhost" file
STEP3:
Close the Visual studio existing project and delete the applicationhost file(see on Step 2 path)
Then open the existing project again, it will be reloaded automatically and work properly.
Had same problem then looked into vs\config\applicationhost.config and it was encrypted. I unencrypted file and solution loaded with no problems.
I've had this problem several times using VS 2017 with Onedrive. Resolved it by renaming the application.config and having VS recreate it. Just as well could have edited line in the file. See the Diff below as an example.
The config file is located in something like C:\Code\MyProject\.vs\config\.
I just encountered this error. I followed the steps in this answer: https://stackoverflow.com/a/50508207/1166163
When I tried to save my changes I realised TFS had marked the file as read-only, preventing VS from updating the value. Removing the read-only attribute fixed the problem.
None of the above worked for me. I ended up deleting and recloning the repo that was giving me problems. It then opened up just fine.
Windows 10 Defender was causing this for me. When I disabled control folder access it worked again. Odd, because it had been working with that setting on for a while.
my drives were different - but the main codebase was shared between the two machines - so on one it was in the d drive - so i mapped the parent subdirectory on the second machine to be the d drive ... which resulted in the same paths then on both ... i just had to open the solution from the d drive on the second machine

Desktop file for Flatpak app

I have created a Flatpak app but I don't know how to specify icons and launcher information for my package.
The application has a desktop file but get this error message:
"Not exporting share/applications/myapp.desktop, wrong prefix"
The file is located in myapp/files/share/applications/myapp.desktop
Please help
The desktop file needs to be installed to:
/app/share/applications/<appid>.desktop
and the icon file to:
/app/share/icons/hicolor/<size>/apps/<appid>.<png|svg>
where your appid will be something like "com.example.myapp"
See http://docs.flatpak.org/en/latest/conventions.html
Note that the value for the "Exec" parameter in the desktop file should be the same as the "command" parameter in the flatpak manifest. The example given in the documentation is confusing because the name of the executable is the same as the appid, and if your executable is named differently you need to pick that instead. e.g. if your appid is "com.example.myapp" and your binary is just "myapp", you need "Exec=myapp" or even "Exec=/app/bin/myapp", not "Exec=com.example.myapp".
One last thing, if the desktop file appears to get installed, but nothing shows up in your program menu, it may be because your desktop environment needs you to log out and log back in again. See: https://ask.fedoraproject.org/en/question/128735/xfce-menu-doesnt-show-flatpak-apps/
Desktop file and icons should be stored in myapp/export instead of myapp/files.
The desktop launchers seem to be located in:
var/lib/flatpak/app//current/active/export/share/applications
You should copy the launcher to the Desktop,right click, Allow Launching.

Cannot save file in WebStorm 9

I have been using the same workflow for months to add a new page in my ASP .NET site, but all of a sudden I am getting problems with trying to save a .ascx file inside of WebStorm.
I created the .ascx page in VS and then saved it. I then go over to WebStorm to start developing and I cannot save any of these new files. I get this error:
Following errors occurred on attepmt to save files:
C:\...\Management\Management.ascx___jb_bak___ (Access is denied)
I don't get what this file is and why it can't be saved... The jb makes it seem like a JetBrains file, but this file doesn't actually exist in the filesystem. All the other files I have had work just fine. Its just this new file all of a sudden.
What does this error even mean.. there is no valuable information
This error happened to me everytime I used Nodemon to start Webpack on a separate process. The problem was fixed by disabling "Safe write" in "Settings", as VyvIT suggested.
Hello to Developers using Jetbrains products!
I had this problem today and I think it was for the webstorm but I check my E: drive that I was developing on.
The problem was with my hard drive that changed to read-only.
I changed my drive to C and it solved.
Check your drive that you are using. That might be the problem.
You need to change your security options for user in Windows:
Right Click
The Folder > Properties > Security Tab
Click on
Edit to change Permissions > Select User

Not able to save file deployed on jetty server

I have deployed my webapplication on a jetty server, and I am trying to edit those deployed files using WebStorm 8.0.4. But I am unable to save the edited files and getting the following error:
Try turning the 'safe write' feature (Settings/General, 'Use safe writes') off - does it help? It creates a temporary copy of a file: creates a separate temp file, deletes the original and then renames. With this option the original file permissions may be lost, this causes problems, especially when working on remote drives.
Follow these steps.
Open C:\Users\YourUserName\.m2\repository (If you use maven)
Find org folder and Navigate org\eclipse\jetty\jetty-webapp\yourJettyVersion
There will be a .jar file.
Open it with winrar or some program like winrar.
Navigate org\eclipse\jetty\webapp
Find webdefault.xml and Open it with any text editor.
Search useFileMappedBuffer parameter in file
You will see a param value.
Change it to false.
Save and Exit.
I'm sorry for any English mistakes.

modifying the AssemblyInfo.cs file not working. Getting the message "this file has been modified outside the source editor"

I updated the assemlyversion in the assemblyinfo.cs file. But when I try to build it it changes are reverted automatically.Visual studio shows a message that "this file has been modified outside the source editor. Do you want to reload it?" . Why is this happening ? Does anyone have an idea about it? I have tried excluding and then including the file again . But it did not help.
Have you tried closing the file in visual studio? You'll get this warning whenever a file is modified by something other than visual studio while the file is open.