Cannot find the class to create it although it is there!

          Hi all,
          MyJsp.jsp file cannot find the "yy" class which I want to create in it. this file is located under weblogic\lib\cls.jar and I also tried to locate it under a directory which I define in weblogic.class.path.
          MyJsp.jsp is located under directly public_html.
          C:\weblogic\myserver\classfiles\jsp_servlet\_myjsp.java:78: Class jsp_servlet.yy not found in type declaration.
          probably occurred due to an error in /MyJsp.jsp line 13:
          <%yy myclass=(yy) request.getAttribute("z");%>
          <%String[] res=myclass.getResult();%>
          Mon Nov 13 02:36:20 PST 2000:<E> <ServletContext-General> Compilation of C:\weblogic\myserver\classfiles\jsp_servlet\_myjsp.java failed: C:\weblogic\myserver\classfiles\jsp_servlet\_myjsp.java:78:
          Class jsp_servlet.yy not found in type declaration.
          yy myclass=(yy) request.getAttribute("z"); //[ /MyJsp.jsp; Line: 13]
          ^
          C:\weblogic\myserver\classfiles\jsp_servlet\_myjsp.java:78:
          Class jsp_servlet.yy not found in type declaration.
          yy myclass=(yy) request.getAttribute("z"); //[ /MyJsp.jsp; Line: 13]
          ^
          2 errors
          Where should I locate that yy.class so that MyJsp.jsp's _myjsp.java does not look for it under its package name , just simply finds and creates it? :)
          Best regards
          jg
          

          Hi, there
          Wherever you put the class, you only set the classpath to the corresponding directory before you run your WL server. In your JSP file, set the import class tag, e.g:
          If your class directory is:
          weblogic\myserver\yy\yy.class
          you should add the directory to your classpath, and put the following tag in your jsp file:
          <%@ page language="java" import="yy" %>
          (Above assume your class has no prefix package name, or you should put full qualified class name)
          Cheers
          Oliver
          "jg" <[email protected]> wrote:
          >
          >Hi all,
          >
          >MyJsp.jsp file cannot find the "yy" class which I want to create in it. this file is located under weblogic\lib\cls.jar and I also tried to locate it under a directory which I define in weblogic.class.path.
          >MyJsp.jsp is located under directly public_html.
          >
          >C:\weblogic\myserver\classfiles\jsp_servlet\_myjsp.java:78: Class jsp_servlet.yy not found in type declaration.
          >probably occurred due to an error in /MyJsp.jsp line 13:
          ><%yy myclass=(yy) request.getAttribute("z");%>
          ><%String[] res=myclass.getResult();%>
          >
          >Mon Nov 13 02:36:20 PST 2000:<E> <ServletContext-General> Compilation of C:\weblogic\myserver\classfiles\jsp_servlet\_myjsp.java failed: C:\weblogic\myserver\classfiles\jsp_servlet\_myjsp.java:78:
          > Class jsp_servlet.yy not found in type declaration.
          > yy myclass=(yy) request.getAttribute("z"); //[ /MyJsp.jsp; Line: 13]
          > ^
          >C:\weblogic\myserver\classfiles\jsp_servlet\_myjsp.java:78:
          >Class jsp_servlet.yy not found in type declaration.
          > yy myclass=(yy) request.getAttribute("z"); //[ /MyJsp.jsp; Line: 13]
          > ^
          >2 errors
          >
          >Where should I locate that yy.class so that MyJsp.jsp's _myjsp.java does not look for it under its package name , just simply finds and creates it? :)
          >
          >Best regards
          >
          >jg
          

Similar Messages

  • Cannot find the class file

    Hi All,
    Can any one help me regarding the issue?
    Error:
    package com.support.misc.feedback
    I am getting the following error for the above line. But I have created the Hierarchy in folder structure. But still it is throwing the error.
    1. Cannot find the class file for com.sapportals.htmlb.page.DynPage
    2. This compilation unit indirectly references the missing type com.sapportals.htmlb.page.DynPage (typically some required class file is referencing a type outside the class path)     FeedbackBean.java
    Thanks in Advance.
    Message was edited by: Gowsika Kannan

    Hi Gowsika,
    the class needed is located in htmlb.jar which can be found under <irj-root>/WEB-INF/portal/portalapps/com.sap.portal.htmlb/lib
    You need to integrate this jar in your .classpath
    Hope this helps,
    Robert
    PS: Please do not post the same question 3 times

  • Cannot find the class file for com.sap.portal.services.api.connectorgateway

    Hi,
    I was trying the "How to BI JAVA SDK in a Portal iView and get the following error.
    The project was not built since its classpath is incomplete. Cannot find the class file for com.sap.portal.services.api.connectorgateway.IConnectorGatewayService. Fix the classpath and try rebuilding this project.
    I have the following in my portalapp.xml file
    <property name="SharingReference" value="com.sap.portal.ivs.connectorservice"/>
    and i have also added the jar file "com.sap.portal.ivs.connectorservice_api" in the set of lib's
    Has some faced a similar issue? or can someone suggest how I could possibly resolve this.
    Thanks,
    Smitha

    Hi Smitha:
       My webdynpro dc was build failed for "This compilation unit indirectly references the missing type com.sap.engine.services.webservices.espbase.client.dynamic.content.GenericObject (typically some required class file is referencing a type outside the classpath)".
    How should i do?  Thank you!

  • Cannot find the class!! - URGENT!!!

    I have an JSP archive and I�m using the Tomcat 4. I did a class named ConnectionBean that connect with a database.
    when i start my JSP, the Apache server show me an error page that say it�s impossible to find the class "ConnectionBean". I tryed to put it in the same directory of the JSP file, but happened the same error.
    I tryed to put it in the directory "apache tomcat 4\lib\" but i have the same error.
    I tryed to put it on the directory "jre\lib\ext\ of my JVM, but i have the same error!
    Please, somebody can help me to do my JSP find this class?
    Thanks for all

    after you compile your class you should put the .class in the WEB-INF/classes/ directory
    lets suppose that you wrote in the top of your class
    package com.mydbconnection
    this means that your class should be in
    WEB-INF/classes/com/mydbconnection/MyClass.class
    in your JSP have been like this
    <jsp:useBean id="DBConn" scope="page" class="com.mydbconnection.MyClass" />
    hope this help enough :)

  • Cannot find the class file for javax.microedition.io.ContentConnection

    I've downloaded and configured eclipse j2me plugin and am having no difficulty
    creating Midlets according to the eclipse documentation
    http://eclipseme.org/docs/createProject.html
    (Also I have sun java wireless toolkit 2.5.2)
    (I have imported wtk252 in window/preferences/j2me/dev mgmt
    and added the search directory where wtk252 resides.)
    However, after importing a ready-developed project into the same workspace
    one of the pieces of code continuously gives a class not found error for
    javax.microedition.io.ContentConnection
    It's clear that one project understands how to resolve paths in
    javax.microedition
    and the other one doesn't, but I'm not sure how to configure the build path
    using
    QuickFix
    ie I don't know physically what the name of the jar file with
    javax.microedition.io.ContentConnection in it is called.

    Er, thanks, (I think!)
    Wouldn't it be easier for folks if you told them to look for packages using the CLDC Generic Connection Framework which is already inside javax.microedition.io?
    By the time they've got GCF (which is used quite a lot,) they've got javax.microedition.io and they've therefore solved the problem!
    I'd imagine that you could spend ages looking for "JSR 37 / 139" and get nowhere.

  • "cannot find this class" erro while creating Background Callable Object.

    Hi All,
    I am facing "cannot find this class" while creating Background Callable Object.
    I followed the following document for Creating Background Callable Object.
    [Creating Callable Objects for Background Execution|http://help.sap.com/saphelp_nwce10/helpdata/en/53/cde385301f4aa3b8e77a92cd46bff3/frameset.htm]
    After giving the fully qualified java class name in the Implementation Class Name when i press next i am getting the error.
    Please suggets me in solving this issue.
    Regards,
    S.V.Satish Kumar
    Edited by: Sathish Kumar SV on Apr 4, 2009 10:34 AM

    Hi, kavita.
    First, make sure you choosed the correct container when you created the background CO.
    Second, make sure your package name was "com.examples.bckgco" and class name was "UserDetailsCallableObject". The exception  which you got just means you entered incorrect name.
    It doesn`t relate to your program.
    Best Regards.
    Louis Huang.

  • Sometimes "Safari cannot find the Internet plug-in" which I've installed!?

    The page: "http://www.example.com" doesn't load the content because the message "Safari cannot find the Internet plug-in".
    Although, I already have this plug-in: Microsoft® Windows Media Player. What to do?
    Try this: http://lamega.lamusica.com/player.shtml
    Message was edited by: iAyan

    Just wondering if anyone can help....I do not have a Mac so am finding it difficult to test.
    I have just published an online magazine which was initially in the .dnl file format, which has come to light that mac users cannot view.
    To try and resolve this I created an .exe file but it would seem that most mac users cannot view this either as they do not have virtual pc etc... which is required to view the .exe file.
    I have now created a PDF version which has satidifed some people on macs temporarily but trying desperately to offer something to mac users I thought I had the answer, by uploading the magazine to a browser so it does not require downloading.....but:
    The first person to try it out for me got: Safari cannot find the Internet plug-in and on trying to obtain one it could not find one.
    I really thought it would work as you do not need the .dnl reader until you try to save the book or detach it to view it on screen.
    Does anyone know if there is a way to view the content in a web browser????
    Any help would be much appreciated as I do not want to leave the Mac users out.
    Here is the link incase anyone fancies trying it for me....any feedback would be appreciated.
    http://www.stickfightermagazine.co.uk/stickfightermagazinevol1issue1.htm
    Thanks in advance.
    Best regards!

  • PrintOutputController::ExportEx - The system cannot find the path specified

    I just converted our code from using an older Crystal Reports API for creating PDFs and print jobs (ExportToDisk() and PrintToPrinter()) to using the RAS methods.  Now, when calling PrintOutputController::ExportEx(), occassionally the code generates an exception.
    Our log file contains the following lines:
        calling ExportEx()...
    ERROR:  caught Exception in CreateReport():
          name: COMException
          message: The system cannot find the path specified.
        creating new ReportDocument
        loading template: d:
    dev
    sources
    video
    nextlink
    Reports
    singlemeeting.rpt...  done
        sleeping for 5 seconds...
        retrying export/print...
        exporting to:
    mako\export\confirmations
    1138551.pdf... 
        entering createPDF():
    mako\export\confirmations
    1138551.pdf...
        calling ExportEx()...
    ERROR:  caught Exception in CreateReport():
          name: CrystalReportsException
          message: The report filename was empty.
    Here's the snippet of code that is occassionally generating the exception:
    void
    NReportFaxServiceImpl::createPDF(
        ReportDocument^ rpt,
        String^ destinationString)
    ...", destinationString);
        CrystalDecisions::ReportAppServer::ReportDefModel::ExportOptions^ exportOpts(gcnew CrystalDecisions::ReportAppServer::ReportDefModel::ExportOptions());
        // Set the ExportFormatType to PDF...
        exportOpts->ExportFormatType = CrystalDecisions::ReportAppServer::ReportDefModel::CrReportExportFormatEnum::crReportExportFormatPDF;
        Console::Write("    calling ExportEx()...");
        // This creates the report as a ByteArray that we will write to disk.
        CrystalDecisions::ReportAppServer::CommonObjectModel::ByteArray ^ byteArray = rpt->ReportClientDocument->PrintOutputController->ExportEx(exportOpts);
        Console::WriteLine("done.");
        cli::array<unsigned char, 1>^ oByte = byteArray->DetachArray();
        // Create the File...
        Console::Write("    creating the PDF file...");
        System::IO::File::Create(destinationString, Convert::ToInt32(oByte->Length))->Close();
        Console::Write("writing the PDF file...");
        System::IO::File::OpenWrite(destinationString)->Write(oByte, 0, Convert::ToInt32(oByte->Length));
        Console::Write("calling SetAttributes()...");
        System::IO::File::SetAttributes(destinationString, System::IO::FileAttributes::Directory);
        Console::WriteLine("done");
        GC::Collect();
    We're running Crystal Reports 2008 SP4 on a Windows 2003 server (virtual server).

    The only thing I can suggest is to try to add some additional logging to your application to see if you can see a pattern of which report/parameters are being used when this error is thrown.

  • "Cannot find the main Class. Program will exit."

    Hi, I created a program, and I am trying to distribute it to other people in my office. I tried using both NetBeans 6.8/6.9 and eclipse. I exported to a single jar file. When I run this single .jar file, it runs perfectly. I sent it to one of my coworkers, and the message "Cannot find the main Class. Program will exit." popped up. I then had IT update his Java to 6.20 and it worked. The problem is that this program must be distributed to over 100 people, and I cannot have them each update their Java individually, nor will IT update everyone's on their own. They all have Java 4.XX I believe. Is there any way around this error that only happens on older versions of java? I have checked my manifest file and what not, as I said it runs on computers with Java 6.

    AndrewThompson64 wrote:
    Do you mean Java 1.4? It is best to be sure, so point some of the target machines at this page(1) to check.Yes, Sorry I meant 1.4.XX, I think they have 1.4.2_19.
    >
    >
    a) Ensure the code does not use functionality introduced in later versions, e.g. assertions, generics, for-each loops.. Using the [cross-compilation options of javac|http://java.sun.com/javase/6/docs/technotes/tools/windows/javac.html#crosscomp-options] will warn of those.
    b) Ensure the code does not use any classes, attributes or methods that were not available in the earlier version, then use the cross-compilation options of javac when compiling. Actually the second will alert of the first, so long as the -bootclasspath parameter is used with an appropriate rt.jar.I believe that everything is ok, unless some of the swing functions cannot be used in 1.4. Besides the swing functions (which I am not sure about) everything should be able to be used in 1.4
    Thank You

  • SelectTransport: creating directory failed: Win32Exception: root of directory to create not found: The system cannot find the path specified. [0x00000003]

    USMT is failing with error 71 for all users in a specific office when backing up to a specific share:
    COMPUTERNAME\Guest, administrator: No, interactive: Yes, logged on: No, has profile: No
    DOMAIN\USERNAME, administrator: Yes, interactive: Yes, logged on: Yes, has profile: Yes
    COMPUTERNAME\Administrator, administrator: Yes, interactive: Yes, logged on: No, has profile: Yes
    2014-10-31 12:52:37, Status [0x000000] Activity: 'MIGACTIVITY_TRANSPORT_SELECTION'
    2014-10-31 12:52:37, Info [0x000000] Processing the settings store
    2014-10-31 12:52:37, Error [0x000000] SelectTransport: creating directory \\san.f.q.d.n\share$\username\BACKUP\USERNAME\USMT failed: Win32Exception: root of directory to create not found: The system cannot find the path specified. [0x00000003] class UnBCL::DirectoryInfo *__cdecl UnBCL::Directory::CreateDir(const class UnBCL::String *)[gle=0x00000005]
    2014-10-31 12:52:37, Info [0x000000] Failed.[gle=0x00000091]
    2014-10-31 12:52:37, Info [0x000000] A Windows Win32 API error occurred
    Windows error 3 description: The system cannot find the path specified.[gle=0x00000091]
    2014-10-31 12:52:37, Info [0x000000] Windows Error 3 description: The system cannot find the path specified.
    2014-10-31 12:52:37, Info [0x000000] USMT Completed at 2014/10/31:12:52:37.861[gle=0x00000091]
    2014-10-31 12:52:37, Info [0x000000] Entering MigShutdown method
    2014-10-31 12:52:37, Info [0x080000] COutOfProcPluginFactory::FreeSurrogateHost: Shutdown in progress.
    2014-10-31 12:52:37, Info [0x0803e5] Not unmapping HKLM\ELAM; it is not mapped
    2014-10-31 12:52:37, Info [0x0803e6] Removing mapping for HKLM
    2014-10-31 12:52:37, Info [0x0803e7] Successfully unmapped HKLM
    2014-10-31 12:52:37, Info [0x0803e6] Removing mapping for HKU
    2014-10-31 12:52:37, Info [0x0803e7] Successfully unmapped HKU
    2014-10-31 12:52:37, Info [0x080487] Destroying OS analysis service
    2014-10-31 12:52:37, Info [0x080488] Destroyed OS analysis service
    2014-10-31 12:52:37, Info [0x000000] Leaving MigShutdown method
    2014-10-31 12:52:37, Info [0x000000] ----------------------------------- USMT ERROR SUMMARY -----------------------------------
    2014-10-31 12:52:37, Info [0x000000] * USMT error code 71:
    2014-10-31 12:52:37, Info [0x000000] +-----------------------------------------------------------------------------------------
    2014-10-31 12:52:37, Info [0x000000] | A Windows Win32 API error occurred
    2014-10-31 12:52:37, Info [0x000000] | Windows error 3 description: The system cannot find the path specified.
    2014-10-31 12:52:37, Info [0x000000] +-----------------------------------------------------------------------------------------
    As the user in question, when I browse \\san.f.q.d.n\share$\username, the BACKUP directory exists, but there are no sub directories.
    I manually created the sub directories, USERNAME\USMT - so the full path now exists: \\san.f.q.d.n\share$\username\BACKUP\USERNAME\USMT
    I re-ran USMT but the process returned the same error.
    If I specify other shares not on san.f.q.d.n but on san1.f.q.d.n or server.f.q.d.n or even workstation.f.q.d.n, it works fine.
    Can someone provide guidance on how to troubleshoot this further?

    In Windows, setting the Environmental Variable sometimes DOES NOT WORK.
    The -Djava.io.tmpdir=C:\temp setting must be made in the server properties of the oc4j in order for it to work.
    Jae

  • „The system cannot find the file specified. (Exception from HRESULT: 0x80070002)" - Error when trying to create an new controlled GPO

    Hello,
    we were planning to Upgrade from AGPM 4.0 to AGPM 4.0 SP2. The new AGPM should be placed on a new server. Additionally we created a new service account as the password of the old service account has been lost. We granted the new service account Full Rights
    in "Domain Delegeation" and "Product Delegation", then stopped the AGPM Service on the old server.
    On the new server AGPM was installed using the new service account, then the service was stopped and the archive was copied rom the old to the new server. The customer could edit policies, but not deploy them. Because of this, we changed back to the old
    server, but copied the folders that were changed on the new server to keep them up to date.
    Now creating a controlled Group Policy from a template causes the error
    „The system cannot find the file specified. (Exception from HRESULT: 0x80070002). We tried several templates and even created new ones but the problem persists.
    The following things do work:
    - editing a controlled policy
    - renaming a controlled policy
    - check in/check out of a policy
    - set a uncontrolled policy to controlled (needs to grant the serviceaccount Full rights to the policy before)
    - deletion of a controlled policy
    - creating a template from a policy
    Thank you in advance for your help.

    0x80070002 usually means that the source could not be found or located. Make sue that the FQDN path to your templates is the correct one as well as your DNS is
    properly configured.
    sharing some manuals @: http://1drv.ms/1kk6u6j

  • Oracle Access Manager Configuration : Cannot find the Person Object Class

    Hi,
    I am trying to install OAM , I am getting the following error when i am configuring the Identity server for the first time.
    1) I have installed OID. I am using one OID for both config and user data.
    2) I have installed Identity server and have modified the OID schema automically during installation.
    3) I have installed web pass.
    I have gone to the url: http://trn-ps-oid.oracle.com:7777/identity/oblix
    Here i gone to Identity System Console to configure Identity server.
    Following are the config data i have given
    Configuration DN : dc=mydomain,dc=com
    Search Base : dc=mydomain,dc=com
    Host : mypc.mydomain.com
    Port Number : 389
    Root DN : cn=orcladmin
    Root Password : *******
    Directory Server Security Mode : Open
    Is the Configuration data stored in this directory also : Yes
    Person Object Class : inetorgperson
    Auto configure objectclass : yes
    Group Object Class : groupOfUniqueNames
    Auto configure objectclass : yes
    After this I have clicked on the restart server button.
    It comes back to the page asking to enter Person Object class details.
    I Get the Error : Cannot find the Person Object Class.
    I have checked the object class in OID it is there, I have verified the connection details are also correct.
    Any Ideas what might be wrong.
    Earlier during setup i had to modify the OID schema, how do i check if this has been done.
    Any Ideas

    <?xml version="1.0" encoding="utf-8"?>
    <ValNameList
    xmlns="http://www.oblix.com"
    ListName="setup.xml">
    <NameValPair
    ParamName="mainOIS"
    Value="true"></NameValPair>
    <NameValPair
    ParamName="currentStep"
    Value="LDAP_CONFIG_CHANGES"></NameValPair>
    <NameValPair
    ParamName="status"
    Value="incomplete"></NameValPair>
    <NameValPair
    ParamName="whichDB"
    Value="OID"></NameValPair>
    <NameValPair
    ParamName="dataDirCopied"
    Value="TRUE"></NameValPair>
    <NameValPair
    ParamName="machineNo"
    Value="localhost"></NameValPair>
    <NameValPair
    ParamName="portNo"
    Value="389"></NameValPair>
    <NameValPair
    ParamName="rootDN"
    Value="cn=orcladmin,cn=Users,dc=mydomain,dc=com"></NameValPair>
    <NameValPair
    ParamName="ldapRootPasswd"
    Value="**************"></NameValPair>
    <NameValPair
    ParamName="securityMode"
    Value="Open"></NameValPair>
    <NameValPair
    ParamName="oblixUserDataSame"
    Value="Yes"></NameValPair>
    <NameValPair
    ParamName="searchBase"
    Value="dc=mydomain,dc=com"></NameValPair>
    <NameValPair
    ParamName="configDN"
    Value="dc=mydomain,dc=com"></NameValPair>
    <NameValPair
    ParamName="obClassPerson"
    Value="inetorgperson"></NameValPair>
    <NameValPair
    ParamName="defaultConfigForPersonOC"
    Value="true"></NameValPair>
    <NameValPair
    ParamName="obClassGroup"
    Value="groupOfUniqueNames"></NameValPair>
    <NameValPair
    ParamName="defaultConfigForGroupOC"
    Value="true"></NameValPair>
    <NameValPair
    ParamName="obOldClassPerson"
    Value="inetorgperson"></NameValPair>
    <NameValPair
    ParamName="obOldClassGroup"
    Value="groupOfUniqueNames"></NameValPair>
    </ValNameList>

  • Cannot create temp directory: The system cannot find the path specified

    Hello
    I am getting Cannot create temp directory when deploying to Oracle AS , can any one help ?
    ---- Deployment started. ---- Apr 23, 2007 8:20:29 AM
    Target platform is Oracle Application Server 10g 10.1.3 (WEBQA01).
    Wrote WAR file to C:\ide\jdeveloper\jdev\mywork\Upload\Upload\deploy\fileupload.war
    Wrote EAR file to C:\ide\jdeveloper\jdev\mywork\Upload\Upload\deploy\fileupload.ear
    Operation failed with error:
    Cannot create temp directory: The system cannot find the path specified
    Deployment failed
    Elapsed time for deployment: 8 seconds
    #### Deployment incomplete. #### Apr 23, 2007 8:20:37 AM

    In Windows, setting the Environmental Variable sometimes DOES NOT WORK.
    The -Djava.io.tmpdir=C:\temp setting must be made in the server properties of the oc4j in order for it to work.
    Jae

  • When creating installer files, there is an error:the system cannot find the customResource2052.dll file, what's the problem?

    I am using labview2009, when I create a installer, there is an error report as blow:
     Error: Windows SDK function returned an error. (Error code -12)
    Error accessing a resource module "E:\工作资料\项目资料\绿盾\builds\Untitled Project 1\...\Volume\supportfiles\customResource2052.dll".
    The system cannot find the file specified.
    *** Error Details:
    Error in MDF API function: _MDFBuildDist_Build
    Error in MetaToolbox::UpdateResourceString.
             strId: 3; New String:     ; LangId: 2052
    Windows function LoadLibraryEx returned an error. Error code: 2
    *** End Error Report

    Hi super008,
    The error can be due to some improper installation of a driver or any NI SW that the Installer requires.
    Have you recently installed or Uninstalled any NI Software ?
    Also -
    You can see in the KB below -
    That it could also happen due to some incompatibility with the .NET framework or adding exception in the AntiVirus.
    SDK Error Code -12 When Building a LabVIEW Installer or Installing LabVIEW
    http://digital.ni.com/public.nsf/allkb/AFC375154EFBD6AE8625760B005FB723?OpenDocument
    One more question :
    Do you have any idea what is this resource :
    E:\工作资料\项目资料\绿盾\builds\Untitled Project 1\...\Volume\supportfiles\customResource2052.dll    ????
    is "Untitled Project 1" your project ?

  • While creating web application prokect getting error: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)

    I am getting error on creating even the empty web application project. The error message is as given below:
    The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
    I am using following build of Visual Studio:
    Visual Studio Professional 2013. Version 12.0.30723.00 Update 3
    Looks like it is the problem with the installation of the visual studio. But I can't take risk of re-installing now because it would stop my going on development work.
    Any would help to resolve this would be appreciated.
    P.S. I am also having Visual Studio 2010 and Visual Studio 2012 Ultimate on my system.
    Regards, Randeep

    Hello Randeep,
    Will you get the same error when creating any other apps, like C# WinForm?
    If only web application project has the problem, you can try the following to reset the templates:
    Please open Windows Explorer, and navigate to  <Visual Studio Installation Path>\Common7\IDE (by default is C:\Program Files \Microsoft Visual Studio 12.0\Common7\IDE);
    Delete the ItemTemplatesCache, ProjectTemplatesCache folder;
    Open Visual Studio Tools/Developer Command Prompt for VS2013
    under Start menu -> All Programs -> Microsoft Visual Studio 2013 -> Visual Studio Tools (run it with Administrator privilege: right-click the program -> Run as administrator);
    Run the devenv /InstallVSTemplates switch;
    Run the devenv /Setup switch
    If all your projects get this error, please try repair the installaiton from control panel first. By the way, can you use Visual Studio Web projects before you get this error? And have you tried to use the Visual Studio Update 4, I see you still used
    Update 3, is there any reason for you to still use the Update 3 version?
    Best regards,
    Barry
    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.

Maybe you are looking for

  • Full path in Sender FTP file

    Hi, It's necessary to indicate full path in sender FTP file? I've tried with relative path and patter file* and communication channel monitor returns the error: Could not process file 'file_000018_sdidis_080109_095115_319_J': com.sap.aii.adapter.file

  • Read speeds for my super drive ?

    can anyone tell me what the read speeds are for the super drive i have in my MBP (MacBookPro3,1) C2D 2.4GHz ? specifically DVD read speeds MATSHITA DVD-R UJ-857E: Firmware Revision: ZA0E Interconnect: ATAPI Burn Support: Yes (Apple Shipping Drive) Ca

  • Solaris 2.6 intel microchannel boot disk

    Where is it? The link in the Solaris 2.6 install docs is broken? Please help. I have 3 Microchannel machines I need to install Solaris on. Thanks, Richard

  • Buttons in nested MovieClips

    Forum, I'm making a zoomable and panable graphic and I have used four nested MCs as follows: main_mc->zoom_mc->pan_mc->content_mc. Main is top level and contains everything, zooming is done on zoom_mc, panning on pan_mc and my content is in content_m

  • Mail not working/stops

    When I open my e-mail the arrow forms a rainbow colored bal/circle and keeps turning. It is not possible to click anything in the Mail program. Others programs are in order and can be used, but Mail cannot be used. I have deleted and re-installed Mai