problem about publishing-Collection of common programming errors


  • Netrus
    flash export player publishing
    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 wont help my job. dats y i want the software to export to 11.8.thnx and srry fr my english..

  • Haim Bender
    .net publishing
    I’m developing an application for wide use using c#.I’v writen most of the project, a freeware app, using the 3.5 ,net framework and now it’s time to publish this project. And I have run into a few dilemas I would like your opinion .1] Most people don’t have ,net 3.5, should i offer the user to install it? the install is quite complicated and there’s a 250MB download (if the user doesn’t have XP SP2). I’m not sure the user will click through.2] If so, should I just downgrade the whole project

  • André Scaravelli
    visual-studio-2010 crystal-reports publishing
    I made an web application using Crystal Reports for .NET + VS2010 + ASP.NETIn the local IIS, the application works fine. In the remote server, the page comes blank. If I display the source of the page, the content of the crystal components is in the source.I read in some sites, I need to put the aspnet_client on the web server but I don’t have this folder in my project neither in the publish folder.How should I do to generate the aspnet_client folder with this components?Thanks a lot

  • Dmitri Nesteruk
    asp.net publishing
    I have an ASP.NET project which I’m basically using to edit static content – no server-side stuff. Is there any way I can prevent the Publish step from deploying the compiled DLL?

  • Ankur Sharma
    actionscript-3 flash swf publishing fla
    I want to link external ActionScript file with my current fla project file so I can get the advantage of using classes in Adobe Flash professional CS6 in ActionScript 3.0.But I am wondering if I can delete the AS file once the fla file has been published into swf?Or even better would be if somebody could suggest me how to create classes in Flash CS6 without creating external files.Thanks

  • user3137458
    ios app-store publishing
    I need to have two different versions or more of the same IOS app with new versions for ios7, ios6, like wise. So devices which is not compatible of handling the ios7 will get the ios6 version app. Is this possible, how will the app id be for such situation.

  • Joonas Pulakka
    java concurrency this publishing
    Goetz’s Java Concurrency in Practice, page 41, mentions how this reference can escape during construction. A “don’t do this” example:public class ThisEscape {public ThisEscape(EventSource source) {source.registerListener(new EventListener() {public void onEvent(Event e) {doSomething(e);}});} }Here this is “escaping” via the fact that doSomething(e) refers to the enclosing ThisEscape instance. The situation can be fixed by using static factory methods (first construct the plain object, then regis

  • Andres
    .net c#-4.0 web-hosting publishing
    I hope this is ok asking here.. I Have been making an asp.net application I have the following in my Solution:Business Class (.net Class Library) DataAccess Class(.net Class Library) Web ApplicationSo when I go to Build>Publish Web, it publishes successfully. So then I go to upload via ftp to my Godaddy hosting account, and I get a runtime error. I am going crazy because if I open the published files on my local machine everything works fine! can anyone help me with this?here is the link to my

  • Tom V
    .net web-config publishing remote-debugging
    I have an ASP.NET web project that works perfectly on my computer. However, when I publish to the remote server, it crashes. The only page I see is the main startup page. If I click on any link I get an error page. The error page tells me that it can’t tell me what the error is (for security reasons), and that I should set customError mode=”off” in my web.config file, which I did. However, it still won’t show me any of the error details. Can someone explain to me how I can figure out what the er

  • Juan
    android version publishing
    I have created and published an application on the market… However, on the market page it says: “Version required 1.0” while I know it needs at least version 2.0 (level 8) as it uses google maps..I know that I have to include in the manifest file something like this:I have tried to change the number 1 for another, but if I do it, the app crashes straight away with the following message:android.view.InflateException: Binary XML file line #154: Error inflating class Has anybody came across somet

  • LarryF
    security publishing
    This question comes from my experience with the following question: http://stackoverflow.com/questions/492748/new-responses-icon-on-so-crashes-ie7-closedIn that question, you will see the effort I put fourth in debugging this crash in IE, and in doing so, I can see the potential threat of exploitation and remote code execution.So, being that I spent the time already, I was wondering if anyone knows all the steps and proper process/procedures one has to take to actually get a real security adviso

  • Pieter888
    c# visual-studio-2008 executable publishing
    I programmed an hour-sheet application and now I would like to publish it so people can install and run it.I’ve tried the publish function of visual studio 2008 but this gives me a clickOnce application/installer that’s really confusing, but it works when I run it, but when I export the installer to another pc it installs it crashes at the end of the install. so I tried just coping the installed files but then the program crashes at startup.Is there a simple way to compile the application to a s

  • Pete Jackson
    6 menu users publishing
    Drupal 6. We have several roles. Each user is allocated to one role only. Each user has a separate menu area – e.g. user 1 – Profile- Product- Press Releases – release 1- release 2user 2 – Profile- Product- Press Releases – release 1- release 2What this question is NOT about:It is not about restricting access to post by role (that is too blunt an instrument)It is not about restricting access to view by role or individual user.What this question IS about:As the number of members increases, the “

  • ConcernedOfTunbridgeWells
    pdf documentation publishing manuals
    Can anyone recommend a program to create user manuals with? Not a markup language (like LaTeX or DocBook) but more something interactive like Scribus. As I’m not the only one that will update the manual the software should be something that’s easy for a novice to pick up but still has some advanced features (like linking in text from external sources/tables, handling masterpages/themes etc.).Regards, Oscar

  • Olla
    silverlight-4.0 publishing domainservices
    <html><head><title>IIS specified authentication schemes ‘Basic, Anonymous’, but the binding only supports specification of exactly one authentication scheme. Valid authentication schemes are Digest, Negotiate, NTLM, Basic, or Anonymous. Change the IIS settings so that only a single authentication scheme is used.</title><style>body {font-family:”Verdana”;font-weight:normal;font-size: .7em;color:black;} p {font-family:”Verdana”;font-weight:normal;color:black;margin-to

  • Kevin
    c# windows entity-framework-4 publishing
    Using one click publishing(VS2010) I publish my windows app. Its a pretty simple application that uses only one 3rd party library: EntityFramework. When it installs and runs it gens the following error in the event log:Application: HNITPrinterMgtApp.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.Data.EntityException Stack:at System.Data.EntityClient.EntityConnection.OpenStoreConnectionIf(Boolean, System.Data.C

  • Sam888
    deployment workflow sharepoint-2010 infopath publishing
    I’m new in Infopath developing, please help. :(So I’m developing work-flow with custom task edit form.I designed infopath form CustomApprovalForm.xsn in Infopath Designer 2010 and then I published this form to Workflow project in Module folder which named Form(ApproveWF/Form/). Then I configured all needed properties for correct deploying. After deploying all works ok and form appears as it should be.But when I come back to Infopath designer 2010 and add some formcode to CustomApproval.xsn and t

  • humanstory
    c# deployment publishing
    I’ve been writing a c# program for the last couple weeks and the text build just got its final signoff. I published it via visual studio, sent the installer package to my client, and it simply does not work on their computers. I’ve installed the exact same binary on theirs that I have on my own for the sake of testing. It is a program that starts with a series of pop-up windows, and after the final pop-up, the program simply closes rather than bringing up mainwindow. I understand that without

  • Ranjanmano
    .net asp.net asp.net-3.5 publishing iis5
    I am using visual studio 2008 fo rasp .net 3.5 web development. I published the website and added virtual directory in IIS 5.1 built in windows xp.When i run the page, the following error is displayed.The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. A name was started with an invalid character. Error processing resource ‘http://localhost/cdt/Dashboard.aspx’. Line 1, Pos…<%@ page lan

  • bodomchild0926
    c# xna publish publishing
    I have developed a game in Visual Studio C# with XNA. When I publish the application, in a ClickOnce Application, it works fine on my computer. However, I tried to .zip the folder and upload online through ftp and when I download and install on a different computer it does not work. It just says “‘Application Name’ has Stopped Working”. Can anyone help me?

  • Tim
    visual-studio-2012 .net-4.5 publishing oneclick
    I am upgrading an app from .NET3.5/EF3.5 to .NET4.5/EF5, using Visual Studio 2012.One-click publishing runs, but generates the following warning messages:Item ‘Microsoft.Windows.Installer.3.1’ could not be located in ‘C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\Bootstrapper\’. Item ‘Windows Installer 4.5’ is required by ‘.NET Framework 3.5 SP1’, but was not included.When I try to install the published version, I get a Dialog sayingCannot Start Application Cannot download the application.

  • JingJingTao
    visual-studio-2010 publishing
    we are developing a Winform application in C# and Visual Studio 2010 which we publish to a folder on our server. We use the ‘installation folder URL’ field in the publish tab with ‘http://server/folder’. The problem is that if more than one person trying to install or update the application on their machine, the install or update will fail and the error log says it is has timed out, I have added the contents of the log file to the end of this post.It seems like a some kind of locking is going on

  • hjpotter92
    php facebook facebook-graph-api facebook-opengraph publishing
    I’ve added the following code into the “body” section:<?phprequire “php-sdk/facebook.php”;$facebook = new Facebook(array(‘appId’=>’xxxxxxxxx’,’secret’=>’xxxxxxxxxxxxxxxxx’,’cookie’=>true));if(!$facebook->getUser()) {$url = $facebook->getLoginUrl(array(‘scope’=>’publish_actions’));echo “<script> top.location=\””.$url.”\”; </script>”;exit(0);}$params = array(‘photo’=>” . site_url( $this->uri->uri_string() ) . ”,’access_token’=>$facebook->getAccessT

  • user1604225
    editor export metadata publishing xmi
    Hi: I´m just beginning with to work with metadata editor, although I´ve some experience with kettle and the schema workbench I started a small proyect to begin with, imported tables, made the relationships and buisness views with no problems when I tried to export to xmi file. Then I tried to increase the number of tables, and when I imported some of them, and tried to export to xmi, I got the error:”javax.jmi.reflect.InvalidObjectException: Object with MOFID 4CB5D5D1-E2FA-11E1-B2B0-C2849F45AA77

Web site is in building