publishing

Exporting flash cs6 to flash player 11.8

风流意气都作罢 提交于 2019-12-23 04:47:37
问题 When we press ctrl + enter to export flash movie, I want it to export it to latest flash player installed in my computer. But in publishing options of flash cs6, 11.8 version is not available. The latest option is 11.4. The reason I want to do that is because 11.4 does not support right mouse up event. And m tracing values during runtime, simply opening the swf in 11.8 won't help my job. Dats y I want the software to export to 11.8. 回答1: Here are some instructions that work for updating Flash

breadcrumb titlebar in Kindle book

断了今生、忘了曾经 提交于 2019-12-22 08:39:33
问题 Some books or periodicals from Amazon Kindle store have this cool feature that shows a breadcrumb or title bar when you read them. It shows up as the first line of the text. It is not the bar that has the battery and wireless signal icons. It is that first line underneath, right above the content. For example, if you are in the middle of chapter 2 it shows the title of the chapter in that line. It is really cool and I would like to implement that in my books. I have proper TOC, cover and

Sitecore allow role to publish content in specific areas only

与世无争的帅哥 提交于 2019-12-22 07:08:46
问题 I am trying to create a role within Sitecore which can publish content, but only within a specific area(s) of the site. I've added the standard Sitecore\Client Publishing role to my role, but I can't see how to prevent the role from being able to publish all areas of the site. I've looked at the Security editor and the Access viewer, but setting the write access of the sections only seems to affect the ability to edit those sections and has no effect on the ability to publish on those

Fonts files are not being included when publishing MVC application VS2013

允我心安 提交于 2019-12-21 09:38:14
问题 I have integrated (Twitter)Bootstrap to my ASP.NET MVC (4) application. In my source code I have the following fonts files: When I publish my application only the .svg file are being included in this fonts folder. I have also this img folder being part of bootstrap: All images files are being included when I publish my application. So, how can I get VS2013 to copy those fonts files when publishing the application? 回答1: A temporary solution, Select your font files and Change Build action as

Error publishing .NET Core 2.0 web application to Azure App Service

橙三吉。 提交于 2019-12-21 02:02:37
问题 I recently upgraded my Visual Studio 2017 Community Edition from version 15.6.2 to 15.6.3 and since then I have not been able to successfully deploy my .NET Core 2.0 web application to my Azure App Services using an existing Publishing Profile. The error messages is 'C:\Program Files\dotnet\sdk\2.1.102\Sdks\Microsoft.NET.Sdk\build\Microsoft.PackageDependencyResolution.targets(167,5): Error : Assets file '\project.assets.json' doesn't have a target for '.NETCoreApp,Version=v2.0'. Ensure that

Publish web application with unsafe code

我怕爱的太早我们不能终老 提交于 2019-12-19 03:24:16
问题 I'm trying to publish a web application (with VS2012 Web) in which I need to run a vb script. That script currently doesn't run correctly probably because of the lack of permissions. I am currently trying to run it as a user and supply some credentials. The password I have to provide must be in a System.Security.SecureString which needs a char* to be created. When I run my app in debug everything works fine and as expected. But when comes the time to publish the app to the server, it says : 1

Where does Eclipse hide the keystore?

一曲冷凌霜 提交于 2019-12-18 12:58:13
问题 I'm surprisingly frustrated by this, and I suspect the answer is simple. I have compiled and signed my android app using the Export Wizard, as described here in the section 'Compile and sign with Eclipse ADT'. I would like to backup the keystore and have it handy for future app updates, but I can't figure out for the life of me where the keystore is saved. I of course can use Eclipse to go through the process, but if something happens to my computer I'll be pretty screwed. Does anyone know

Beta version in Android play store. Where's the opt-in link for testers?

两盒软妹~` 提交于 2019-12-18 10:31:11
问题 How to publish beta test-version in Android play store ? I'm trying to allow beta test my phonegap build app in the android play store. I already uploaded a signed apk in the beta tab and added a google+ group with some users inside ... but I'm slightly surprised that I cannot find how to install or even find this app on the testers smartphones. I opted myself as user in the group but cant see a link to the app or something like that. Shouldn't the app be already visible to beta users in the

In Visual Studio 2012 where does ClickOnce “Publish” expect to find the .Net 4 client profile?

元气小坏坏 提交于 2019-12-18 08:48:35
问题 The Publish feature stopped working once I installed Visual Studio 2012. Publish cannot find the prerequisite Microsoft .Net Framework 4 Client Profile (x86 and x64). Previously in Visual Studio 2010 this worked fine. I use 64-bit Windows 7. The exact Visual Studio 2012 error message reads: Error 104 - To enable 'Download prerequisites from the same location as my application' in the Prerequisites dialog box, you must download file 'DotNetFX40Client\dotNetFx40_Client_x86_x64.exe' for item

VS2017 15.8.2 publishing error (.NET Core 2.1)

安稳与你 提交于 2019-12-18 06:13:08
问题 Last week it was working perfectly!!! Now, after download and install the update "15.8.2", when I try to publish my app the final step is failing. I mean, while the build process is carried out with no problem, the publish process is returning with the following error: "NETSDK1061: The project was restored using Microsoft.NETCore.App version 2.1.3, but with current settings, version 2.1.3-servicing-26724-03 would be used instead. To resolve this issue, make sure the same settings are used for