Visual Studio Error in UNIX FTP for AIX

I am using a VS2010 Web Site Project to access files on our
AIX server (Unix). (Pre-compiled website).
Using Add > Existing Web Site, I have established an FTP session within my project which shows all of the Unix files and folders.
We just found out that there were two folders on the AIX side with the same name, differing case:
 /MDM/Custom & /MDM/custom
On the Unix side:
To fix this, I edited the folders to move all of the stuff within /MDM/Custom into
/MDM/custom, then I deleted /MDM/Custom entirely.
So back to VS2010 on the Windows side:
I deleted the website from the project and exited VS.  
I deleted all the files in %TEMP% and restarted VS.
I restarted VS and recreated the web site in the project using Add > Existing Web Site.
The only folder showing is /MDM/Custom which has nothing in it.
Refreshing the folders produces error 550. (No such file or directory). 
How do I recover from this situation?  Where is VS storing the bogus folder name?
P.S.: This is a pre-compiled web project
     ProjectSection(WebsiteProperties) = preProject
~ Shaun
~ Shaun

Hello Shaun,
Welcome to MSDN forum.
Your issue is out of support range of VS General Question forum which mainly discusses
the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
and Visual Studio Editor.
Because you are working with ASP.NET website, I suggest that you can consult your issue on ASP.NET forum:
http://forums.asp.net/
 for better solution and support.
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.

Similar Messages

  • Visual studio 2013 Premium - No template for Windows phone 8 app development

    Visual studio 2013 Premium - No template for Windows phone 8 app development 
    I have selected all features while installation.

    Thanks for pvdg42's help.
    Hi Dhiraj Sakariya,
    Like the link provided by pvdg42, if you create a Windows Phone Silverlight project, you would get the option to select the Windows Phone OS version like this screen shot.
    Best Regards,
    Jack
    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.

  • Visual Studio compiling 64 Bit Plugin for InDesign Server CS5

    Hello guys,
    Again I have a problem compiling 64 bit plugins, but this time in windows environments, the 32 bit compiling works fine (also on 64 bit machines). The first thing I've done was creating a new project configuration for 64 bit environments copying the 32 bit settings. Now I changed the precompiled libraries to use the 64 bit ones and changed the output directories. After that the compilation process completed without errors, but the resource files have not been copied to the output directory (the directory for them has been created, but it remains empty). Adding the created plugin into the servers directory ends up with a server message that the plugin could not be recognized. Have I missed something that is necessary for compiling 64 bit plugins?
    I'm using the 64 Bit Developer Version of the indesign server CS5. The operating system is a Windows Server 2008 x64 R2 with Visual Studio 2008.
    Thanks!
    P.S. a plugin compiled with 32 bit settings (including 32 bit libraries) also works for the 64 bit version of the server, so does it make any difference if I'm using 32 bit or 64 bit libraries?

    The libraries were all correct (all using 64-bit).  The problem was a pathing issue.  libxml2 needs iconv.dll, but it couldn't find the 64-bit version that I built.  Once it found it, everything worked correctly.
    The funny thing about depends.exe is that it isn't right all the time.  For example, if you open one of the 64-bit .aip files that ships with Illustrator (rename it to .dll first), you'll see what I'm talking about.  It complains that you're mixing x86 and x64 CPU types, even though you're not.
    The program I used to discover my issue is Process Monitor (http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx).  I've been using it for years and love it.

  • Error during making Apache for AIX

    Hello all.
    I want to install SAP Content Server 6.40 for AIX 5.2.
    Before it I must to install Apache Server.
    I have Apache 1.3.41 GCC 3.3.2
    I install GCC in /usr/local/bin. My user has this path in env.
    Add CFLAGS= -q64, LDFLAGS=-q64 and EXTRA_LDFLAGS_SHLIB=b64 (note 664384).
    First I configure my Apache, all is ok. No errors.
    Then I perform command MAKE and have such errors:
    ===> src
    ===> src/regex
    Target "all" is up to date.
    Target "lib" is up to date.
    <=== src/regex
    ===> src/os/unix
            gcc -c  -I../../os/unix -I../../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../../apaci` os.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../../os/unix -I../../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../../apaci` os-inline.c
    gcc: unrecognized option `-q64'
            rm -f libos.a
            ar -Xany cr libos.a os.o os-inline.o
            ranlib libos.a
    Target "all" is up to date.
    <=== src/os/unix
    ===> src/ap
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_cpystrn.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_execve.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_fnmatch.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_getpass.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_md5c.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_signal.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_slack.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_snprintf.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_sha1.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_checkpass.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_base64.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_ebcdic.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_strtol.c
    gcc: unrecognized option `-q64'
            rm -f libap.a
            ar -Xany cr libap.a ap_cpystrn.o ap_execve.o ap_fnmatch.o ap_getpass.o ap_md5c.o ap_signal.o  ap_slack.o ap_snprintf.o ap_sha1.o ap_checkpass.o ap_base64.o ap_ebcdic.o  ap_strtol.o
            ranlib libap.a
    Target "all" is up to date.
    <=== src/ap
    ===> src/main
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` gen_test_char.c
    gcc: unrecognized option `-q64'
            gcc  -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` -lm -lpthread -q64 -o gen_test_char gen_test_char.o  -lexpat -lld
    gcc: unrecognized option `-q64'
    gcc: unrecognized option `-q64'
            ./gen_test_char >test_char.h
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` alloc.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` buff.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` http_config.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` http_core.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` http_log.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` http_main.c
    gcc: unrecognized option `-q64'
    In file included from http_main.c:649:
    /usr/include/pthread.h:666: error: parse error before '*' token
    /usr/include/pthread.h:669: error: parse error before '*' token
    /usr/include/pthread.h:672: error: parse error before '*' token
    /usr/include/pthread.h:675: error: parse error before '*' token
    /usr/include/pthread.h:678: error: parse error before '*' token
    /usr/include/pthread.h:686: error: parse error before '*' token
    /usr/include/pthread.h:689: error: parse error before '*' token
    /usr/include/pthread.h:692: error: parse error before '*' token
    /usr/include/pthread.h:695: error: parse error before '*' token
    /usr/include/pthread.h:703: error: parse error before '*' token
    /usr/include/pthread.h:707: error: parse error before '*' token
    /usr/include/pthread.h:710: error: parse error before '*' token
    make: 1254-004 The error code from the last command is 1.
    Stop.
    make: 1254-004 The error code from the last command is 1.
    Stop.
    make: 1254-004 The error code from the last command is 2.
    Stop.
    make: 1254-004 The error code from the last command is 2.
    Stop.
    What can I do to delete this error?
    Thank you.

    Hi Elena,
    you have to perform the following steps:
    1.     Unpack apache source tar files (Version 1.3.29) into the homedirectory of the Contentserver Users (e.g. /home/cs)
    2.     Chnage to the created apache directory (e.g.: /home/cs/apache_1.3.29)
    3.     Maintain the file ./src/Configure
    a)     Search for the expression    -ibm-aix[45678].)
    Change the CFLAGS line
    from     CFLAGS="$CFLAGS -DAIX=$PLATOSVERSNUM -U__STR__"
    to         CFLAGS="$CFLAGS -maix64 -DAIX=$PLATOSVERSNUM -U__STR__"
    It should look like this:
    -ibm-aix[45678].)
    PLATOSVERS=`echo $PLAT | sed 's/^.*ibm-aix//'`
    OS="AIX $PLATOSVERS"
    PLATOSVERSNUM=`echo $PLATOSVERS | sed 's/\.//'`
    if test $PLATOSVERSNUM -ge 43; then
    PLATOSVERSNUM=`oslevel | sed 's/\.//g' | sed 's/.$//'`
    else
    PLATOSVERSNUM="$PLATOSVERSNUM"0
    fi
    PLATOSVERSNUM is a three digit number at this point
    CFLAGS="$CFLAGS -maix64 -DAIX=$PLATOSVERSNUM -U__STR__"
    b)     Search for RANLIB="ranlib"
    Change this entry
    from     RANLIB="ranlib"
    to        RANLIB="ranlib -X32_64"
    It should look like this:
    OK, now handle RANLIB
    if [ "x$RANLIB" = "x" ]; then
    if [ "x$TRANLIB" != "x" ]; then
    RANLIB=$TRANLIB
    else
    if ./helpers/PrintPath -s ranlib; then
    RANLIB="ranlib -X32_64"
    else
    RANLIB="true"
    fi
    fi
    fi
    c)     Search for "ar cr"
    Change this entry
    from  "ar cr"
    to      "ar -cr -X32_64"
    4.     Now you have to change the line with "ar cr" to "ar -cr -X32_64" in all makefile templates.
    You can do this with a script like this:
    #!/bin/ksh
    find . -name "Makefile.tmpl" | xargs grep "ar cr $@" | cut -f1 -d":" | while read DATEI
    do
    echo "Bearbeite "$DATEI
    rm -f ./helpme
    cat $DATEI | sed "s/ar cr/ar -cr -X32_64/" > ./helpme
    rm -f $DATEI
    mv ./helpme $DATEI
    done
    5.     Now you can configure, compile and link apache:
    Do it like this:
    export OBJECT_MODE=64
    ./configure --prefix=HOMEDIRECTORY_WEBSERVER --enable-module=info --enable-shared=info
    make
    make install
    After this activity you can install the content/cache server with the normal sap install process and finally you can start the apache webserver with HOMEDIRECTORY_WEBSERVER/bin/apachectl start
    Hope this helps
    Axel

  • Visual Studio error when trying to open a Feature in a SharePoint Project (An exception occurred while calling 'OnImportsSatisfied')

    I am getting the following error message in both Visual Studio 2012 and Visual Studio 2013 when I try to open any "Feature" in a SharePoint 2013 project.
    An exception occurred while calling the 'OnImportsSatisfied' method on type 'Microsoft.VisualStudio.SharePoint.Designers.Package.ViewModels.FeatureViewModel'.
    (the stack trace then continues on for ages - shown in full below)
    I _think_ this started happening when I ran Windows Update recently.
    This happens for both old and new projects, both Sandbox and Farm solutions.
    I have tried:
    Removing all Windows Updates from the past week
    Removing all previous versions of Visual Studio (2012)
    Completely uninstalling and reinstalling Visual Studio (with reboots inbetween)
    Installing VS2013 Update 1
    Nothing that I do seems to fix this ..
    Full Error:
    regards
    Martin Hatch
    MCPD & MCITP SharePoint 2010
    MCTS WSS 3.0 | MOSS 2007
    www.martinhatch.com

    Hi,
    Please check that whether you have installed the Microsoft Office Developer Tools for Visual Studio 2012.
    The link below will provide more details:
    Prerequisites for creating SharePoint 2013 projects using Visual Studio 2012
    Best regards
    Patrick Liang
    TechNet Community Support

  • Visual Studio Error while trying to debug a web application

    I am developing a MVC web application.  I had an issue where VS 2013 sp3 ultimate was not launching anymore so I uninstalled and re-installed VS 2013 sp4 ultimate.  I am able to launch my web application using Start Without Debugging.
    However, when I try to debug my application I get a Microsoft Visual Studio pop-up error message that says:
    'Uncaught exception thrown by method called through Reflection. It's not even reaching my application I am unable to even debug where this message is coming from.
    Does anyone have any ideas?
    Help will be very much appreciated.
    Thanks.
    E Rivera

    Hi E Rivera,
    Thanks for your friendly response.
    If you debug this app in other VS machine, how about the result?
    In addition, whether all MVC projects have the same issue? For example, just create a simple default MVC project, debug it, how about the result?
    If all projects have the same issue, I doubt that it is your VS installion issue.
    Maybe you could repair your VS, and then create a new project, debug it again.
    If just one specfic app has this issue, I doubt that we would think about the project, you could add breakpoints, and then debug your app, and maybe you could get more useful information. Of couse, if just the specifc MVC app has this
    issue, I suggest you post this issue to the ASP.net forum.
    http://forums.asp.net
    Best Regards,
    Jack
    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.

  • Windows Azure Tools for Visual Studio 2013 - v2.2 install fails on Windows Server 2012 R2

    Microsoft Visual Studio Professional 2013
    Version 12.0.21005.1 REL
    Microsoft .NET Framework
    Version 4.5.51641
    The installation completes without any errors on my VM running Windows Server 2012 R2, however its not recognized in VS2013 ? It also breaks the Publish functionality when I try and publish a web site to my hosting provider.

    I tried install, uninstall, reinstall cycle several times without success. Any help would be greatly appreciated.
    here is my About info:
    Microsoft Visual Studio Professional 2013
    Version 12.0.21005.1 REL
    Microsoft .NET Framework
    Version 4.5.51641
    Installed Version: Professional
    LightSwitch for Visual Studio 2013   06177-004-0444002-02824
    Microsoft LightSwitch for Visual Studio 2013
    Microsoft Office Developer Tools for Visual Studio 2013 ENU   06177-004-0444002-02824
    Microsoft Office Developer Tools for Visual Studio 2013 ENU
    Team Explorer for Visual Studio 2013   06177-004-0444002-02824
    Microsoft Team Explorer for Visual Studio 2013
    Visual Basic 2013   06177-004-0444002-02824
    Microsoft Visual Basic 2013
    Visual C# 2013   06177-004-0444002-02824
    Microsoft Visual C# 2013
    Visual C++ 2013   06177-004-0444002-02824
    Microsoft Visual C++ 2013
    Visual F# 2013   06177-004-0444002-02824
    Microsoft Visual F# 2013
    Visual Studio 2013 Code Analysis Spell Checker   06177-004-0444002-02824
    Microsoft® Visual Studio® 2013 Code Analysis Spell Checker
    Portions of International CorrectSpell™ spelling correction system © 1993 by Lernout & Hauspie Speech Products N.V. All rights reserved.
    The American Heritage® Dictionary of the English Language, Third Edition Copyright © 1992 Houghton Mifflin Company. Electronic version licensed from Lernout & Hauspie Speech Products N.V. All rights reserved.
    ASP.NET Web Frameworks and Tools 2012.2   4.1.21001.0
    For additional information, visit http://go.microsoft.com/fwlink/?LinkID=309563
    ASP.NET Web Frameworks and Tools 2013   5.0.11001.0
    For additional information, visit http://www.asp.net/
    BusinessObjectEditor   1.0
    Information about my package
    CodeRush for Visual Studio   13.2
    Common Azure Tools   1.0
    Provides common services for use by Azure Mobile Services and Windows Azure Tools.
    CreateLayoutWizardPkg   1.0
    Create layout wizard.
    DevExpress.ExpressApp.Design.DesignDynamicPackage   1.0
    DevExpress VSIX Package
    DevExpress.ExpressApp.DesignPackage   1.0
    DevExpress VSIX Package
    DevExtreme.Design   13.2.6
    DevExtreme Visual Studio integration package
    DXCore for Visual Studio   13.2
    DXCore for Visual Studio
    PreEmptive Analytics Visualizer   1.2
    Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.
    SQL Server Data Tools   12.0.30919.1
    Microsoft SQL Server Data Tools
    Windows Azure Mobile Services Tools   1.0
    Windows Azure Mobile Services Tools
    Workflow Manager Tools 1.0   1.0
    This package contains the necessary Visual Studio integration components for Workflow Manager.
    XtraReports package   1.0
    XtraReports package

  • Crystal Report  not listed Add New Item for Visual Studio 2010

    I just finished installing cryestal report for visual studio 2010.
    During the installation a visual studio error dialog popped up "Operation cannot be completed. Access Denied", the crystal report installation continued and was informed that the installation was successful.
    But on opening my visual studio project to add new item,  crystal report item is not listed there.
    Is there anything that needs to be done to get it listed in the Add New Item dialog for visual studio?

    I wonder what file you ran to install CRVS2010? Was it the MSI as opposed to the actual install file?
    The link to the correct install is here:
    http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_2.exe
    Is that the file you ran to install CRVS2010? E.g. as opposed to:
    http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0_2.zip
    - Ludek

  • Visual Studio Update 2 hangs for 13 minutes on "Creating a system restore point..."

    It appears that Visual Studio 2012 Update 2 hangs for a long period of time before it tries to create a system restore point.  Should I create a Microsoft Connect issue for this?
    Here is what I did:
    I created a new Windows 8 x86 Virtual Machine using VirtualBox.  I installed Visual Studio 2012 and Update 1 because Update 2 was not yet out.  I came back 1 week later and tried to install Visual Studio Update 2.
    When I ran the installer on the Virtual machine, it hung for seemingly 10 minutes at "Creating a system restore point..." I powered off the virtual machine and disabled system restore.  I then ran with the /layout option on the host machine
    so I could pre-download the files.  Then I tried again.
    Again, it hung.  This time I let it go.  It hung for exactly 13 minutes before it gave up and continued on to the install.  The log file says this:
    [0EBC:0F90][2013-04-18T12:39:36]: Apply begin
    [0EBC:0F90][2013-04-18T12:39:36]: MUX:  Apply Phase Begin
    [0EBC:0F90][2013-04-18T12:39:36]: MUX:  -----------------
    [0EBC:0F90][2013-04-18T12:39:36]: MUX:  Metrics: ShouldSendData=False
    [0EBC:0F90][2013-04-18T12:39:36]: MUX:  Free Disk Space before install:  SystemDrive C:\ 32519413760 bytes  AppDrive C:\ 32519413760 bytes
    [01F4:0748][2013-04-18T12:52:34]: Creating a system restore point.
    [01F4:0748][2013-04-18T12:52:34]: Could not create system restore point, error: 0x80070422. Continuing...
    NOTE: Although it says "Creating a system restore point" at 12:52, it actually displayed the message on the screen at 12:39.  That indicates that it was really doing something else during those 13 minutes, not creating the restore point. 
    That is corroborated by the fact that it took a long time regardless of system restore being on or off.
    If no one has any information or explanation, I will create an issue on Microsoft Connect.

    I have the same issue. Visual Studio 2013 Professional update 2 was not installed from Web installer. Rather I downloaded a trial version and now want to uninstall it. However, I let the uninstaller try to create a Restore Point all night while I slept.
    Next day, not done. So I clicked cancel, and it then commenced to create a restore point for the cancel. I did let the cancel run for awhile but I rebooted.
    I then researched something on how to disable the restore point security on my drive, but that did not deter Visual Studio from trying to protect me and it TRIES to create a restore point before uninstalling. Just hangs forever. I don't need a restore point
    for an eval copy of VS, thank you very much. Perhaps a simple dialog ("Do you want to create a restore point?") would be helpful?
    Update: turning off Windows Defender fixed the problem. 

  • Visual Studio Like IDE for AS?

    I don't like feeding the big green monster (microsoft) more
    than I have to but I think Macromedia (adobe?) should make
    programming with action script more like programming in visual
    studio 2005. I program for fun and to be honest, its not that fun
    when you use a plain text editor or the run of the mill IDE; But
    then I started to learn Visual Basic 2005 (started with the express
    edition) and I have to admit, Microsoft has done a very good job.
    Programming in VB2005 (or any visual studio language) is super easy
    with intelliSense (basically a really cool code completion feature
    of the VS2005) among other things. For that matter, why doesn't
    macromedia (adobe) allow multiple Action Script languages like
    Microsoft .net? This why they can lure the many Visual basic
    programmers out there to use Flash for their rich web content
    (instead of Ajax). This would allow more people to learn AS faster
    as well as get whatever task they're trying to conquer done much
    faster (I code really fast and error free in vs2005). Please post
    your thoughts on this!
    Nick

    > Check out sepy, a 3rd party AS editor:
    >
    http://www.sephiroth.it/python/sepy.php
    Yupper. I use SE|PY more than anything else, though other
    choices are
    available. It is possible to edit AS files in Eclipse, a
    freeware IDE
    developed for a variety of languages (though primarily used,
    I think, for
    Java). Depending on how complicated you want to get, you can
    even compile
    your AS files with MTASC instead of the Flash IDE. Head over
    to osflash.org
    for details on all of this stuff.
    http://osflash.org/eclipse
    David
    stiller (at) quip (dot) net
    Dev essays:
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Publish cloud service fails from Visual Studio 2013 Update 4: Published Asset Entry for Image Microsoft.Azure.Diagnostics_PaaSDiagnostics_europeall_manifest.xml not found.

    I have a cloud service project with two roles (service and worker). In Visual Studio 2013 Update 4 when I choose "Publish..." from the "Solution Explorer",  it opens "Microsoft Azure Activity Log" and quickly terminates.
    Here the log:
    9:43:47 AM - Applying Diagnostics extension.
    9:44:09 AM - Published Asset Entry for Image Microsoft.Azure.Diagnostics_PaaSDiagnostics_europeall_manifest.xml not found.
    All works fine when uploading the package and updating from https://manage.windowsazure.com/. It only fails from within Visual Studio.
    What can I do to get it working?

    I have the same problem with our Azure project. Two web roles (service and worker). Just updated from SDK2.2 to SDK2.5 and Visual Studio 2013 Update 2 to Update 4. The main reason behind this was to move from log4net to WAD and in doing so, of course directly
    move to the new diagnostics version.
    Now, I get the same error message in Visual Studio:
    11:45:24 - Checking for Remote Desktop certificate...
    11:45:25 - Applying Diagnostics extension.
    11:45:45 - Published Asset Entry for Image Microsoft.Azure.Diagnostics_PaaSDiagnostics_europeall_manifest.xml not found.
    With my small testing project - also two roles (service and worker) - everything is fine. However, I'm looking for a solution to make by existing production service working.
    Also the test project shows no Microsoft.Azure.Diagnostics_PaaSDiagnostics_europeall_manifest.xml,
    but this is no problem - so what's the meaning of or solution to this error messages?
    What I found so far:
    I deployed the Azure project from the same development environment to another Azure test service: Deployment
    showed no errors and the service is running fine! So the problem is not with the source, the development environment, library dependencies etc.
    Trying Azure cmdlets for PowerShell also work fine for the new service and fails for the production service with almost the same error message:
    Following http://blogs.msdn.com/b/kwill/archive/2014/12/02/windows-azure-diagnostics-upgrading-from-azure-sdk-2-4-to-azure-sdk-2-5.aspx
    I tried:
    PS C:\> Set-AzureServiceDiagnosticsExtension -StorageContext $storageContext -DiagnosticsConfigurationPath $public_config -ServiceName $service_name -Slot 'Staging' -Role $role_name
    VERBOSE: Setting PaaSDiagnostics configuration for MyWebRole.
    Set-AzureServiceDiagnosticsExtension : BadRequest : Published Asset Entry for Image
    Microsoft.Azure.Diagnostics_PaaSDiagnostics_europeall_manifest.xml not found.
    At line:1 char:1
    + Set-AzureServiceDiagnosticsExtension -StorageContext $storageContext -Diagnostic ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Set-AzureServiceDiagnosticsExtension], CloudException
        + FullyQualifiedErrorId : Microsoft.WindowsAzure.CloudException,Microsoft.WindowsAzure.Commands.ServiceManagement.
       Extensions.SetAzureServiceDiagnosticsExtensionCommand
    The problem seems to be related to those service configuration parts in the cloud which are not replaced
    by a new deployment... So what are possible reasons or fixes for this behaviour?
    Best regards,
     Andreas

  • Visual Studio was unable to verify your developer account. Either the store is unavailable . Either the store is unavailable or an unexpected network error has ocurred

    Hi,
    We're getting this error when we try to build our Windows Phone packages
    Visual Studio was unable to verify your developer account. Either the store is unavailable . Either the store is unavailable or an unexpected network error has occurred
    Any idea?

    I am having the same problem.  The message I see when trying to Create App Packages, during the login process which is failing after I enter the texted security code is: "Visual studio was unable to verify your developer account. Either the store is
    unavailable or an unexpected network error has occurred."
    I can log in to the https://dev.windowsphone.com/ via the web browser just fine, and can see my dashboard, etc.  However, I'm completely blocked at this point because I can't build package for a new release
    of my one existing app (which I published via this process successfully back on 5/29/2014)
    I am located in the U.S., and running Visual Studio version as follows:
    Microsoft Visual Studio Ultimate 2013
    Version 12.0.30501.00 Update 2
    Microsoft .NET Framework
    Version 4.5.51641
    Installed Version: Ultimate
    Architecture and Modeling Tools   06181-004-0449004-02533
    Microsoft Architecture and Modeling Tools
    UML® and Unified Modeling Language™ are trademarks or registered trademarks of the Object Management Group, Inc. in the United States and other countries.
    LightSwitch for Visual Studio 2013   06181-004-0449004-02533
    Microsoft LightSwitch for Visual Studio 2013
    Office Developer Tools - May 2014 Update ENU   06181-004-0449004-02533
    Microsoft Office Developer Tools for Visual Studio 2013 - May 2014 Update ENU
    Team Explorer for Visual Studio 2013   06181-004-0449004-02533
    Microsoft Team Explorer for Visual Studio 2013
    Visual Basic 2013   06181-004-0449004-02533
    Microsoft Visual Basic 2013
    Visual C# 2013   06181-004-0449004-02533
    Microsoft Visual C# 2013
    Visual C++ 2013   06181-004-0449004-02533
    Microsoft Visual C++ 2013
    Visual F# 2013   06181-004-0449004-02533
    Microsoft Visual F# 2013
    Visual Studio 2013 Code Analysis Spell Checker   06181-004-0449004-02533
    Microsoft® Visual Studio® 2013 Code Analysis Spell Checker
    Portions of International CorrectSpell™ spelling correction system © 1993 by Lernout & Hauspie Speech Products N.V. All rights reserved.
    The American Heritage® Dictionary of the English Language, Third Edition Copyright © 1992 Houghton Mifflin Company. Electronic version licensed from Lernout & Hauspie Speech Products N.V. All rights reserved.
    Windows Phone SDK 8.0 - ENU   06181-004-0449004-02533
    Windows Phone SDK 8.0 - ENU
    ASP.NET and Web Tools   2013.2.50425
    Microsoft Web Developer Tools contains the following components:
    Support for creating and opening ASP.NET web projects
    Browser Link: A communication channel between Visual Studio and browsers
    Editor extensions for HTML, CSS, and JavaScript
    Page Inspector: Inspection tool for ASP.NET web projects
    Scaffolding: A framework for building and running code generators
    Server Explorer extensions for Windows Azure Web Sites
    Web publishing: Extensions for publishing ASP.NET web projects to hosting providers, on-premises servers, or Windows Azure
    ASP.NET Web Frameworks and Tools 2012.2   4.1.21001.0
    For additional information, visit
    http://go.microsoft.com/fwlink/?LinkID=309563
    ASP.NET Web Frameworks and Tools 2013   5.1.20409.0
    For additional information, visit http://www.asp.net/
    Common Azure Tools   1.1
    Provides common services for use by Azure Mobile Services and Windows Azure Tools.
    Microsoft Advertising SDK for Windows Phone  
    Microsoft Advertising SDK for Windows Phone
    Build
    NuGet Package Manager   2.8.50313.46
    NuGet Package Manager in Visual Studio. For more information about NuGet, visit
    http://docs.nuget.org/.
    PreEmptive Analytics Visualizer   1.2
    Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.
    SQL Server Data Tools   12.0.30919.1
    Microsoft SQL Server Data Tools
    Windows Azure Mobile Services Tools   1.1
    Windows Azure Mobile Services Tools
    Windows Phone 8.1 SDK Integration   1.0
    This package integrates the tools for the Windows Phone 8.1 SDK into the menus and controls of Visual Studio.
    Workflow Manager Tools 1.0   1.0
    This package contains the necessary Visual Studio integration components for Workflow Manager.
    Larry

  • Crystal report for visual studio 2005 dblogin problem

    Dear Sir,
    I am using Visual Studio 2005 and crystal reports for visual studio 2005 and sql server 2000.
    When I am running the project from my pc where it was developed and a local server with server authentication, report is opening but from client machine there is a new screen come before opening the report asking for login issue. my reports has subreports
    also.
    I am using dsn file to connect with server from crystal reports where dsn file contains as follows:
    [ODBC]
    DRIVER=SQL Server
    UID=sa
    PWD=sa
    DATABASE=HRISDB
    WSID=S-AGD-PAY01\HRSERVER
    APP=Microsoft Data Access Components
    SERVER=S-AGD-PAY01\HRSERVER
    so it is dynamic bcoz i need change server name sometimes.  my question is when same report want show user from their pc then below screen appears:
    database login
    server Name: C:\program files\HRIS\HRISDB.dsn
    Databse: HRISDB
    user id:
    PassworD:
    Integrated Security: it is checked and a finish button.
    (i am sorry bcoz screenshort is not attaching so I write above what in the diagloag box for you)
    then i need to uncheck the use integrated security and click finish then the reports come. THis is very annoying for my clients.
    Please help me how can I overcome it.
    It is mentionable that I didn't use any dblogin method in my code to like setdbloginforReport(). I think there is no problem bcoz the report show correctly. Just want to know how to overcome this screen.

    You know, this forum is for controls, apis, components for the user interface Windows Forms.
    Unlucky enough, Microsoft does not support Crystal reports anymore for many years.
    Try the Crystal reports forum for .Net
    http://scn.sap.com/community/crystal-reports-for-visual-studio 
    Success
    Cor

  • Request for visual studio that is compatible with windows 7

    I have installed many visual studio i.e, 2012,13 and they did not work in my system with windows 7 OS.Please kindly guide me with the 2010 or 2008 version so that i can develop my apps using it and please make sure that i contains all the specification
    of the visual studio 2010 / 2008.Thank you.

    I believe you are confusing an end product with an editor.
    All the editors written in the Visual Studio Library will work (allow for the creation of programs and websites on a computer) on Windows 7. The real question is what are you creating for the end user? Which version of .Net does it target?
    Visual Studio stopped becoming a .net version specific editor as of Visual Studio 2008, which at that time then allowed for different version of .net to be created, (.Net 2 and .Net 3, 3.5). Visual studio verison 2010 can create .Net 2, 3.5,
    and 4.  VS2012 can create all that 2010 can do and create .net 4.5x applications.
    So a better question would be which version are you targeting for .Net?
    Since Visual Studio is an editor, I recommend going with the latest one which can create programs to target .Net2 - .Net 4.5x. Try the latest Community edition
    which has just been released and is free to use as long as you are not a large corporation.
    William Wegerson (www.OmegaCoder.Com)

  • What is the link for free download of Microsoft Visual Studio 2005?

    Hi,
    Does any body knows the link for a free download of Microsoft Visual Studio 2005? I need the Visual C++ 8.0 to install EBS R12 for Windows.
    I used to have the link now I cannot find it.
    Please help.
    Thanks,
    Amorsolo

    Microsoft Visual Studio 2005 is not available for free download and you will have to purchase the software from the vendor. I believe only the express edition is available for download, but this does not help as you need to have the Standard or the Professional edition to make it working with R12.Hi,
    Sorry took me so long to talk to my friends to see if I can borrow MS Visual Studio. Microsoft Visual Studio 2005 is expensive and my friends don't have it.
    Can I use Microsoft Visual Studio 2010 Professional for this purpose?
    When I re-install EBS R12, which is the correct path (below) # 1 or # 2?
    1) s_MSDEVdir=C:\Microsoft_Visual_Studio\VC
    2) s_MSDEVdir=C:\Microsoft_Visual_Studio\VC\bin
    Thanks,
    Amorsolo

Maybe you are looking for

  • Acrobat 10 not Scanning all Pages from ADF (Automatic Document Feeder)

    Acrobat 10 does not scan all of the pages from the Automatic Document Feeder from an attached scanner, and only scans some of the pages. The ADF works fine with the built-in Windows 7 Scan and Fax, as well as with HP's software, but it just won't wor

  • Do not display down payment request on PO history (ME23N)

    Dear All , I have created a down payment request  linked to a PO . But , the down payment request does not display on PO history via ME23N . Is there any way to displat the down payment request on PO history ? Thanks, Best Regards Dash

  • Adobe Acrobat Pro CS4 crashes in use with IE11

    Hi, We used our Adobe CS4 under Win XP and everythung worked fine. But now we migrated to WIN7 and use Adobe CS4, but Adobe Pro crashes on IE11. How can we solve this?

  • Picture not "right" with Photo Contacts on Phone Page

    Hello, I have assigned a few pictures to some of the contacts on my iPhone 3G. However, they do not seem to act in the same way as the example on the Phone features page on the iPhone website. What I mean by this is, when you look on the iPhone web p

  • Complex problems synching with Tiger 1.4.3 upgrade

    After finally getting the courage to upgrade to Tiger on my iMac G4, I do have problems synching. I have a Zire 21 Palm. Nothing worked so I upgraded the Palm Desktop Software to 4.2.1 as required. Went to HotSync Conduit settings and enabled HotSync