Staging instance not showing up in Visual Studio

Hi,
As of a few days ago when the transition from "Azure Websites" to the new "App Service" model, the staging websites do not show up in Visual Studio Server explorer.
Details:
Before, if I opened Visual Studio Server Explorer->Azure->Websites I could see both my production and "staging" websites and then click on the staging and do things like connecting a debugger.
Now: Under Visual Studio->Azure->App Service->Default-Web-WestUS only my main website, not its staging, shows up.
Therefore I can't do any runtime things like change files on the fly or debug my staging website.
Thanks

Hello Amitai R,
It is possible and unlikely that this would have to do anything to do with the change in name.
I suggest that you check the following to ensure.
1. Check if the staging slots are availaible within on the management portal.
Please open the management portal and expand your website to check if the staging slots are reflecting under it.
If the slots are available, I suggest that you redownload the publish setting file from the management portal and connect to your Visual studio.
You can refer to this link that will give you information on that:
http://azure.microsoft.com/en-us/documentation/articles/cloud-services-continuous-delivery-use-vso/#step5
Thanks,
Syed Irfan Hussain

Similar Messages

  • Pay-As-You-Go account not showing up in Visual Studio deployment

    I am trying to deploy my ASP.NET MVC to my Pay-As-You-Go plan. When I sign into my account (during the publish process in Visual Studio) it doesn't show that I have any subscriptions. I clearly have a Pay-As-You-Go subscription....

    Hi Christopher;
    Apologize for the inconvenience. This aforementioned issue pertains to Commerce and Billing Department.
    Commerce support is also known as “Billing” support. Scenarios where you
    do not have any question or problem related to the delivery of a running service, already deployed in Windows Azure platform, will fall under the scope of commerce/billing support.
    Examples of scenarios which fall under the commerce support scope are:
    Purchase/Pricing
    Account management
    Subscription management
    Usage/billing
    Portal feedback
    Credit/refund
    Invoicing ennoblement
    Enterprise Agreement assistance
    Technical integration (ie. Quota increase, Penetration testing)
    Legal and Compliance
    The above list is not exhaustive although it gives you basic understanding to distinguish Billing support from Technical support.
    Billing service requests can be created in both Azure
    Billing portal as well as Azure Management portal.
    Please refer to the guide below to open a ticket and help would be rendered.
    How to open a Billing/Technical support request from Portal
    Service requests can be created from both
    Billing portal as well as Management portal following the below steps:
    Billing portal:
    Select target subscription and click on Contact Microsoft Support on the right side of the webpage.
    Management Portal:
    Click on your account name and then click on Contact Microsoft Support
    Choose target subscription from dropdown menu and the specific Support type (Note: you need a paid technical support plan for Technical support enablement).
    You can also specify the preferred language and your location.It is very important you properly choose country/region and preferred language in order to receive support by an engineer close to your time frame and,
    possibly, speaking your language.
    Click on Create Ticket
    Follow on screen instructions to properly classify your request and provide a clear and specific description of the scenario/problem.
    Once you complete these steps and submit your request, a support engineer will contact you as soon as possible to proceed with your request.
    Please feel free to revert back for any queries.
    Regards
    Prasant Chhetri

  • Cannot get the Oracle ODP to show up in Visual Studio 10

    I installed Visual Studio 10 on a Windows 7 box. We have Oracle 11G.
    When installing "Oracle 11g ODAC and Oracle Developer Tools for Visual Studio 11.1.0.7.20", it gives the following message:
    "This component requires Visual Studio. Please install Visual Studio and then run this install again".
    When adding a connection in VS 2010, the Oracle Provider does not show up - only the 2 providers for Oracle that only handle up to Oracle 10.
    I have tried reinstalling several times. Please help.

    Hi,
    I am not sure where you received that information but in order to use ODT with VS 2010, you must be on 11.2.0.1.2 or later.
    I would post the description of your current issue in ODT discussion forum if this is related to performance issue with ODT and executing queries in the Query Window within the ODTs.
    Oracle Developer Tools for Visual Studio
    This is the nest place for ODT specific issues :)
    Regards
    Jenny B.

  • Not able to use Visual studio 2010 editor intelligence while running SDK sample code ?

    whenevr i start sdk sample project in visual studio i can build it ,debug it ,run it but the problem is that VS 2010 editor showing lots of red lines under many lines of code which on Mouse hover show some kind of error(mostly _____ is undefined) moreover i am not able to use intelligence feature of VS editor and i have to check reference of SDK everey time .what is the solution to this problem .

    1. Create environment variable INDESIGN_SDK_DIR with path to root folder of your SDK
    e.x  INDESIGN_SDK_DIR = "C:\SDK\InDesignCS6SDK"
    2. In your project add this to project settings:
    "VSProject"->"Proporties"->"Configuration Proporties"->"VC++ Directories"->"Executable Directories" add:
    $(INDESIGN_SDK_DIR)\devtools\bin
    "VSProject"->"Proporties"->"Configuration Proporties"->"C++"->"General"->"Additional Include Directories" add:
    $(INDESIGN_SDK_DIR)\source\precomp\msvc;
    $(INDESIGN_SDK_DIR)\source\public\interfaces\xmedia;
    $(INDESIGN_SDK_DIR)\source\public\interfaces\preflight;
    $(INDESIGN_SDK_DIR)\source\public\interfaces\ui;
    $(INDESIGN_SDK_DIR)\source\public\interfaces\tables;
    $(INDESIGN_SDK_DIR)\source\public\interfaces\text;
    $(INDESIGN_SDK_DIR)\source\public\interfaces\graphics;
    $(INDESIGN_SDK_DIR)\source\public\libs\widgetbin\includes;
    $(INDESIGN_SDK_DIR)\source\public\interfaces\workgroup;
    $(INDESIGN_SDK_DIR)\source\public\interfaces\interactive;
    $(INDESIGN_SDK_DIR)\source\public\interfaces\interactive\ui;
    $(INDESIGN_SDK_DIR)\source\public\interfaces\colormgmt;
    $(INDESIGN_SDK_DIR)\source\public\interfaces\utils;
    $(INDESIGN_SDK_DIR)\source\public\interfaces\incopy;
    $(INDESIGN_SDK_DIR)\source\public\interfaces\layout;
    $(INDESIGN_SDK_DIR)\source\public\interfaces\architecture;
    $(INDESIGN_SDK_DIR)\source\public\interfaces\cjk;
    $(INDESIGN_SDK_DIR)\source\precomp\common;
    $(INDESIGN_SDK_DIR)\source\public\includes;
    $(INDESIGN_SDK_DIR)\source\public\libs\publiclib\plugins;
    $(INDESIGN_SDK_DIR)\source\public\libs\publiclib\files;
    $(INDESIGN_SDK_DIR)\source\public\libs\publiclib\objectmodel;
    $(INDESIGN_SDK_DIR)\external\asl\boost_libraries;
    $(INDESIGN_SDK_DIR)\source\sdksamples\common;
    $(INDESIGN_SDK_DIR)\external\afl\includes
    "VSProject"->"Proporties"->"Configuration Proporties"->"Linker"->"General"->"Additional Library Directories" add:
    $(INDESIGN_SDK_DIR)\build\win\objr;
    $(INDESIGN_SDK_DIR)\external\afl\libs\win\release;
    $(INDESIGN_SDK_DIR)\external\icu\libs\win\release
    "VSProject"->"Proporties"->"Configuration Proporties"->"Linker"->"Input"->"Additional Dependencies" add:
    PMRuntime.lib;
    Public.lib;
    WidgetBin.lib;
    AFL.lib;

  • XML Parsing Error: not well-formed (C# Visual Studio 2013)

    I am working on a project in visual studio that imports a csv, and exports an xml file. I'd like to be able to get the code to work as xml and html, and view it in a browser. I am getting this error when I load the xml file into a browser:
    Firefox
    XML Parsing Error: not well-formed Location: file:///C:/Users/fenwky/XmlDoc.xml Line Number 2, Column 6:?> -----^
    Chrome
    This page contains the following errors: error on line 2 at column 16: colon are forbidden from PI names 'xsl:transform'
    This is what my c# code looks like in visual studio 2013:
    // Create a procesing instruction.
    XmlProcessingInstruction newPI;
    // Stylesheet
    String PItext = "<abc:stylesheet xmlns:abc=\"http://www.w3.org/1999/XSL/Transform\" version=\"1.0\">";
    newPI = doc.CreateProcessingInstruction("abc:stylesheet", PItext);
    doc.InsertAfter(newPI, doc.FirstChild);
    // Save document
    doc.Save(xmlfilename);

    Hi
    Kylee Fenwick,
    Could you show us your CSV file? And the code how do you imports a csv and exports an xml file?
    Best regards,
    Kristin
    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.
    Hi Kristen,
    Thank you in advance for your healp. Here is my CSV file:
    Item Code;Item Description;Current Count;On Order
    A0001;"Wheels, Horse on";5;No
    A0002;"Wheels, Elephant on";2;No
    A0003;"Wheels, Dog on";0;Yes
    A0004;"Wheels, Seal on";3;No
    A0005;"Wheels, Bear on";7;No
    A0006;"Bear, Teddy";2;Yes
    A0007;"Clown,";5;No
    A0008;"Puppy(crouch),";3;No
    A0009;"Puppy(stand),";2;No
    A0010;"Puppy(jump),";2;Yes
    A0011;"Pupp(lying),";1;Yes
    A0012;"(50), Cart with Blocks";0;Yes
    A0013;"(100), Cart with Blocks";5;No
    A0014;"(200), Cart with Blocks";4;No
    A0015;"Carriage, Train with 0";12;No
    A0016;"Carriage, Train with 1";10;No
    A0017;"Carriage, Train with 2";5;Yes
    A0018;"Carriage, Train with 3";4;Yes
    A0019;"Carriage, Train with 4";5;No
    A0020;"Carriage, Train with 5";2;No
    A0021;"(20), Building Blocks";15;No
    A0022;"(30), Building Blocks";13;No
    A0023;"(40), Building Blocks";16;No
    A0024;"(50), Building Blocks";5;Yes
    A0025;"(100), Building Blocks";2;Yes
    A0026;"(200), Building Blocks";8;No
    A0027;"Windmill,";5;No
    A0028;"Farmhouse,";6;Yes
    A0029;"Fencing,";22;Yes
    A0030;"Barn,";12;Yes
    A0031;"Tractor,";6;Yes
    A0032;"Animals,";3;Yes
    A0033;"House,";9;No
    A0034;"Car,";12;No
    A0035;"(small), Building";4;No
    A0036;"(medium), Building";3;No
    A0037;"(tall), Building";4;No
    A0038;"Shop,";7;No
    A0039;"Lights, Traffic";5;Yes
    A0040;"Station, Petrol";4;Yes
    And here is my code:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Windows.Forms;
    using System.IO;
    using System.Data.OleDb;
    using System.Xml;
    using System.Xml.Xsl;
    using System.Xml.XPath;
    namespace CSVImporter
    public partial class CSVImporter : Form
    //const string xmlfilename = @"C:\Users\fenwky\XmlDoc.xml"; - file name and location of xml file
    const string xmlfilename = @"C:\Users\fenwky\XmlDoc.xml";
    // New code
    //const string xmlfilename = @"C:\Users\fenwky\XmlDoc.xml"; - file name and location of xsl file
    const string stylesheetsimple = @"C:\Users\fenwky\style1.xsl";
    //const string xmlfilecomplex = @"C:\Users\fenwky\XmlDoc2.xml";
    const string xmlfilecomplex = @"C:\Users\fenwky\XmlDoc2.xml";
    DataSet ds = null;
    public CSVImporter()
    InitializeComponent();
    // Create a Open File Dialog Object.
    openFileDialog1.Filter = "csv files (*.csv)|*.csv|All files (*.*)|*.*";
    openFileDialog1.ShowDialog();
    string fileName = openFileDialog1.FileName;
    //doc.InsertBefore(xDeclare, root);
    // Create a CSV Reader object.
    CSVReader reader = new CSVReader();
    ds = reader.ReadCSVFile(fileName, true);
    dataGridView1.DataSource = ds.Tables["Table1"];
    private void WXML_Click(object sender, EventArgs e)
    WriteXML();
    public void WriteXML()
    StringWriter stringWriter = new StringWriter();
    ds.WriteXml(new XmlTextWriter(stringWriter), XmlWriteMode.WriteSchema);
    string xmlStr = stringWriter.ToString();
    XmlDocument doc = new XmlDocument();
    doc.LoadXml(xmlStr);
    XmlDeclaration xDeclare = doc.CreateXmlDeclaration("1.0", "UTF-8", null);
    XmlNode docNode = doc.CreateXmlDeclaration("1.0", "UTF-8", null);
    doc.InsertBefore(xDeclare, doc.FirstChild);
    // Test code //
    // Load the style sheet.
    XslCompiledTransform xslt = new XslCompiledTransform();
    xslt.Load("style1.xsl");
    // Test code //
    // Transform the file and output an HTML string.
    string HTMLoutput;
    StringWriter writer = new StringWriter();
    xslt.Transform("XmlDoc.xml", null, writer);
    HTMLoutput = writer.ToString();
    writer.Close();
    // Create a procesing instruction.
    XmlProcessingInstruction newPI;
    // Stylesheet
    // String PItext = "<abc:stylesheet xmlns:abc=\"http://www.w3.org/1999/XSL/Transform\" version=\"1.0\">";
    String PItext = "<xsl:stylesheet xmlns:xls=\"http://www.w3.org/1999/XSL/Transform\" version=\"1.0\">";
    // newPI = doc.CreateProcessingInstruction("abc:stylesheet", PItext);
    newPI = doc.CreateProcessingInstruction("xls:stylesheet", PItext);
    doc.InsertAfter(newPI, doc.FirstChild);
    // Save document
    doc.Save(xmlfilename);
    private void btExportComplexXML_Click(object sender, EventArgs e)
    WriteXMLComplex();
    public void WriteXMLComplex()
    // Creates stringwriter
    StringWriter stringWriter = new StringWriter();
    ds.WriteXml(new XmlTextWriter(stringWriter), XmlWriteMode.WriteSchema);
    string xmlStr = stringWriter.ToString();
    XmlDocument doc = new XmlDocument();
    doc.LoadXml(xmlStr);
    XmlDeclaration xDeclare = doc.CreateXmlDeclaration("1.0", "UTF-8", null);
    XmlNode docNode = doc.CreateXmlDeclaration("1.0", "UTF-8", null);
    doc.InsertBefore(xDeclare, doc.FirstChild);
    // Create a procesing instruction.
    XmlProcessingInstruction newPI;
    // Uses XML transformation.
    String PItext = "<abc:stylesheet xmlns:abc=\"http://www.w3.org/1999/XSL/Transform\" version=\"1.0\">";
    newPI = doc.CreateProcessingInstruction("xsl:stylesheet", PItext);
    doc.InsertAfter(newPI, doc.FirstChild);
    // Saves document.
    doc.Save(xmlfilecomplex);
    //Creates a CSVReader Class
    public class CSVReader
    public DataSet ReadCSVFile(string fullPath, bool headerRow)
    string path = fullPath.Substring(0, fullPath.LastIndexOf("\\") + 1);
    string filename = fullPath.Substring(fullPath.LastIndexOf("\\") + 1);
    DataSet ds = new DataSet();
    try
    if (File.Exists(fullPath))
    string ConStr = string.Format("Provider=Microsoft.Jet.OLEDB.4.0;Data Source={0}" + ";Extended Properties=\"Text;HDR={1};FMT=Delimited\\\"", path, headerRow ? "Yes" : "No");
    string SQL = string.Format("SELECT * FROM {0}", filename);
    OleDbDataAdapter adapter = new OleDbDataAdapter(SQL, ConStr);
    adapter.Fill(ds, "TextFile");
    ds.Tables[0].TableName = "Table1";
    foreach (DataColumn col in ds.Tables["Table1"].Columns)
    col.ColumnName = col.ColumnName.Replace(" ", "_");
    catch (Exception ex)
    MessageBox.Show(ex.Message);
    return ds;

  • OID instance not showing up on the Internet Directory page

    The customer is trying to get iasconsole to display performance metrics, but OID instance does not show up on Internet Directory page. This is a clustered OID install and this only appears to occur on the clustered OID consoles. Fanout nodes display correctly. The customer also tried the suggestion in note 363483.1 but it did not correct the issue.
    Any inputs appreciated.
    Thanks
    Sathya

    That URL leads only to a page, not coded properly as a feed, which says: 'This site is private. Please get the RSS feed url from the site.' The site linked to requires a login.
    Is this your podcast? -
    https://itunes.apple.com/gb/podcast/living-hope-word-church/id584248818?mt=2
    This comes from a feed at
    http://living-hope-word-church.posterous.com/private/1bfc3be660acd4fa7a27f44f2b7 f310d/rss.xml
    however this feed is lacking the itunes declaration in the second line:
    <rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
    and has no 'itunes:...' tags necessary to show the data you want.
    This page includes a sample basic feed so you can see what one should look like:
    http://rfwilmut.net/pc

  • Extended Characters not showing up in DM Studio text.

    Hello,
    For some reason when I'm entering text into DM Studio (text area, label, etc) and my text contains a special character (® or ©, for instance), it shows up as a small box, indicating it can't represent that character. It used to show up just fine, with the only change I'm aware of being that the profile on my computer was corrupted a week or two ago, and a new one created and minimal profile attributes from the backup were restored. I'm working with a font that in any other application has no problem displaying these extended ASCII characters. Does anybody know why they all of the sudden aren't working?

    Hi Gregg,
    Can you check if your Codepage.ini is corrupted which comes as a part of installation in this particular folder \FAP\mstrres\fmres\deflib as it has something like below for every character which we use in documaker
    <CODEPAGE>
    Char = SP010000, space, , 32, 32, 32, 32, 64, 64, 64, 64, 32, 32
    Char = SP020000, exclam, , 33, 33, 33, 33, 90, 90, 79, 79, 0, 0
    Char = SP040000, quotedbl, , 34, 34, 34, 34,127,127,127,127, 0, 0
    Char = SM010000, numbersign, , 35, 35, 35, 35,123,123,123,123, 0, 0
    Char = SC030000, dollar, , 36, 36, 36, 36, 91, 91, 91, 91, 0, 0
    Char = SM020000, percent, , 37, 37, 37, 37,108,108,108,108, 0, 0
    Char = SM030000, ampersand, , 38, 38, 38, 38, 80, 80, 80, 80, 0, 0
    Char = SP050000, quotesingle, , 39, 39, 39, 39,125,125,125,125, 0, 0
    Hope it helps
    Thanks,
    Priya

  • CrystalReportsViewer not in toolbox for Visual Studio

    First, the bad news:
    I am working in Visual Studio 2002 and Crystal Reports 9.
    I upgraded my server to Windows Server 2003, and CR9 just does not want to work correctly in this (it does not put the dll's into the assembly).
    So I have the demo version of CR12 (CR2008) and that does put the dll's into the assembly. But now I cannot find the CrystalReportsViewer control in any toolbox. I have also tried adding it into the toolbox, but it is not listed in either the COM tab or the .NET Framwork Components tab (whereas the CR9 version is listed in the framework tab).
    How can I get the CrystalReportsViewer for CR12 (CR2008) into my project?

    Hi Jagdip,
    CR 2008 is not supported in .NET 2002. You'll have to upgrade to .NET 2005.You'll also run into problems with the version of the framework. .NET 2002 was originally using 1.0 framework so you may run into problems there.
    I suggest if you are going to upgrade to CR 2008 then you should also upgrade .NET to 2005 or 2008.
    From the [Platforms Doc|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b0d494c2-696b-2b10-e8b5-e7083c7be019]:
    Development Platforms
    This section refers to the Visual Studio components that are included in Crystal Reports.
    u2022
    Visual Studio 2003
    u2022
    Visual Studio 2005
    u2022
    Visual Studio 2008
    Thank you
    Don

  • Library not registered error in Visual Studio 2013.

    Whenever I attempt to build a solution, build multiple projects, or even run a program (with debugging) in visual studio 2013, I receive the error below.
    "Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))"
    I have attempted to fix this by repairing my Visual Studio installation, but without success. 
    I believe the issue to be with Visual Studio itself, though, because this happens with every solution I have tried it with.
    Any assistance in resolving this issue would be most appreciated.

    Hi ndowney,
    Based on your issue, could you please tell me if you install some other tools on your machine before you get the ""Library not registered" error?
    (1) If yes, please you disable or un-install these tools and then build solution/project check this issue again.
    (2)If no, to check if the issue is related to the VS IDE, please refer the following steps to check this error message.
    (2.1) I suggest you could try the following commands to check if it is helpful.
    a.  Run devenv /Safemode to see if you can apply it correctly. This can eliminate the possibility that third party Add-ins or packages are causing problems.
    b. Run devenv /Resetsettings to eliminate the cause of corrupted settings.
    c. Run devenv /ResetSkipPkgs in Command Prompt.
    If above still cannot work, try use this command again: devenv /resetsuerdata
    (2.2) If the above suggestion still could not help you, maybe you will need to re-install the VS2013 and then check this issue again.
    If you have any latest message about your issue, please tell me.
    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.

  • Class not registered error in Visual Studio 2003

    Post Author: LenReinhart
    CA Forum: .NET
    I have an report that has been running in an application for the last couple years. There is an error in the application that I fixed, but now the report  is not running against the production database and I wanted to look at a report in the editor and double clicked on the report in Visual Studio 2003. I got an error pop up "Class not registered" but that was it, no option to enter a registration code or anything. I had previously registered but tried going through that process and was told that it had been previously registered. I developed this report on this machine, so I am wondering if some patch that I applied caused this problem. It has been awhile since I have opened this report in an editor.Any light you can shine on this would be appreciated. Thanks,Len

    Post Author: MJ@BOBJ
    CA Forum: .NET
    Typically that error is referring to a COM dll that is not being loaded because it is not registered on the system.  Usually, that error message will give you a dll name, or a PROGID, or something.....was anything else provided in the error?
    In order for a file to be unregistered, something might have been uninstalled (or a failed install) that could have caused this issue.  I did a search in kbase and found a article that may help, at least it refers to a dll that you can try to register.
    Perhaps doing a reinstall may resolve the error.
    -MJ

  • Error ASPRUNTIME: Object reference not set to an instance of an object.in Visual Studio in method CopyPrecompiledFile.

    Hello, I have this issue and Ihave wasted atleast 2 days with this one. I have tried all possible solutions -
    1. Turn Off Real time McAffee scanning  -- I do not have real time scanning ON
    2. Delete Bin folder and start all over by adding references -- Did not work
    3. delete .compiles or refresh filesdelete temp files from asp.net temp files folder -- no .Compiled file. Deleted refresh files but no use
    4. change temp file for appliation in compilation tag of web config -- No use
    My application framework is .NET 4.5 and VSD 2012. I have tried to compile from C:\WINDOWS\Mi
    crosoft.NET\Framework folder as well as C:\WINDOWS\Mi
    crosoft.NET\Framework64 folder. Both gave same error.
    I need urgent assistance plz.
    Here is stack trace :
    C:\Development\Convergence\Applications\CAP\WixSetup\WixSetupView>"C:\WINDOWS\Mi
    crosoft.NET\Framework\v4.0.30319\aspnet_compiler.exe" -u -fixedNames -p "C:\Deve
    lopment\Convergence\Applications\CAP\TouchPointTier\Presentations" -v / "C:\Deve
    lopment\Convergence\Applications\CAP\PrecompiledWeb\ConvergenceCAP" -errorstack
    Microsoft (R) ASP.NET Compilation Tool version 4.0.30319.17929
    Utility to precompile an ASP.NET application
    Copyright (C) Microsoft Corporation. All rights reserved.
    error ASPRUNTIME: Object reference not set to an instance of an object.
    [NullReferenceException]: Object reference not set to an instance of an object.
       at System.Web.Compilation.BuildManager.CopyPrecompiledFile(VirtualFile vfile,
     String destPhysicalPath)
       at System.Web.Compilation.BuildManager.CopyStaticFilesRecursive(VirtualDirect
    ory sourceVdir, String destPhysicalDir, Boolean topLevel)
       at System.Web.Compilation.BuildManager.CopyStaticFilesRecursive(VirtualDirect
    ory sourceVdir, String destPhysicalDir, Boolean topLevel)
       at System.Web.Compilation.BuildManager.CopyStaticFilesRecursive(VirtualDirect
    ory sourceVdir, String destPhysicalDir, Boolean topLevel)
       at System.Web.Compilation.BuildManager.CopyStaticFilesRecursive(VirtualDirect
    ory sourceVdir, String destPhysicalDir, Boolean topLevel)
       at System.Web.Compilation.BuildManager.PrecompileAppInternal(VirtualPath star
    tingVirtualDir, IEnumerable`1 excludedVirtualPaths)
       at System.Web.Compilation.BuildManager.PrecompileApp(VirtualPath startingVirt
    ualDir, IEnumerable`1 excludedVirtualPaths)
       at System.Web.Compilation.BuildManager.PrecompileApp(ClientBuildManagerCallba
    ck callback, IEnumerable`1 excludedVirtualPaths)
       at System.Web.Compilation.BuildManagerHost.PrecompileApp(ClientBuildManagerCa
    llback callback, List`1 excludedVirtualPaths)
       at System.Web.Compilation.BuildManagerHost.PrecompileApp(ClientBuildManagerCa
    llback callback, List`1 excludedVirtualPaths)
       at System.Web.Compilation.ClientBuildManager.PrecompileApplication(ClientBuil
    dManagerCallback callback, Boolean forceCleanBuild)
       at System.Web.Compilation.ClientBuildManager.PrecompileApplication(ClientBuil
    dManagerCallback callback)
       at System.Web.Compilation.Precompiler.Main(String[] args)
    C:\Development\Convergence\Applications\CAP\WixSetup\WixSetupView>pause
    Press any key to continue . . .

    I know these warning are not related to my issue that is the reason i am not able to understand what is wrong with it. Its a huge application and compiliing takes atleast 6-7 hrs and after that I get error in "copyPrecompiledFiles" method.
    I have circular reference issue in application but when I build application in specific sequece, it goes away so after builing application with 0 errors, i execute command to precompile
    rmdir C:\Precompiled /s /q
    mkdir C:\Precompiled
    "C:\WINDOWS\Microsoft.NET\Framework64\v4.0.30319\aspnet_compiler.exe" -u -fixedNames -p "C:\ApplicationPath" -v / "C:\Precompiled" -errorstack
    pause

  • ESB Instances Not Showing Up In ESB Console

    Hi,
    All of a sudden, I am not seeing any ESB instances showing up in the ESB console.
    Please Help.
    Thanks.
    Vinnie

    Hi,Abhijeet,
    Would you please go to client policy in your Lync control panel and verify that you have set "Allow and update" in the Action drop-down menu for the latest version of Lync client.
    Details you can check 
    http://technet.microsoft.com/en-us/library/gg182591.aspx 
    Regards,
    Sharon
    Sharon Shen
    TechNet Community Support
    ***************************************************************************************************************************************************************************** Please remember to click “Mark as Answer” on the post that helps you, and to click
    “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial t

  • Instance not connected at BR*Tools Studio

    I've setup BR*Tools Studio as Dedicated Server Mode. I'm using latest
    brtools and brtools studio installation:-
    BRSTUDIO710EN__001.SAR
    DBATL700O10_40-20001021.SAR
    Currently my instance is not connected to my BR*Tools Studio . Any pointer?
    This is the only log from /oracle/SM1/sap/brtools/studio/studio/log
    S01TDI135:orasm1 30> cat *
    INFO 2009/02/19 09:43:57 [Server] BR*Tools Studio server
    started.
    ERROR 2009/02/19 09:47:38 [Clock] Exception while shutting
    down server clock: java.lang.NullPointerException
    WARNING 2009/02/19 09:49:40 [Server] Unsuccessful logon attempt
    for unkown account.
    [...]WARNING 2009/02/19 10:18:28 [Server] Unsuccessful logon
    attempt to landscape.
    [...]WARNING 2009/02/19 11:11:07 [Server] Unsuccessful logon
    attempt for account Administrator.
    WARNING 2009/02/19 11:11:26 [Server] Unsuccessful logon attempt
    to landscape.
    regards,
    Marjan

    hi jeffry,
    Please make sure that you provide correct username and password of your database server.
    ardhian
    http://ardhian.kioslinux.com
    http://sapbasis.wordpress.com

  • SQL Server Configuration Manager 64-bit server instance not showing

    After installing SQL Server Express Advanced 2012 64-bit edition, we are unable to see the 64-bit Server Network Configuration in the left pane.  We need to edit the TCP/IP and Named Pipes to enable them.  All that is showing is the 32-bit instance
    for our Acronis backups.  Does anyone know how to view or add a SQL server instance to the Server Network Configuration msc?

    can we verify if you really installed 64 bit. please run this query and post the results:
    select @@version 
    Hope it Helps!!

  • Biztalk Tracked service instances not showing

    HI experts,
    I have enabled tracking on the BTS host and then set the tracking properties of pipelines,
    Even though i couldn't see the tracked service instances in the BTS 2010 admin console.
    my tracking data is not being moved to trackingDB, i found this using below query.
    SELECT COUNT(*) FROM [BizTalkMsgBoxDb].[dbo].[TrackingData]
    which yields more than 3000 rows, which should not be.
    How can i solve this error?
    I am sure TrackedMessages_Copy_BizTalkMsgBoxDb job has no errors?
    thanks in Advance....

    Check your default pipeline tracking settings in the management database:
    SELECT
    * FROM
    BizTalkMgmtDb.dbo.StaticTrackingInfo
    WHERE
    strServiceName in(
    'Microsoft.BizTalk.DefaultPipelines.XMLTransmit',
    'Microsoft.BizTalk.DefaultPipelines.XMLReceive',
    'Microsoft.BizTalk.DefaultPipelines.PassThruTransmit',
    'Microsoft.BizTalk.DefaultPipelines.PassThruReceive')
    More
    info here:http://venneker.net/2014/02/missing-tracking-data-in-biztalk/
    Cheers,
    Paul Venneker

Maybe you are looking for

  • How can i figure out the apple id my ipod touch is associated with?

    I dont know what aple id is associated with my ipod touch 4g. i used so many accounts to dowload apps and now when i used one to download music, i have to wait 90 days. and this happened before and i had to wait. But i dont know wich apple id i used

  • Apple Mail Manual Migration 10.6 to 10.8

         I am currently making the switch from Snow Leopard to Mountain Lion.  I have always manually migrated all of my data because I feel its better to give the hard drive a chance for some spring cleaning and get rid of the junk that accumulates over

  • Ghost icons present

    Front row -> movies -> I have about 8 references to Cascada -- some music vids. These files do not appear to be on my hard drive any more, but front row sees them: no video either. I am wondering if it is picking up on . files anywhere. I disconnecte

  • PDF Converter Pro, deleted in the launched. I have paid it. How to reinstall without repayment ? Thanks Lui

    I have bought and paid PDF Converter Pro from App Store. It seems I download it "not complete" because it showed red color "error". I deleted it from my launchpad, hoping that I can re-install and fix it, without repay. It fact I have to repay and re

  • Guest Account log-file location(s)

    I have used the "Guest Account" when people come to visit - it's great HOWEVER, in the interest(s) of saving some disk-space I want to delete the log-files that OS X 10.6.x keeps of the guest-account's useage / web-visiting activity and so-on - but I