Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default annoying error

    I have a asp.net app. ( been working fine so far )

    Has anyone seen this before;

    "Cannot execute a program. The command being executed was
    c:\winnt\microsoft.net\framework\v1.0.3705\vbc.exe "

    It seems to have suddenly appeared after a restart to our
    server !

    thanks in advance
    Kevin dockerty Guest

  2. Similar Questions and Discussions

    1. Annoying imode.js error resolved
      There is an invalid XML declaration extention which causes that annoying imode.js error in dreamweaver mx 2004. Took several hours for me to...
    2. really annoying coldfusion MX java error
      Hi there, Anyone know why the following error occurs when trying to run a recently edited cfm file? I know a solution is to delte all of the old...
    3. 11.0.2. Always this annoying bug !
      Hi, When you start Freehand and the panels are disappeared, neither the shortcut F4 nor the menu View Panels helps. You have to go to Windows...
    4. Annoying syntax error
      For some reason I can't pin point, it is just bugging me like hell. <% dim strQuery strQuery = "UPDATE Gifts SET" strQuery = strQuery & "...
    5. Annoying IMP error
      Hi, I'm getting the following errorwhen importing my database from one server to another. .. . importing table "WWW_POLL" ...
  3. #2

    Default RE: annoying error

    Hi Kevin,

    From the error message, it seems it try to recomple your asp.net code with
    vbc.exe and failed to execute. You may try to open the project in VS.NET
    and rebuild it to see if it can fix the problem. You can also try to create
    a new web project to see if it can work.

    Luke
    Microsoft Online Support

    Get Secure! [url]www.microsoft.com/security[/url]
    (This posting is provided "AS IS", with no warranties, and confers no
    rights.)

    MSFT Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139