MZ@ !L!This program cannot be run in DOS mode. $ٙ|||.|. |Rich|PEL ,K)  o? *@P.rsrc@@@` H`xjk efghi m8nPh (@&X'p)*+?@ABC0DHE`FxGL~x  8 P h    r    ( @ X p        0 H ` x        8 P h        ( @ X p     ! "#-0.H/`0x134LMNO P8QPRhSTUVWXYZ([@eXfpglrx0H'`x!"#$%& `8Ph(@Xpl0@H ` p             0 @ P ` p             0 @ P ` p             0 @ P ` p             0 @ P ` p             0 @ P ` p             0 @ P ` p             0 @ P ` p             0 @ P ` p             0 @ P ` p             012np3489 H>`APDGThX   к`p0.`(0X^l  , 6>?.C:8D0H `QLRHU&pWX\@N `]^ah,@(RcPkP*(H)188VZ XHȫ  6 @" h   !hzPȎS\p_xude4x @D Dh^X\v0F{r^ XЧȬXBIdL HȆh\Lp2`0"( 8)V  PR  n x.P|Я" `LhF< J|ȕ82p  @ p8mt:xpxXl^0{pH`&Џ`P xtRlP3 `.hIRHELP.HTM4VS_VERSION_INFO n x n x?StringFileInfo040904B0LCompanyNameMicrosoft Corporation^FileDescriptionMicrosoft Debugger StringsZFileVersion9.0.30729.4462 built by: QFE8 InternalNamemsdbgui.dll.LegalCopyright Microsoft Corporation. All rights reserved.@ OriginalFilenamemsdbgui.dll^ProductNameMicrosoft Visual Studio 2008BProductVersion9.0.30729.4462DVarFileInfo$Translation &FileAE&xit&ToolsB&Options... Ctrl+OC&Permissions... Ctrl+P&HelpD&Usage F1E&About Remote Debugging MonitorTrayGOpenHOptions...IPermissions...JExit PC OB AKCLȀHAbout Remote Debugging MonitorMicrosoft Sans SerifP #-MicrosoftP 9.CopyrightP2OKȀOptionsMS Shell DlgPP1Server &name:P\ 3 P! @&Windows Authentication P2 AN&o Authentication (native only)P M2&Permissions...P>6TCP/IP &port number: P<M 7PJ 5&Allow any user to debugP d 8Maximum &idle time (seconds): PaU 9P2OKP2CancelPG0Authentication modeP u:No authentication mode should never be used on a network that might have hostile traffic, and only supports debugging native code.Pu;ȀOptionsMS Shell DlgPP6TCP/IP &port number: P4 7 P! @&Windows Authentication Ps AN&o Authentication (native only)P)/BAllow the following &users to debug: JP):,CSysListView32P'DA&ddP'E&RemoveP) 5Allow &any user to debugP 8Maximum &idle time (seconds): P4 9P2OKP2CancelP}0Authentication modeP :No authentication mode should never be used on a network that might have hostile traffic, and only supports debugging native code.P;Ȁ^Visual Studio Remote Debugging MonitorMS Shell DlgP_: 3PK2OKPK2>ExitP!+=An instance of msvsmon is already running on this machine under your user account. If you would like to run multiple instances of msvsmon, you must use a different server name. Please enter a new server name.P<P <I1Server &name:ȀaVisual Studio Remote Debugging MonitorMS Shell Dlg P_< 7PN2OKPN2>ExitP 1=An instance of msvsmon is already running on this machine in no authentication mode, or another process is already bound to the specified TCP/IP port. Please enter a new port number.P<P>I1TCP/IP &port number:ȀwConfigure Firewall for Remote DebuggingMS Shell DlgPP!O=FPJiWhat would you like to do? PWi GCancel remote debugging Pbi HUnblock remote debugging from computers on the local network (subnet) Pni IUnblock remote debugging from any computerX|2OKȀFVisual Studio Remote Debugging MonitorMS Shell DlgP32&YesP32&NoP!JTo continue debugging, the firewall needs to be configured. To configure the firewall, you need elevated privileges. PLP!'KDo you want to continue? Help for remote debugging

Help Topics:

  1. Server Names -- What is a server name?
  2. Security -- What is the difference between Windows Authentication and No Authentication?
  3. Setup -- How do I setup remote debugging?
  4. Remote Debugging Across User Accounts -- How do I debug to another user's computer?
  5. Service -- Should I run the remote debugger as a Service?
  6. Command Line -- What are the remote debugger command-line options? What do they do?
  7. User Interface -- What do user interface options do?


Server Names

Multiple users can run the remote debugger on the same computer. If two instances of the remote debugger are running on the same computer, how does Visual Studio decide which instance to connect to? Each instance of the remote debugger has a unique server name.

Server names are configurable. You can give an instance of the remote debugger any server name. Usually, the default server name is satisfactory. The default server name depends upon what user started the remote debugger. If a user user_name from domain domain_name is logged into computer computer_name, then the default server name would be domain_name\user_name@computer_name.

Connect to an instance of the remote debugger by entering the server name into the 'Attach To Process' dialog (Tools->Attach To Process or Debug->Attach To Process), or by entering the server name into the debugging properties for a project.

Sometimes, Visual Studio can determine which instance of the remote debugger to connect to based only on a computer name. If domain_name\user_name runs Visual Studio, then domain_name\user_name can connect to the remote debugger by entering just computer_name. However, if a custom server name (example: custom_name@computer_name) is used, or if a different user wants to connect to domain_name\user_name's instance of the remote debugger, the complete server would be necessary.


Security

The remote debugger supports two authentication modes:

  1. Windows Authentication mode
  2. No Authentication mode

Windows Authentication mode

Windows Authentication mode uses Windows's built-in security to provide a high level of security. Kerberos and/or NTLM authenticate all requests. RPC packet privacy is used to encrypt data traveling over the network.

No Authentication mode

No Authentication mode has no security. Visual Studio sends the current username to the remote debugger, but this information is not verified. No Authentication mode should never be used on a network that may have hostile traffic. No Authentication mode should never be used to remote debug across the Internet. No Authentication mode supports native debugging only.


Setup

There are several different ways to setup remote debugging.

Running the remote debugger off a file share

The easiest way to setup remote debugging is to run the remote debugger (msvsmon.exe) from a file share. Visual Studio installs msvsmon.exe into these directories:

 Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Remote Debugger\x86
 Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Remote Debugger\x64
 Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Remote Debugger\ia64
    

By sharing out the 'Remote Debugger' directory on the Visual Studio computer, you can run msvsmon.exe on the remote computer.

Features that will not work if msvsmon.exe is run from a share:

Running remote debugger setup on the remote computer

  1. Insert Visual Studio DVD into the remote computer.
  2. Navigate to the 'vs\Remote Debugger' folder on the DVD.
  3. Under the 'vs\Remote Debugger' folder, there is a subfolder for every processor architecture, i.e. x86, x64, and IA64 (supported SKUs only). Open the subfolder that matches the processor of your computer.
  4. Start rdbgsetup.exe, and follow the instructions to complete setup.


Remote Debugging Across User Accounts

Background

Remote debugging to a different user's computer is not as simple as remote debugging between two machines with the same user logged in.

There are two primary issues:

  1. Permissions -- by default, only an administrator or the user running the remote debugger can connect to the remote debugger.
  2. Specifying the server name -- Visual Studio needs to know which instance of the remote debugger you want to connect to. If the same user is running the remote debugger and Visual Studio, Visual Studio can find the remote debugger with only the remote computer name. However, if a different user is running the remote debugger, then Visual Studio must be told to connect to domain_name\user_name@remote_machine, not just remote_machine.

Walkthrough

Scenario: Alice and Bob are both connected to SomeDomain. Bob is having trouble with some software that Alice wrote. Alice wants debug the software on Bob's computer.

  1. Bob does not have the remote debugger on his computer. To setup the remote debugger, Alices share out the 'Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Remote Debugger' directory on her computer. She creates a file share called 'Remote'.
  2. Bob runs \\AliceComputer\Remote\x86\Msvsmon.exe
  3. After the remote debugger (Msvsmon.exe) starts up, Bob configures the remote debugger through the Tools->Permissions dialog. He gives Alice permission to debug. Alternatively, Bob could configure the remote debugger by passing the '/allow' option at startup.
  4. Alice starts Visual Studio
  5. In the Tools menu, Alice clicks Attach to Process
  6. Alice asks Bob to read her the server name shown in the Remote Debugging Monitor as the server name. It is SomeDomain\Bob@BobComputer.
  7. Alice connects to Bob's computer by entering SomeDomain\Bob@BobComputer into the name edit box.
  8. Alice selects the application, and starts debugging


Service

You can run the remote debugger as either a Windows service or a Windows application. Running the remote debugger as a service allows you to easily debug server applications such as ASP.NET without logging onto the remote computer.

Running the remote debugger as a service causes it to always run and listen on the network. It is not recommended to run the remote debugger as a service for debugging client applications.

With the Visual Studio 2008 Remote Debug Configuration wizard, you can control the username and password that the remote debugger service runs under. When the remote debugger is running as a service, the following requirements must be met to debug remotely:

  1. The user must be a member of the Administrators group to allow debugging of any process.
  2. The user must have network permissions so that the remote debugger can communicate with Visual Studio.
  3. The user must be granted the 'Log on as a service' privilege. This can be done with the 'Local Security Policy' administrative tool.

The default user for the remote debugger service is 'LocalSystem.' The LocalSystem account is recommended when both the remote computer is connected to a domain and Visual Studio is run by a domain user. This is because the LocalSystem account has administrative, network, and service privileges. In workgroup or cross-domain scenarios, use a local user account that exists on both the remote computer and the local computer where Visual Studio is running.

The name of the service is 'Visual Studio 2008 Remote Debugger'. It is recommended that you only control the service through the Visual Studio 2008 Remote Debugger Configuration wizard. If necessary, it can be controlled through the computer management administration tool, or on the command line -- 'net stop msvsmon90' or 'net start msvsmon90'.


Command Line

Description of all remote debugger command line options

Option Description
/allow user_name Allows specified users to connect to the remote debugger. Only fully trusted users should be allowed to debug. If a malicious user was given permission to connect, they would be able to take over the user account of the user running the remote debugger. User names should be semicolon or comma separated (example: SomeDomain\Bob;SomeDomain\Alice)
/name server_name This option changes the server name. This is useful if the same user wants to run multiple instances of the remote debugger on the same computer. For more information, see Server Names.
/timeout number_of_seconds Configures the number of seconds the remote debugger waits before exiting if no user is connected. In Windows Authentication mode, the default timeout is infinite. In No Authentication mode, the default timeout is 15 minutes.
/nostatus Starts the remote debugger with the status window hidden. The status window can be shown from the remote debugger's system tray icon.
/silent Tells the remote debugger not to show the user interface.
/noauth Switches the remote debugger from Windows Authentication mode to No Authentication mode. For more information, see Security.
/anyuser In No Authentication mode, Visual Studio sends the current user's username to the remote debugger. The remote debugger uses this username for a safety check to help prevent users from accidentally connecting to a different user's remote debugger. This option disables the safety check so that any user can connect.
/port port_number In No Authentication mode, the remote debugger opens a TCP/IP port to listen to network requests. This option changes the port number that the remote debugger listens on.
/noclrwarn The remote debugger tries to load the 2.0 Common Language Runtime (CLR). This option suppresses the warning that appears if the installed CLR is incompatible. This option is useful if you don't want to debug managed code.
/nosecuritywarn When using the '/noauth' or '/allow' command line options, the remote debugger normally displays a warning because both of these options are dangerous unless used with care. The '/nosecuritywarn' disables these warnings. This option should only be used if you understand the security implications of the '/noauth' and '/allow' options.
/noguestonlywarn When debugging between computers running on a workgroup, the operating system usually enables a security policy that is not compatible with debugging using Windows Authentication. This option turns off checking for this condition.
/nofirewallwarn Do not warn if the Windows Firewall blocks remote debugging.
/nowowwarn 64-bit versions of Windows are capable of running 32-bit applications. This technology is called 'WOW'. When running the remote debugger under WOW, it is not able to attach to 64-bit processes. This option turns off checking for this condition.


User Interface

Status window

The status window shows remote debugging events. Successful connections and successful initializations are shown.

Options dialog

Option Description
Server name Each instance of the remote debugger must have a unique name. This edit box shows this unique name. In Windows Authentication mode, this name can be changed. This is necessary if you want to run more then one instance of the remote debugger. For more information, see Server Names.
Windows Authentication This option enables Windows Authentication mode. For more information, see Security.
Permissions In Windows Authentication mode, this option opens the permissions dialog.
No Authentication This option enables No Authentication mode. For more information, see Security.
TCP/IP port number In No Authentication mode, the remote debugger will listen on a TCP/IP port. This option can be used to configure what TCP/IP port to listen on.
Allow any user to debug In No Authentication mode, Visual Studio sends the current user's username to the remote debugger. The remote debugger uses this username for a safety check to help prevent users from accidentally connecting to a different user's remote debugger. This option disables the safety check so that any user can connect.
Maximum idle time (seconds) Configures the number of seconds the remote debugger waits before exiting if no user is connected. In Windows Authentication mode, the default timeout is infinite. In No Authentication mode, the default timeout is 15 minutes.

Permissions dialog

In Windows Authentication mode, this dialog can be used to specify which users can connect and debug through the remote debugger. Only fully trusted users should be allowed to debug. If a malicious user was given permission to connect, they would be able to take over the user account of the user running the remote debugger.


H@=MS Shell DlgPs.&Welcome to the Visual Studio 2008 Remote Debugger Configuration WizardPsJThis wizard will configure how the remote debugger runs on this computer.PseTo continue, click Next.H@=MS Shell DlgP,A'PR, (&Run the "Visual Studio 2008 Remote Debugger" servicePc,)User account required to run the remote debugger. This account must have the privilege to 'Log on as a service' in the Local Security Policy and have network access rights. It is also recommended that this account be a member of the Administrators group.P1*&User name:P;+P1,&Password:P;-H@=MS Shell Dlg $P B.Allow &only computers on the local network (subnet) to connect to the remote debugger $P W /Allow &any computer to connect to the remote debuggerP,('P3,What would you like to do?H@=MS Shell DlgPs90Completing the Visual Studio Remote Debugger Configuration WizardPs3P91Failed to complete the Visual Studio Remote Debugger Configuration WizardPsHU4&Visual Studio Remote Debugging MonitorMicrosoft (R) Visual Studio Remote Debugging Monitor Copyright (C) Microsoft Corporation 2008. All rights reserved. usage: msvsmon [options] options: /allow:<dom>\<user> Allow 'user' to connect /name:<server_name> Sets the name of the msvsmon server /timeout:<time in seconds> Sets the maximum amount of idle time before msvsmon exits /nostatus Don't show the status Window on startup /silent Display no user interface /noauth Set authentication mode to 'no authentication'. /anyuser Allow any user to connect (no authentication mode only) /port:<number> Set the TCP/IP port number (no authentication mode only) /noclrwarn Do not warn if an incompatible v2.0+ CLR is installed /nosecuritywarn Do not warn if potentially insecure options are enabled /noguestonlywarn Do not warn about 'Guest only' network access local security policy /nofirewallwarn Do not warn if the Windows Firewall will block remote debugging /nowowwarn Do not warn when running under WOW64;Invalid command line argument. Execute msvsmon /? for help.The following users will have your privileges when they connect on your machine. This is a security risk. Users: '%s' Are you sure you want to allow them to debug? (Use /nosecuritywarn to suppress this warning)This is the Win32 version of the Remote Debug Monitor. This does not allow debugging of Win64 processes. Do you want to continue? (Use /nowowwarn to suppress this warning)Remote Debugging OptionsRemote DebuggingDebug@Visual Studio Remote Debugging Monitor [Authentication Disabled]FThe Remote Debugging Monitor is still running. Click here for details.The Windows Firewall on this machine is currently blocking remote debugging. Remote debugging requires that the remote debugging monitor be allowed to receive information from the network. Remote debugging also requires file sharing, DCOM (TCP Port 135) and IPSEC (UDP 4500 / UDP 500) be unblocked. For more information on remote debugging and firewalls, see the 'Remote Debugging' help topic in Visual Studio.The remote debugger has encountered a serious internal error, and must abort the remote debugging session. Please restart debugging.The remote debugger is unable to communicate with Visual Studio, and must abort the remote debugging session. Please restart debugging.The remote debugger was closed while a remote debugging session was active. This remote debugger must abort this session. To restart debugging, restart the remote debugger.6Visual Studio Remote Debugging Monitor (Administrator)PVisual Studio Remote Debugging Monitor [Authentication Disabled] (Administrator)The permissions for Remote Debugging have been changed so that additional users can debug. Users will have your privileges when they debug on your machine. This is a security risk. Are you sure you want to allow them to debug? Date and Time DescriptionEMsvsmon started a new server named '%s'. Waiting for new connections.aMsvsmon started a new server named '%s'. Authentication is disabled. Waiting for new connections. %s connected./Visual Studio Remote Debugging Monitor Version >Copyright (C) Microsoft Corporation 2008. All rights reserved.One or more users are currently connected. Exiting will abort these connections, which may result in data loss from Visual Studio. Please wait until all connections have ended. Are you sure you want to exit anyway?%u connectionsdWARNING: Remote debugging in 'No Authentication' mode is not a secure way to debug your application.Microsoft (R) Visual Studio Remote Debugging Monitor Copyright (C) Microsoft Corporation 2008. All rights reserved. usage: msvsmon [options] options: /allow:<dom>\<user> Allow 'user' to connect /port:<number> Set the TCP/IP port number /timeout:<time in seconds> Sets the maximum amount of idle time before msvsmon exits /nostatus Don't show the status Window on startup /silent Display no user interface /noauth Set authentication mode to 'no authentication'. /anyuser Allow any user to connect (no authentication mode only) /noclrwarn Do not warn if an incompatible v2.0+ CLR is installed /nosecuritywarn Do not warn if potentially insecure options are enabled.The Visual Studio Remote Debugging Monitor cannot debug managed code running on the currently installed version of the Microsoft .NET Framework. It requires version %u.%u.%u of the .NET Framework. This does not affect debugging native applications or application that use Microsoft .NET Framework version 1.0 or 1.1. Do you want to continue? (Use /noclrwarn to suppress this warning) Visual Studio Remote Debugging Monitor will not be able to debug applications because the 'Network access: Sharing and security model for local accounts' local security policy option is set to 'Guest only - local users authenticate as Guest'. This can be configured with the 'Local Security Settings' administration tool. Do you want to continue? (Use /noguestonlywarn to suppress this warning) Msvsmon has been launched with the '/noauth' option, which disables authentication. This is a security risk. This option should only be used on networks that have no hostile traffic, and should never be used to debug across the internet. NOTE: Running Msvsmon with the '/noauth' option can only be used to debug native code. Are you sure you want to continue? (Use /nosecuritywarn to suppress this warning) KThe following error occurred: %s View Msvsmon's help for more information.}Msvsmon was unable to allow user '%s' to connect. The following error occurred: %s View Msvsmon's help for more information.|Msvsmon was unable to start a server named '%s'. The following error occurred: %s View Msvsmon's help for more information.RYour new options can not be applied. %s View Msvsmon's help for more information.VMsvsmon was unable to launch a child process. %s No more connections can be accepted.,Could not configure the Windows firewall. %sWARNING: Unable to determine if the Windows Firewall is blocking remote debugging. %s (Use /nofirewallwarn to suppress this warning) Unable to start service '%s'. %sThe server name is invalid.The format of a server name is '<server-name>@<machine-name>'. '<Machine-name>' portion of this server name does not match this computer's name.+The length of the server name was too long.DAn instance of msvsmon with the same server name is already running.User name can not be found.ECannot stop server because one or more users are currently connected.<The operating system is newer than the debugger understands.CThe TCP/IP port number is invalid. Valid ports are from 1 to 65534.An instance of msvsmon is already running on this machine in no authentication mode, or another process is already bound to the specified TCP/IP port.+At least one user must be allowed to debug.Your network settings are currently incompatible with remote debugging. To debug with Windows authentication, go to Start -> Control Panel -> Network, change the access control setting to 'User-level access control', and restart the computer. Alternatively, if you are debugging a native application on a network without hostile traffic, you can disable security in Msvsmon. To debug without authentication, restart Msvsmon with the '/noauth' option. Consult Visual Studio's help for more information about remote debugging security.EUser name must include a domain name (example: 'MyDomain\MyUserName'):Your network settings are currently incompatible with remote debugging. For windows authentication to work, you must be logged into a domain. Verify the following settings: 1. When logging onto the computer, verify that you did not hit cancel at the logon prompt. 2. In Control Panel -> Network -> Configuration, verify that 'Client for Microsoft Networks' is installed. 3. In Control Panel -> Network -> Configuration, open up properties for 'Client for Microsoft Networks', and verify that 'Log on to Windows NT domain' is checked. Alternatively, if you are debugging a native application on a network without hostile traffic, you can disable security in Msvsmon. To debug without authentication, restart Msvsmon with the '/noauth' option. Consult Visual Studio's help for more information about remote debugging security.The remote debugger is not properly installed. On a Windows ME or Windows 98 computer, the debugger cannot be run off a file share. Run the remote debugger setup.Remote debugging is blocked because of an RPC policy on the local computer. To fix this problem, run regedit.exe, delete 'HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\RPC\RestrictRemoteClients', and reboot this computer.Windows Firewall does not currently allow exceptions. Use Control Panel to change the Windows Firewall settings so that exceptions are allowed.Cannot add an application to the Windows Firewall exception list. Use the Control Panel to manually configure the Windows Firewall.{Cannot add a port to the Windows Firewall exception list. Use the Control Panel to manually configure the Windows Firewall.Cannot add 'File and Printer Sharing' to the Windows Firewall exception list. Use the Control Panel to manually configure the Windows Firewall.KThe Visual Studio Remote Debugger does not support this edition of Windows.7Visual Studio 2008 Remote Debugger Configuration Wizard8Configure the Visual Studio 2008 Remote Debugger ServiceThe remote debugger can be run as either a Windows service or a Windows application. Running the remote debugger as a service allows administrators to easily debug server applications such as ASP.NET without logging on to the remote computer. However, running the remote debugger as a service causes it to always run and listen on the network. It is not recommended to run the remote debugger as a service for debugging client applications.,Configure the Windows Firewall for DebuggingThe Windows Firewall on this machine is currently blocking remote debugging. The remote debugger (msvsmon.exe) must be allowed to receive information from the network. Remote debugging also requires DCOM (TCP Port 135) and IPSEC (UDP 4500 / UDP 500) be unblocked.'%s To close this wizard, click Finish.\You have successfully completed the Visual Studio 2008 Remote Debugger Configuration Wizard. Verdana Bold12&Visual Studio Remote Debugging Monitor(Unable to configure remote debugging. %s.Could not open the remote debugger service. %s3Could not configure the remote debugger service. %saThe remote debugger service was successfully configured. However, the service failed to start. %s`The remote debugger service was successfully configured. However, the service failed to stop. %s=Unable to configure the Windows Firewall on this computer. %s8Unable to open the Windows Firewall on this computer. %sThe remote debugger service was successfully configured. However, the service did not start due to a logon failure. Verify that: 1. The password entered is correct. 2. The user has been granted the 'Log on as a service' privilege in the Local Security Policy administration tool.Remote debugging is blocked. The 'Network access: Sharing and security model for local accounts' local security policy option is set to 'Guest only - local users authenticate as Guest'. This can be configured with the 'Local Security Settings' administration tool.The class is not loaded.The expression is not valid.ThreadUnknown error.The function name is not valid.}No executable code is associated with this line. Possible causes include: conditional compilation or compiler optimizations.Program4Debug information has not been loaded for the class.The method is abstract.ManagedBreakpoint Type Not Supported.5A first chance exception of type '%s' occurred in %s 3An unhandled exception of type '%s' occurred in %s .No symbols have been loaded for this document.Symbol not found: %s.Symbols loaded.No symbols loaded.''%s' (%s): Loaded '%s', Symbols loaded.'%s' (%s): Loaded '%s'Unknown Module.0The address is not in the managed address space.Unmanaged threadUnmanaged function:Function breakpoints are only supported on the first line. <No Name> Line  bytes,The context does not belong to this program.+The function has not yet been JIT compiled.BData breakpoints are not supported in the Common Language Runtime.The condition is invalid.Lowest Below NormalNormalHighest Above NormalUnknown Time CriticalIdle Additional information: %s Due to the location of the changes in the source code during edit and continue, the debugger is unsure which statement to execute next. Verify the instruction pointer location and set next statement if required before continuing.3Cannot apply Edit and Continue changes to '%s' : %s8Unable to find an expression evaluator for the language.=The Common Language Runtime was unable to set the breakpoint./Cannot set breakpoint in an unmanaged function.6The breakpoint did not bind in the requested language.MThe specified function does not contain IL code or is not a managed function.8The specified address is not on an instruction boundary.[External Code]tSOS not available while Managed only debugging. To load SOS, enable unmanaged debugging in your project properties.nThe remote connection to the device has been lost. Please verify the device connection and restart debugging.Visual Studio has detected that a kernel debugger is present on the system. This may impact your debugging experience. The kernel debugger can be configured to allow debugging in Visual Studio. Please see Help for further details. Do you want to continue?Out of memory.Symbol information corrupt.Cannot open symbol file.Has mismatched timestamps.!Cannot find or open the PDB file.PDB does not match image.PDB format is obsolete.No matching binary found.Unknown symbol handler error.Access denied. No symbol information was found.%s: %s%s: %sEvaluation of: cCannot set module '%s' to be user code since either symbols weren't loaded or module is optimized. 4Unable to set 'just my code' status for module '%s'.LThis version of the Common Language Runtime does not support 'Just My Code.''Automatic symbol loading is turned off.Breakpoints cannot be set in method or class with the 'DebuggerNonUserCode' attribute when the debugger option 'Just My Code' is enabled.JAddress breakpoints are not preserved for methods edited during debugging.JAn exception of type '%s' occurred in %s but was not handled in user code 1An unknown exception of type '%s' occurred in %s [Managed to Native Transition]Unknown?Unable to start debugging. Check for one of the following. 1. The application you are trying to debug uses a version of the Microsoft .NET Framework that is not supported by the debugger. 2. The debugger has made an incorrect assumption about the Microsoft .NET Framework version your application is going to use. 3. The Microsoft .NET Framework version specified by you for debugging is incorrect. Please see the Visual Studio .NET debugger documentation for correctly specifying the Microsoft .NET Framework version your application is going to use for debugging.n a sleep, wait, or join]_A matching version of mscorlib.dll could not be found. Unable to do managed minidump debugging.)The specified module has not been loaded.[Appdomain Transition][Native to Managed Transition][Internal Frame (0x%x)][External Code]The source code is different from the original version. To allow the breakpoint to be hit when the source code is different, right-click on the breakpoint, choose 'Location...', and turn on 'Allow the source code to be different from the original version.' To allow this for all breakpoints, disable the option 'Require source files to exactly match the original version' under Tools, Options, Debugging, General.[Lightweight Function] The following module was built either with optimizations enabled or without debug information: %s To debug this module, change its project build configuration to Debug mode. To suppress this message, disable the 'Warn if no user code on launch' debugger option.Skipped loading symbols.hSymbols are not loaded automatically for modules containing optimized code when Just My Code is enabled.^Managed Debugging Assistant '%s' has detected a problem in '%s'. Additional Information: %s w'%s' (%s): Loaded '%s', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.Breakpoints cannot be set in method or class with the 'DebuggerHidden' attribute when the debugger option 'Just My Code' is enabled.Breakpoints cannot be set in method or class with the 'DebuggerStepThrough' attribute when the debugger option 'Just My Code' is enabled._Breakpoints cannot be set in optimized code when the debugger option 'Just My Code' is enabled.yBreakpoints cannot be set in code that is optimized or has no symbols when the debugger option 'Just My Code' is enabled.nSymbol search wasn't done for this module. Check if debug information was generated when the module was built.1'%s': not available while Managed only debugging.A fatal error has occurred and debugging needs to be terminated. For more details, please see the Microsoft Help and Support web site. HRESULT=0x%lx. ErrorCode=0x%lx.#This breakpoint could not be reset.7[Managed Debug Assistant triggered on Unmanaged Thread]aAn exception of type '%s' occurred in %s and wasn't handled in the appdomain it was thrown from ^An exception of type '%s' occurred in %s and wasn't handled before a managed/native boundary \[Frames below may not represent the location that triggered the Managed Debugging Assistant]The debugger attempted to call a function within the debugged process but this function did not complete in time. The state of the program was saved to '%s'. The debugger attempted to call a function within the debugged process but this function did not complete in time. The debugger failed to save the state of the program. %s An exception '{0}' occurred Worker ThreadGC Finalizer Thread Main Thread,Step into: Stepping over non-user code '%s' 5Step into: Stepping over method without symbols '%s' Step into: Stepping over property '%s'. To step into properties, go to Tools->Options->Debugging and uncheck 'Step over properties and operators (Managed only)'. Step into: Stepping over operator '%s' To step into operators, go to Tools->Options->Debugging and uncheck 'Step over properties and operators (Managed only)'. You have requested to step into a method which is not user code. In order to do this, Just My Code must be turned off. You can turn it on again in Tools->Options->Debugging->Enable Just My Code (Managed Only). Do you want to disable Just My Code?WARNING: Step into specific does not support stepping from managed code into unmanaged code. Stopping at the first call to unmanaged code with symbols. %s (invoking method '%s') SilverlightUUnable to start debugging. The Silverlight managed debugging package isn't installed.yUnable to start debugging. The required Silverlight debugging component '%s' was either not found or installed correctly.oUnable to start debugging. The application uses a version of Silverlight that isn't supported by this debugger.@Unable to attach to the process. A debugger is already attached.Unable to start debugging. A fatal error occurred. For more details, please see the Microsoft Help and Support web site. HRESULT=0x%lx.CPU CPU SegmentsFloating PointMMXSSESSE23DNow!Register Stack ApplicationBranchFlagsEffective AddressScriptunknown exceptionScript program Thread %XThe document is not loaded.'The code in the document is not loaded.Invalid breakpoint type.Unknown error.The expression is not valid.&The sub or function name is not valid.0No executable code is associated with this line.Scriptblank~This location could not be mapped to client side script. See the help topic 'ASPX Breakpoint Mapping' for more information.vServer to client breakpoint mapping is disabled. See the help topic 'ASPX Breakpoint Mapping' for more information.ThreadProgram)error: function evaluation on '%s' failed+error: function '%s' evaluation was aborted)error: function '%s' evaluation timed out)function '%s' evaluated and returned void)function '%s' evaluated and returned nullFerror: function '%s' cannot be evaluated on a thread that is suspended\error: function '%s' cannot be evaluated on a thread that is sleeping, waiting, or in a join{evaluation of function '%s' cannot take place because the thread is in a state in which function evaluation is not possibleNerror: function '%s' cannot be evaluated on a thread that has not been startederror: evaluation of function '%s' cannot take place because the thread is at a location at which function evaluation is not possibleerror: '%s' is not a function:error: arguments do not match parameters for function '%s'6error: IDE disallows function evaluations at this time\error: IDE disallows side-effects at this time and the expression might produce side-effects&error: Unable to evaluate a web methodperror: function %s cannot be evaluated because the last evaluation timed out; the debuggee must first be resumed9error: managed EE does not understand expression's syntax$error: unable to evaluate expression#error: identifier '%s' out of scope#error: expression '%s' out of scope<undefined value><cannot view indexed property>m<Function evaluation is disabled in debugger windows. Check your settings in Tools.Options.Debugging.General>7<error: an exception thrown during property evaluation>*<error: an exception of type: %s occurred>0<error: cannot evaluate field of a proxy object><class not loaded><no runtime value>/error: unable to access invalid memory locationerror: type '%s' out of scope,error: conditional operator is not supportederror: symbol '%s' not founderror: '%s' is nullerror: '%s%s%s' does not exist$error: * cannot be performed on '%s'$error: & cannot be performed on '%s'Aerror: '%s' is not an array or pointer. Indexing is not available.error: '%s' is null. Indexing is not available5error: index '%s' out of bound for pointer/array '%s'*error: object '%s' doesn't have an indexer$error: cannot array index the object%error: ++ cannot be performed on '%s'%error: -- cannot be performed on '%s'$error: ! cannot be performed on '%s'$error: ~ cannot be performed on '%s'$error: + cannot be performed on '%s'$error: - cannot be performed on '%s')error: '(%s)' cannot be performed on '%s'.error: == cannot be performed on '%s' and '%s'.error: != cannot be performed on '%s' and '%s'!error: relational operator failed-error: + cannot be performed on '%s' and '%s'-error: - cannot be performed on '%s' and '%s'-error: * cannot be performed on '%s' and '%s'-error: / cannot be performed on '%s' and '%s'.error: %% cannot be performed on '%s' and '%s'-error: & cannot be performed on '%s' and '%s'-error: | cannot be performed on '%s' and '%s'-error: ^ cannot be performed on '%s' and '%s'.error: || cannot be performed on '%s' and '%s'.error: && cannot be performed on '%s' and '%s'#error: cannot assign '%s' into '%s'$error: unknown format specifier '%s';error: format specifier '%s' is incompatible with type '%s'+Driver '%s' doesn't support sql debugging. Unable to load driver '%s'. '%1' could not be evaluated9Error while executing '%s' at line %d; SQL Error: %d "%s"CUnable to communicate with SQL Server %1; SQL Debugging terminated.0Unable to set SQL breakpoints for SQL Server %1.2Invalid line number specified with SQL breakpoint.6Invalid breakpoint type specified with SQL breakpoint.XUnable to bind SQL breakpoint at this time. Object containing the breakpoint not loaded.=Address location breakpoints not supported for SQL debugging.1Data breakpoints not supported for SQL debugging./Invalid breakpoint specified for SQL debugging.:Conditions not supported for breakpoints in SQL debugging. %1 Line %2Error while debugging: "%s"_User '%1' could not execute stored procedure 'master.dbo.sp_enable_sql_debug' on SQL Server %2.*Debugging is not enabled on SQL Server %1.The TSQL debugger has not been installed properly on the Visual Studio machine (ssdebugps.dll may not be registered properly). Run setup to install or repair the debugger.Unknown ServerUnknown Database? Dynamic T-SQLZT-SQL execution ended without debugging. You may not have sufficient permissions to debug.QUnable to communicate with SQL Server %1; SQL Debugging could not be initialized.tThere is already a SQL CLR debugger attached to SQL Server %1; SQL CLR debugging is disabled for this debug session.4Unable to access the SQL Server debugging interface.$Internal compiler error (0x%1!8.8x!) Out of memoryWarning treated as error8Compiler option '%1!ls!' must be followed by an argument)Metadata file '%1!ls!' could not be foundCUnexpected common language runtime initialization error -- '%1!ls!'@Unexpected error reading metadata from file '%2!ls!' -- '%1!ls!'6Metadata file '%2!ls!' could not be opened -- '%1!ls!'"Unexpected fatal error -- '%1!ls!'kThe base class or interface '%2!ls!' in assembly '%3!ls!' referenced by type '%1!ls!' could not be resolvedrThe type '%1!ls!' is defined in an assembly that is not referenced. You must add a reference to assembly '%2!ls!'.>Unexpected error writing metadata to file '%2!ls!' -- '%1!ls!')Required file '%1!ls!' could not be found%The name of type '%1!ls!' is too longsType parameter '%1!ls!' has no matching typeparam tag in the XML comment on '%2!ls!' (but other type parameters do)EUnexpected error building metadata name for type '%1!ls!' -- '%2!ls!'KThe base class or interface of '%1!ls!' could not be resolved or is invalidC'%1!ls!': type must be '%3!ls!' to match overridden member '%2!ls!'kDo not use 'System.Runtime.CompilerServices.FixedBuffer' attribute. Use the 'fixed' field modifier instead.HAssignment made to same variable; did you mean to assign something else?IComparison made to same variable; did you mean to compare something else?6Error reading Win32 resource file '%1!ls!' -- '%2!ls!'jExpression will always cause a System.NullReferenceException because the default value of '%1!ls!' is nullGClass '%1!ls!' cannot have multiple base classes: '%2!ls!' and '%3!ls!'3Base class '%1!ls!' must come before any interfacesSXML comment on '%2!ls!' has cref attribute '%1!ls!' that refers to a type parameteriValue specified for the argument to 'System.Runtime.InteropServices.DefaultCharSetAttribute' is not validFriend assembly reference '%1!ls!' is invalid. InternalsVisibleTo declarations cannot have a version, culture, public key token, or processor architecture specified.Friend assembly reference '%1!ls!' is invalid. Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations.vCannot send error report automatically without authorization. Please visit '%1!ls!' to authorize sending error report.<'%1!ls!' cannot declare a body because it is marked abstractR'%1!ls!' must declare a body because it is not marked abstract, extern, or partial+'%1!ls!' cannot be both abstract and sealed5The abstract method '%1!ls!' cannot be marked virtual-The constant '%1!ls!' cannot be marked static<'%1!ls!': cannot override because '%2!ls!' is not a functionk'%1!ls!': cannot override inherited member '%2!ls!' because it is not marked virtual, abstract, or override['%1!ls!': cannot change access modifiers when overriding '%2!ls!' inherited member '%3!ls!'J'%1!ls!': return type must be '%3!ls!' to match overridden member '%2!ls!'1'%1!ls!': cannot derive from sealed type '%2!ls!'9An expression tree may not contain an assignment operatorDAn anonymous type cannot have multiple properties with the same nameSA lambda expression with a statement body cannot be converted to an expression tree_Cannot convert lambda to an expression tree whose type argument '%1!ls!' is not a delegate type2Cannot use anonymous type in a constant expression`The first operand of an 'is' or 'as' operator may not be a lambda expression or anonymous methodGAn expression tree may not contain a multidimensional array initializerArgument missing'%1!ls!' must declare a body because it is not marked abstract or extern. Automatically implemented properties must define both get and set accessors.8Cannot use local variable '%1!ls!' before it is declaredy'%1!ls!': Automatically implemented properties cannot be used inside a type marked with StructLayout(LayoutKind.Explicit)Backing field for automatically implemented property '%1!ls!' must be fully assigned before control is returned to the caller. Consider calling the default constructor from a constructor initializer.yCannot use local variable '%1!ls!' before it is declared. The declaration of the local variable hides the field '%2!ls!'.G'%1!ls!' is abstract but it is contained in non-abstract class '%2!ls!'V'%1!ls!': static constructor cannot have an explicit 'this' or 'base' constructor callA'%1!ls!': access modifiers are not allowed on static constructors'Constructor '%1!ls!' cannot call itself='%1!ls!' has no base class and cannot call a base constructor3Predefined type '%1!ls!' is not defined or imported0Predefined type '%1!ls!' is declared incorrectly5'%1!ls!': structs cannot call base class constructorsKStruct member '%1!ls!' of type '%2!ls!' causes a cycle in the struct layout)'%1!ls!': interfaces cannot declare types Interfaces cannot contain fields&Interfaces cannot contain constructors3Type '%1!ls!' in interface list is not an interface,'%1!ls!' is already listed in interface listRInherited interface '%2!ls!' causes a cycle in the interface hierarchy of '%1!ls!'4'%1!ls!': interface members cannot have a definition1'%1!ls!' hides inherited abstract member '%2!ls!'>'%1!ls!' does not implement inherited abstract member '%2!ls!'5'%1!ls!' does not implement interface member '%2!ls!'JThe class System.Object cannot have a base class or implement an interface>'%1!ls!' in explicit interface declaration is not an interfaceG'%1!ls!' in explicit interface declaration is not a member of interface?'%1!ls!': containing type does not implement interface '%2!ls!'R'%1!ls!': explicit interface declaration can only be declared in a class or structA'%1!ls!': member names cannot be the same as their enclosing type>'%1!ls!': the enumerator value is too large to fit in its typez'%1!ls!' does not implement interface member '%2!ls!'. '%3!ls!' cannot implement an interface member because it is static.~'%1!ls!' does not implement interface member '%2!ls!'. '%3!ls!' cannot implement an interface member because it is not public.'%1!ls!' does not implement interface member '%2!ls!'. '%3!ls!' cannot implement '%2!ls!' because it does not have the matching return type of '%4!ls!'.+'%1!ls!' duplicate TypeForwardedToAttribute<A query body must end with a select clause or a group clause Expected contextual keyword 'on'$Expected contextual keyword 'equals' Expected contextual keyword 'by'Invalid anonymous type member declarator. Anonymous type members must be declared with a member assignment, simple name or member access.%Invalid initializer member declaratorYInconsistent lambda parameter usage; parameter types must be all explicit or all implicitrA partial method cannot have access modifiers or the virtual, abstract, override, new, sealed, or extern modifiersJA partial method must be declared within a partial class or partial structBCannot do member lookup in '%1!ls!' because it is a type parameterrInvalid constraint type. A type used as a constraint must be an interface, a non-sealed class or a type parameter.;'%1!ls!': cannot declare instance members in a static class2'%2!ls!': cannot derive from static class '%1!ls!'0Static classes cannot have instance constructors)Static classes cannot contain destructors6Cannot create an instance of the static class '%1!ls!'_Static class '%1!ls!' cannot derive from type '%2!ls!'. Static classes must derive from object.4'%1!ls!': static classes cannot implement interfaces>'%1!ls!': static classes cannot contain user-defined operators&Cannot convert to static type '%1!ls!'6'%1!ls!': static classes cannot be used as constraints7'%1!ls!': static types cannot be used as type arguments1'%1!ls!': array elements cannot be of static type3'%1!ls!': cannot declare indexers in a static class3'%1!ls!': static types cannot be used as parameters5'%1!ls!': static types cannot be used as return types1Cannot declare a variable of static type '%1!ls!'A throw statement with no arguments is not allowed in a finally clause that is nested inside the nearest enclosing catch clausePossibly incorrect assignment to local '%1!ls!' which is the argument to a using or lock statement. The Dispose call or unlocking will happen on the original value of the local.SType '%1!ls!' is defined in this assembly, but a type forwarder is specified for itDCannot forward type '%1!ls!' because it is a nested type of '%2!ls!'HThe type forwarder for type '%1!ls!' in assembly '%2!ls!' causes a cycle%Cannot forward generic type, '%1!ls!'\The /moduleassemblyname option may only be specified when building a target type of 'module'CInvalid type specified as an argument for TypeForwardedTo attributehThe property or indexer '%1!ls!' cannot be used in this context because the set accessor is inaccessiblerThe accessibility modifier of the '%1!ls!' accessor must be more restrictive than the property or indexer '%2!ls!']Cannot specify accessibility modifiers for both accessors of the property or indexer '%1!ls!'N'%1!ls!': accessibility modifiers may not be used on accessors in an interface|'%1!ls!': accessibility modifiers on accessors may only be used if the property or indexer has both a get and a set accessorN'%1!ls!' does not implement interface member '%2!ls!'. '%3!ls!' is not public.V'%1!ls!' does not implement the '%2!ls!' pattern. '%3!ls!' is ambiguous with '%4!ls!'.Z'%1!ls!' does not implement the '%2!ls!' pattern. '%3!ls!' is either static or not public.S'%1!ls!' does not implement the '%2!ls!' pattern. '%3!ls!' has the wrong signature.Friend access was granted to '%1!ls!', but the output assembly is named '%2!ls!'. Try adding a reference to '%1!ls!' or changing the output assembly name to match.There is no defined ordering between fields in multiple declarations of partial class or struct '%1!ls!'. To specify an ordering, all instance fields must be in the same declaration.*The type '%1!ls!' cannot be declared const<'%1!ls!': cannot override because '%2!ls!' is not a propertyT'%1!ls!': cannot override because '%2!ls!' does not have an overridable get accessorT'%1!ls!': cannot override because '%2!ls!' does not have an overridable set accessor3'%1!ls!': property or indexer cannot have void type='%1!ls!': property or indexer must have at least one accessor9'%1!ls!' is a new virtual member in sealed class '%2!ls!'@'%1!ls!' adds an accessor not found in interface member '%2!ls!'GExplicit interface implementation '%1!ls!' is missing accessor '%2!ls!'J'%1!ls!': user-defined conversions to or from an interface are not allowedJ'%1!ls!': user-defined conversions to or from a base class are not allowedM'%1!ls!': user-defined conversions to or from a derived class are not allowedpUser-defined operator cannot take an object of the enclosing type and convert to an object of the enclosing typeBUser-defined conversion must convert to or from the enclosing type2Duplicate user-defined conversion in type '%1!ls!'AUser-defined operator '%1!ls!' must be declared static and publicDThe parameter type for ++ or -- operator must be the containing type0Missing compiler required member '%1!ls!.%2!ls!''%1!ls!' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are '%2!ls!'. All attributes in this block will be ignored.^'%1!ls!' is not a recognized attribute location. All attributes in this block will be ignored.U'%1!ls!' overrides Object.Equals(object o) but does not override Object.GetHashCode()Y'%1!ls!' defines operator == or operator != but does not override Object.Equals(object o)V'%1!ls!' defines operator == or operator != but does not override Object.GetHashCode()j'%1!ls!' cannot specify only Out attribute on a ref parameter. Use both In and Out attributes, or neither.I'%1!ls!' cannot define overloaded methods that differ only on ref and outLiteral of type double cannot be implicitly converted to type '%2!ls!'; use an '%1!ls!' suffix to create a literal of this type^Assignment in conditional expression is always constant; did you mean to use == instead of = ?1'%1!ls!': new protected member declared in struct{Two indexers have different names; the IndexerName attribute must be used with the same name on every indexer within a typeKA class with the ComImport attribute cannot have a user-defined constructorField cannot have void typeUnexpected character '%1!ls!'9'%1!ls!': static classes cannot contain protected membersA previous catch clause already catches all exceptions. All non-exceptions thrown will be wrapped in a System.Runtime.CompilerServices.RuntimeWrappedException.YThe operand of an increment or decrement operator must be a variable, property or indexervUse of possibly unassigned field '%1!ls!'. Struct instance variables are initially unassigned if struct is unassigned.'%1!ls!' does not contain a definition for '%2!ls!' and no extension method '%2!ls!' accepting a first argument of type '%1!ls!' could be found (are you missing a using directive or an assembly reference?)=The parameter of a unary operator must be the containing typeFOne of the parameters of a binary operator must be the containing typeThe first operand of an overloaded shift operator must have the same type as the containing type, and the type of the second operand must be int#Interfaces cannot contain operators:Structs cannot contain explicit parameterless constructorsN'%1!ls!': cannot override '%2!ls!' because it is not supported by the language)'%1!ls!' is not supported by the language5'%1!ls!': cannot explicitly call operator or accessorM'%1!ls!': cannot reference a type through an expression; try '%2!ls!' instead<'%1!ls!': cannot have instance field initializers in structs+Name of destructor must match name of class(Only class types can contain destructorsInvalid parameter type 'void'>The using alias '%1!ls!' appeared previously in this namespaceCannot access protected member '%1!ls!' via a qualifier of type '%2!ls!'; the qualifier must be of type '%3!ls!' (or derived from it)BInvalid reference option: '%1!ls!' -- cannot reference directoriesd'%1!ls!' cannot be added to this assembly because it already is an assembly; use '/R' option instead?Added module '%1!ls!' has unresolved reference to type '%2!ls!'DAdded module '%2!ls!' references module '%1!ls!' which was not addedProperty, indexer, or event '%1!ls!' is not supported by the language; try directly calling accessor methods '%2!ls!' or '%3!ls!'tProperty, indexer, or event '%1!ls!' is not supported by the language; try directly calling accessor method '%2!ls!'-Keyword 'void' cannot be used in this contextACryptographic failure while signing assembly '%2!ls!' -- '%1!ls!'+Appropriate cryptographic service not found)Indexers must have at least one parameter=Invalid reference alias option: '%1!ls!=' -- missing filename+You cannot redefine the global extern aliasYReference to type '%1!ls!' claims it is nested within '%2!ls!', but it could not be foundvReference to type '%1!ls!' claims it is defined in this assembly, but it is not defined in source or any added modulesVReference to type '%1!ls!' claims it is defined in '%2!ls!', but it could not be foundrThe predefined type '%1!ls!' is defined in multiple assemblies in the global alias; using definition from '%2!ls!'yLocal '%1!ls!' or its members cannot have their address taken and be used inside an anonymous method or lambda expressiontSource file has exceeded the limit of 16,707,565 lines representable in the PDB; debug information will be incorrectCannot convert anonymous method block without a parameter list to delegate type '%1!ls!' because it has one or more out parameters@Attribute '%1!ls!' is only valid on methods or attribute classesrAccessing a member on '%1!ls!' may cause a runtime exception because it is a field of a marshal-by-reference classyInvalid #pragma checksum syntax; should be #pragma checksum "filename" "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}" "XXXX..."&Warning level must be in the range 0-4;Invalid option '%1!ls!' for /debug; must be full or pdbonly7Unrecognized value '%1!ls!' provided for '/test' option@Fixed size buffer of length '%1!d!' and type '%2!ls!' is too big7Fixed size buffers must have a length greater than zerobYou cannot use fixed size buffers contained in unfixed expressions. Try using the fixed statement.jAttribute '%1!ls!' is not valid on property or event accessors. It is only valid on '%2!ls!' declarations.>Invalid search path '%1!ls!' specified in '%2!ls!' -- '%3!ls!'&__arglist is not valid in this context#params is not valid in this context;A namespace declaration cannot have modifiers or attributesJInvalid option '%1!ls!' for /platform; must be anycpu, x86, Itanium or x64Anonymous methods, lambda expressions, and query expressions inside structs cannot access instance members of 'this'. Consider copying 'this' to a local variable outside the anonymous method, lambda expression or query expression and using the local instead._'%1!ls!': type used in a using statement must be implicitly convertible to 'System.IDisposable'!Enums cannot have type parameters<Parameter '%1!d!' must be declared with the '%2!ls!' keywordBParameter '%1!d!' should not be declared with the '%2!ls!' keywordEParameter '%1!d!' is declared as type '%2!ls!' but should be '%3!ls!'IInvalid extern alias for '/reference'; '%1!ls!' is not a valid identifierIControl cannot leave the body of an anonymous method or lambda expressionUnrecognized #pragma directiveExpected disable or restoreCCannot restore warning 'CS%1!04d!' because it was disabled globally;__arglist is not allowed in the parameter list of iterators6Iterators cannot have unsafe parameters or yield types['%1!ls!' is a reserved identifier and cannot be used when ISO language version mode is usedoThe managed coclass wrapper class signature '%1!ls!' for interface '%2!ls!' is not a valid class name signatureforeach statement cannot operate on variables of type '%1!ls!' because it implements multiple instantiations of '%2!ls!'; try casting to a specific interface instantiationQA fixed size buffer field must have the array size specifier after the field name7Fixed size buffer fields may only be members of structs<Not all code paths return a value in %1!ls! of type '%2!ls!'oFeature '%1!ls!' cannot be used because it is not part of the standardized ISO-%2!ls! C# language specificationzFeature '%1!ls!' is not part of the standardized ISO C# language specification, and may not be accepted by other compilersCKeyword, identifier, or string expected after verbatim specifier: @=An expression is too long or complex to compile near '%1!ls!'&'%1!ls!' is not a valid warning numberQInvalid option '%1!ls!'; Resource visibility must be either 'public' or 'private'TThe type of the argument to the DefaultValue attribute must match the parameter typeKThe DefaultValue attribute is not applicable on parameters of type '%1!ls!'JArgument of type '%1!ls!' is not applicable for the DefaultValue attributeAccess to member '%1!ls!' through a 'base' keyword from an anonymous method, lambda expression, query expression, or iterator results in unverifiable code. Consider moving the access into a helper method on the containing type.+Duplicate initialization of member '%1!ls!'EMember '%1!ls!' cannot be initialized. It is not a field or property.MStatic field or property '%1!ls!' cannot be assigned in an object initializerMembers of readonly field '%1!ls!' of type '%2!ls!' cannot be assigned with an object initializer because it is of a value typeyMembers of property '%1!ls!' of type '%2!ls!' cannot be assigned with an object initializer because it is of a value type6Unsafe type '%1!ls!' cannot be used in object creationSOption '%1!ls!' overrides attribute '%2!ls!' given in a source file or added moduleIInvalid option '%1!ls!' for /langversion; must be ISO-1, ISO-2 or DefaultKCannot create delegate with '%1!ls!' because it has a Conditional attribute/Cannot create temporary file '%2!ls!' -- %1!ls!9Argument '%1!d!' must be passed with the '%2!ls!' keywordRThe yield statement cannot be used inside an anonymous method or lambda expression~Cannot return a value from an iterator. Use the yield return statement to return a value, or yield break to end the iteration.+Iterators cannot have ref or out parameterscThe body of '%1!ls!' cannot be an iterator block because '%2!ls!' is not an iterator interface type,Cannot yield in the body of a finally clauseCCannot yield a value in the body of a try block with a catch clause&Expression expected after yield returnkCannot use ref or out parameter '%1!ls!' inside an anonymous method, lambda expression, or query expression'Unsafe code may not appear in iteratorsNInvalid option '%1!ls!' for /errorreport; must be prompt, send, queue, or none2Cannot yield a value in the body of a catch clause,Different checksum values given for '%1!ls!'Circular assembly reference '%1!ls!' does not match the output assembly name '%2!ls!'. Try adding a reference to '%1!ls!' or changing the output assembly name to match.UUse command line option '/%1!ls!' or appropriate project settings instead of '%2!ls!'=Assembly reference '%1!ls!' is invalid and cannot be resolved\Assuming assembly reference '%1!ls!' matches '%2!ls!', you may need to supply runtime policy\Assuming assembly reference '%1!ls!' matches '%2!ls!', you may need to supply runtime policytAn assembly with the same identity '%1!ls!' has already been imported. Try removing one of the duplicate references.An assembly with the same simple name '%1!ls! has already been imported. Try removing one of the references or sign them to enable side-by-side.\Assembly '%1!ls!' uses '%2!ls!' which has a higher version than referenced assembly '%3!ls!'AExpression cannot contain anonymous methods or lambda expressionsUDelegate '%1!ls!' bound to '%2!ls!' instead of '%3!ls!' because of new language rules@Fixed size buffers can only be accessed through locals or fields6Filename specified for preprocessor directive is emptyBXML comment on '%2!ls!' has a duplicate typeparam tag for '%1!ls!'eXML comment on '%2!ls!' has a typeparam tag for '%1!ls!', but there is no type parameter by that nameOCannot bind delegate to '%1!ls!' because it is a member of 'System.Nullable<T>'D'%1!ls!' does not contain a constructor that takes '%2!d!' argumentsAssembly and module attributes must precede all other elements defined in a file except using clauses and extern alias declarationsBConflicting options specified: Win32 resource file; Win32 manifest6Error reading Win32 manifest file '%1!ls!' -- '%2!ls!'HIgnoring /win32manifest for module because it only applies to assembliesCannot convert '%1!ls!' to delegate because some of the return types in the block are not implicitly convertible to the delegate return typeExpected parameterExpected expression;Error generating XML documentation file '%1!ls!' ('%2!ls!')8XML comment on '%2!ls!' has badly formed XML -- '%1!ls!'>XML comment on '%2!ls!' has a duplicate param tag for '%1!ls!'\XML comment on '%2!ls!' has a param tag for '%1!ls!', but there is no parameter by that namefParameter '%1!ls!' has no matching param tag in the XML comment for '%2!ls!' (but other parameters do)NXML comment on '%2!ls!' has cref attribute '%1!ls!' that could not be resolved.A stackalloc expression requires [] after typeCThe line number specified for #line directive is missing or invalid$Assembly generation failed -- %1!ls!5Filename, single-line comment or end-of-line expectedforeach statement cannot operate on variables of type '%1!ls!' because '%2!ls!' does not contain a public definition for '%3!ls!'JInvalid type for parameter '%1!d!' in XML comment cref attribute: '%2!ls!'1Invalid return type in XML comment cref attribute+'%1!ls!' is not a valid Win32 resource fileCompilation cancelled by user7Method or delegate parameter cannot be of type '%1!ls!'1Cannot assign to '%1!ls!' because it is read-onlyECannot pass '%1!ls!' as a ref or out argument because it is read-only;Assembly signing failed; output may not be signed -- %1!ls!Assembly generation -- %1!ls!3The Required attribute is not permitted on C# types9Modifiers cannot be placed on event accessor declarationsRUnable to delete temporary file '%1!ls!' used for default Win32 resource -- %2!ls!5The params parameter cannot be declared as ref or outGCannot modify the return value of '%1!ls!' because it is not a variablezThe managed coclass wrapper class '%1!ls!' for interface '%2!ls!' cannot be found (are you missing an assembly reference?)^'%1!ls!' is ambiguous between '%2!ls!' and '%3!ls!'; use either '@%1!ls!' or '%1!ls!Attribute'?Argument '%1!d!' should not be passed with the '%2!ls!' keywordiMembers of readonly field '%1!ls!' cannot be modified (except in a constructor or a variable initializer)XMembers of readonly field '%1!ls!' cannot be passed ref or out (except in a constructor)yFields of static readonly field '%1!ls!' cannot be assigned to (except in a static constructor or a variable initializer)eFields of static readonly field '%1!ls!' cannot be passed ref or out (except in a static constructor):Cannot modify members of '%1!ls!' because it is a '%2!ls!'PCannot pass fields of '%1!ls!' as a ref or out argument because it is a '%2!ls!'2Cannot assign to '%1!ls!' because it is a '%2!ls!'FCannot pass '%1!ls!' as a ref or out argument because it is a '%2!ls!'!%1!ls!. See also error CS%2!04d!.HCannot convert %1!ls! to type '%2!ls!' because it is not a delegate typeuCannot convert %1!ls! to delegate type '%2!ls!' because the parameter types do not match the delegate parameter typesCannot convert %1!ls! to delegate type '%2!ls!' because some of the return types in the block are not implicitly convertible to the delegate return typeFixed size buffer type must be one of the following: bool, byte, short, int, long, char, sbyte, ushort, uint, ulong, float or doubleKXML comment on '%2!ls!' has syntactically incorrect cref attribute '%1!ls!'>Member modifier '%1!ls!' must precede the member type and name8Array creation must have array size or array initializer5XML comment is not placed on a valid language element>Cannot determine common language runtime directory -- '%1!ls!'BUnable to include XML fragment '%2!ls!' of file '%1!ls!' -- %3!ls!%Invalid XML include element -- %1!ls!@Missing XML comment for publicly visible type or member '%1!ls!'6Badly formed XML in included comments file -- '%1!ls!'1Delegate '%1!ls!' does not take '%2!d!' arguments,Delegate '%1!ls!' has some invalid arguments}XML parser could not be loaded for the following reason: '%2!ls!'. The XML documentation file '%1!ls!' will not be generated.5Semicolon after method or accessor block is not valid<error><null>.(Location of symbol related to previous error)0(Location of symbol related to previous warning)=<!-- Badly formed XML comment ignored for member "%1!ls!" -->I<error><!-- Badly formed XML file "%1!ls!" cannot be included --></error>. Failed to insert some or all of included XML  Include tag is invalid ? No matching elements were found for the following include tag Missing file attributeMissing path attribute<global namespace><this assembly>(Identifier '%1!ls!' is not CLS-compliant1'%1!ls!': base type '%2!ls!' is not CLS-compliantG'%1!ls!': CLS-compliant interfaces must have only CLS-compliant members4'%1!ls!': only CLS-compliant members can be abstractnYou must specify the CLSCompliant attribute on the assembly, not the module, to enable CLS compliance checkingRAdded modules must be marked with the CLSCompliant attribute to match the assemblyf'%1!ls!' cannot be marked as CLS-compliant because the assembly does not have a CLSCompliant attributeJ'%1!ls!' has no accessible constructors which use only CLS-compliant types2Arrays as attribute arguments is not CLS-compliantvYou cannot specify the CLSCompliant attribute on a module that differs from the CLSCompliant attribute on the assemblyd'%1!ls!' cannot be marked as CLS-compliant because it is a member of non-CLS-compliant type '%2!ls!'nCLS compliance checking will not be performed on '%1!ls!' because it is not visible from outside this assemblyk'%1!ls!' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attributegCLSCompliant attribute has no meaning when applied to parameters. Try putting it on the method instead.iCLSCompliant attribute has no meaning when applied to return types. Try putting it on the method instead.5Methods with variable arguments are not CLS-compliant+Argument type '%1!ls!' is not CLS-compliant,Return type of '%1!ls!' is not CLS-compliant%Type of '%1!ls!' is not CLS-compliant=Mixed and decomposed Unicode characters are not CLS-compliant?Identifier '%1!ls!' differing only in case is not CLS-compliant_Overloaded method '%1!ls!' differing only in ref or out, or in array rank, is not CLS-compliantUOverloaded method '%1!ls!' differing only by unnamed array types is not CLS-compliant-Constraint type '%1!ls!' is not CLS-compliant/CLS-compliant field '%1!ls!' cannot be volatileR'%1!ls!' is not CLS-compliant because base interface '%2!ls!' is not CLS-compliant;Array type specifier, [], must appear before parameter nameHDeclaration is not valid; use '%1!ls! operator <dest-type> (...' insteadCDeclaration is not valid; use '<type> operator %1!ls! (...' instead1Could not find '%1!ls!' specified for Main methodB'%1!ls!' specified for Main method must be a valid class or structLCannot use '%1!ls!' for Main method because it is in a different output file4'%1!ls!' does not have a suitable static Main method:Cannot use '%1!ls!' for Main method because it is importeddInvalid filename specified for preprocessor directive. Filename is too long or not a valid filename.&Output filename is too long or invalid:Outputs without source must have the /out option specified.Output '%1!ls!' does not have any source files.Method or delegate cannot return type '%1!ls!'>Conflicting options specified: Win32 resource file; Win32 icon0Error reading resource file '%1!ls!' -- '%2!ls!''Error generating Win32 resource: %1!ls!HNamespace '%2!ls!' contains a definition conflicting with alias '%1!ls!'The Conditional attribute is not valid on '%1!ls!' because it is a constructor, destructor, operator, or explicit interface implementationVThe Conditional attribute is not valid on '%1!ls!' because its return type is not voidDuplicate '%1!ls!' attribute;The Conditional attribute is not valid on interface membersInternal Compiler Error (0x%1!8.8x! at address %3!p!): likely culprit is '%2!ls!'. An internal error has occurred in the compiler. To work around this problem, try simplifying or changing the program near the locations listed below. Locations at the top of the list are closer to the point at which the internal error occurred. Errors such as this can be reported to Microsoft by using the /errorreport option. 7Internal Compiler Error: stage '%2!ls!' symbol '%1!ls!''Internal Compiler Error: stage '%1!ls!''Internal Compiler Error: stage '%1!ls!''Internal Compiler Error: stage '%1!ls!'$Internal Compiler Error: stage 'LEX'&Internal Compiler Error: stage 'PARSE')User-defined operators cannot return void0Invalid value for argument to '%1!ls!' attributedAttribute '%1!ls!' is not valid on this declaration type. It is only valid on '%2!ls!' declarations.=Floating-point constant is outside the range of type '%1!ls!'AThe Guid attribute must be specified with the ComImport attribute3Invalid value for named attribute argument '%1!ls!'RThe DllImport attribute must be specified on a method marked 'static' and 'extern'AThe feature '%1!ls!' is deprecated. Please use '%2!ls!' instead'.BCannot set the IndexerName attribute on an indexer marked override,Field or property cannot be of type '%1!ls!')Array elements cannot be of type '%1!ls!''%1!ls!' is obsolete"'%1!ls!' is not an attribute class'%1!ls!' is not a valid named attribute argument. Named attribute arguments must be fields which are not readonly, static, or const, or read-write properties which are public and not static.'%1!ls!' is obsolete: '%2!ls!'Indexers cannot have void type7'%1!ls!': virtual or abstract members cannot be privatehCan only use array initializer expressions to assign to array types. Try using a new expression instead.kArray initializers can only be used in a variable or field initializer. Try using a new expression instead.IAttribute '%1!ls!' is only valid on classes derived from System.Attribute!Possible mistaken empty statement+'%1!ls!' duplicate named attribute argument2'%1!ls!' cannot derive from special class '%2!ls!'Identifier too longJCannot specify the DefaultMember attribute on a type containing an indexer-Error emitting '%2!ls!' attribute -- '%1!ls!'0'%1!ls!' is a type not supported by the languageRField '%1!ls!' is never assigned to, and will always have its default value %2!ls!Bad array declarator: To declare a managed array the rank specifier precedes the variable's identifier. To declare a fixed size buffer field, use the fixed keyword before the field type.^Comparison to integral constant is useless; the constant is outside the range of type '%1!ls!'<Cannot apply attribute class '%1!ls!' because it is abstractc'%1!ls!' is not a valid named attribute argument because it is not a valid attribute parameter type8An expression tree lambda may not contain a method groupThe best overloaded method match '%1!ls!' for the collection initializer element cannot be used. Collection initializer 'Add' methods cannot have ref or out parameters.;Non-invocable member '%1!ls!' cannot be used like a method.)Cannot pass null for friend assembly nameMember '%1!ls!' implements interface member '%2!ls!' in type '%3!ls!'. There are multiple matches for the interface member at run-time. It is implementation dependent which method will be called.Member '%2!ls!' overrides '%1!ls!'. There are multiple override candidates at run-time. It is implementation dependent which method will be called.aObject and collection intializer expressions may not be applied to a delegate creation expression'%1!ls!' is of type '%2!ls!'. The type specified in a constant declaration must be sbyte, byte, short, ushort, int, uint, long, ulong, char, float, double, decimal, bool, string, an enum-type, or a reference-type.bAn expression tree lambda may not contain a coalescing operator with a null literal left-hand siden'%1!ls!': instance field types marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attributeMethod, operator, or accessor '%1!ls!' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.7'%1!ls!': new protected member declared in sealed classWConditional member '%1!ls!' cannot implement interface member '%2!ls!' in type '%3!ls!')ref and out are not valid in this contextAThe argument to the '%1!ls!' attribute must be a valid identifierd'%1!ls!': System.Interop.UnmanagedType.CustomMarshaller requires named arguments ComType and MarshalrThe FieldOffset attribute can only be placed on members of types marked with the StructLayout(LayoutKind.Explicit)BThe FieldOffset attribute is not allowed on static or const fields4Implicitly-typed local variables must be initializedAImplicitly-typed local variables cannot have multiple declaratorsNCannot initialize an implicitly-typed local variable with an array initializer0Implicitly-typed local variables cannot be fixed3Implicitly-typed local variables cannot be constant'Constructor '%1!ls!' is marked externalPThe contextual keyword 'var' may only appear within a local variable declaration-No best type found for implicitly-typed array/Cannot assign %1!ls! to anonymous type property0An expression tree may not contain a base accessIdentifier expected ; expectedSyntax error, '%1!ls!' expectedDuplicate '%1!ls!' modifier!Property accessor already definedMethod must have a return typeInvalid base typeEmpty switch blockExpected catch or finally Invalid expression term '%1!ls!'2A new expression requires (), [], or {} after typejElements defined in a namespace cannot be explicitly declared as private, protected, or protected internalEExpected ; or = (cannot specify constructor arguments in declaration)hA using clause must precede all other elements defined in the namespace except extern alias declarations?Keyword 'new' is not allowed on elements defined in a namespace.Invoke cannot be called directly on a delegate8Overloaded binary operator '%1!ls!' takes two parameters6Overloaded unary operator '%1!ls!' takes one parameter3Source file '%1!ls!' could not be opened ('%2!ls!')9Cannot link resource file '%1!ls!' when building a moduleCResource identifier '%1!ls!' has already been used in this assemblyLReferenced file '%1!ls!' is not an assembly; use '/addmodule' option instead4A ref or out argument must be an assignable variable2Keyword 'base' is not available in a static method6Keyword 'base' is not available in the current context } expected { expected 'in' expectedInvalid preprocessor expression4Expected class, delegate, enum, interface, or structHInvalid token '%1!ls!' in class, struct, or interface member declarationeCannot create an instance of the variable type '%1!ls!' because it does not have the new() constraintAUsing the generic %2!ls! '%1!ls!' requires '%3!d!' type arguments4The type '%1!ls!' may not be used as a type argument6The %2!ls! '%1!ls!' cannot be used with type argumentsBThe non-generic %2!ls! '%1!ls!' cannot be used with type arguments'%3!ls!' must be a non-abstract type with a public parameterless constructor in order to use it as parameter '%2!ls!' in the generic type or method '%1!ls!'The type '%4!ls!' cannot be used as type parameter '%3!ls!' in the generic type or method '%1!ls!'. There is no implicit reference conversion from '%4!ls!' to '%2!ls!'.The type '%4!ls!' cannot be used as type parameter '%3!ls!' in the generic type or method '%1!ls!'. The nullable type '%4!ls!' does not satisfy the constraint of '%2!ls!'.The type '%4!ls!' cannot be used as type parameter '%3!ls!' in the generic type or method '%1!ls!'. The nullable type '%4!ls!' does not satisfy the constraint of '%2!ls!'. Nullable types can not satisfy any interface constraints.The type '%4!ls!' cannot be used as type parameter '%3!ls!' in the generic type or method '%1!ls!'. There is no boxing conversion or type parameter conversion from '%4!ls!' to '%2!ls!'.The type '%4!ls!' cannot be used as type parameter '%3!ls!' in the generic type or method '%1!ls!'. There is no boxing conversion from '%4!ls!' to '%2!ls!'.TThe parameter name '%1!ls!' conflicts with an automatically-generated parameter name*The parameter name '%1!ls!' is a duplicateAThe namespace '%2!ls!' already contains a definition for '%1!ls!'<The type '%2!ls!' already contains a definition for '%1!ls!'7The name '%1!ls!' does not exist in the current context@'%1!ls!' is an ambiguous reference between '%2!ls!' and '%3!ls!'FThe using directive for '%1!ls!' appeared previously in this namespace0The modifier '%1!ls!' is not valid for this item!More than one protection modifierU'%1!ls!' hides inherited member '%2!ls!'. Use the new keyword if hiding was intended.WThe member '%1!ls!' does not hide an inherited member. The new keyword is not required.PThe evaluation of the constant value for '%1!ls!' involves a circular definitionTType '%2!ls!' already defines a member called '%1!ls!' with the same parameter typesnullable typesUType '%2!ls!' already reserves a member called '%1!ls!' with the same parameter types<The /pdb option requires that the /debug option also be usedlambda expressionanonymous type~'%1!ls!' does not contain a definition for '%2!ls!' and the best extension method overload '%3!ls!' has some invalid arguments;Instance argument: cannot convert from '%1!ls!' to '%2!ls!'5The range variable '%1!ls!' has already been declaredMThe range variable '%2!ls!' conflicts with a previous declaration of '%1!ls!'(Cannot assign %1!ls! to a range variable+Expression cannot contain query expressionsCould not find an implementation of the query pattern for source type '%1!ls!'. '%2!ls!' not found. Consider explicitly specifying the type of the range variable '%3!ls!'.Could not find an implementation of the query pattern for source type '%1!ls!'. '%2!ls!' not found. Are you missing a reference to 'System.Core.dll' or a using directive for 'System.Linq'?dCould not find an implementation of the query pattern for source type '%1!ls!'. '%2!ls!' not found.~The name '%1!ls!' is not in scope on the left side of 'equals'. Consider swapping the expressions on either side of 'equals'.The name '%1!ls!' is not in scope on the right side of 'equals'. Consider swapping the expressions on either side of 'equals'.CType byte, sbyte, short, ushort, int, uint, long, or ulong expectedUnrecognized escape sequenceNewline in constantEmpty character literal(Too many characters in character literalInvalid numberA get or set accessor expected)An object, string, or class type expected!Named attribute argument expectedGCatch clauses cannot follow the general catch clause of a try statement!Keyword 'this' or 'base' expected$Overloadable unary operator expected%Overloadable binary operator expectedIntegral constant is too large5Type or namespace definition, or end-of-file expected?Embedded statement cannot be a declaration or labeled statementPreprocessor directive expected+Single-line comment or end-of-line expected ) expected#endif directive expected!Unexpected preprocessor directive#error: '%1!ls!'#warning: '%1!ls!' Type expectedECannot define/undefine preprocessor symbols after first token in file7Compiler limit exceeded: File cannot exceed %1!d! lines<Compiler limit exceeded: Line cannot exceed %1!d! characters End-of-file found, '*/' expected( or . expectedOverloadable operator expected#endregion directive expectedUnterminated string literalSPreprocessor directives must appear as the first non-whitespace character on a line*Identifier expected; '%2!ls!' is a keyword{ or ; expectedNCannot use more than one type in a for, using, fixed, or declaration statement"An add or remove accessor expected Unknown compiler option '%1!ls!'TProgram '%1!ls!' does not contain a static 'Main' method suitable for an entry pointSet warning level (0-4)Report all warnings as errors(Define conditional compilation symbol(s)0Do not reference standard library (mscorlib.dll)Emit debugging informationEnable optimizations4Reference metadata from the specified assembly filesIReference metadata from the specified assembly file using the given alias2Only check code for errors; do not emit executable8Output mini-profile (timings of important code sections)Enable incremental compilation-Link the specified modules into this assembly!Disable specific warning messages"XML Documentation file to generateGenerate overflow checksAllow 'unsafe' code"Report specific warnings as errors`Limit which platforms this code can run on: x86, Itanium, x64, or anycpu. The default is anycpu.8Name of the assembly which this module will be a part of(Specify the filename of a Win32 manifestgenericsanonymous methods'module as an attribute target specifiernamespace alias qualifierfixed size buffers#pragmaforeach iteration variableusing variablefixed variable%Microsoft (R) Visual C# 2008 CompilereNo information has been lost. Please check the compiler output for possible ways to avoid this error.static classes partial types method groupanonymous methodLIB environment variable /LIB optionswitch on boolean typeWarning as Error: %1!ls! collectionpThe Microsoft (R) Visual C# 2008 Compiler has encountered an internal error. We are sorry for the inconvenience.access modifiers on properties extern alias iteratorsdefault operatorCWhere the resinfo format is <file>[,<string name>[,public|private]]BCannot pass the range variable '%1!ls!' as an out or ref parameteroMultiple implementations of the query pattern were found for source type '%1!ls!'. Ambiguous call to '%2!ls!'.uThe type of one of the expressions in the %1!ls! clause is incorrect. Type inference failed in the call to '%2!ls!'.mThe type of the expression in the %1!ls! clause is incorrect. Type inference failed in the call to '%2!ls!'.An expression of type '%1!ls!' is not allowed in a subsequent from clause in a query expression with source type '%2!ls!'. Type inference failed in the call to '%3!ls!'.letfromwhereselectjoingroup byorderbyintoimplicitly typed arrayimplicitly typed local variableanonymous types$automatically implemented propertiesobject initializercollection initializerlambda expressionquery expressionextension methodpartial method>An expression tree may not contain an unsafe pointer operationAAn expression tree may not contain an anonymous method expressionHAn anonymous method expression cannot be converted to an expression tree@Range variable '%1!ls!' cannot be assigned to -- it is read onlyPThe range variable '%1!ls!' cannot have the same name as a method type parameterKThe contextual keyword 'var' cannot be used in a range variable declarationaThe best overloaded Add method '%1!ls!' for the collection initializer has some invalid argumentsAAn expression tree lambda may not contain an out or ref parameterJAn expression tree lambda may not contain a method with variable arguments#Suppress compiler copyright messageCreate a 'Bug Report' file5Specify the codepage to use when opening source filesWSpecify the type that contains the entry point (ignore all other possible entry points)(Base address for the library to be built(Compiler generates fully qualified pathsaSpecify debugging type ('full' is default, and enables attaching a debugger to a running program) Do not auto include CSC.RSP file:Specify additional directories to search in for references3Specify the alignment used for output file sections*Output compiler messages in UTF-8 encodingLDelay-sign the assembly using only the public portion of the strong name keySpecify a strong name key file#Specify a strong name key container7Specify language version mode: ISO-1, ISO-2, or DefaultcSpecify how to handle internal compiler errors: prompt, send, queue, or none. The default is queue.3Could not write to output file '%2!ls!' -- '%1!ls!'Program '%2!ls!' has more than one entry point defined: '%1!ls!'. Compile with /main to specify the type that contains the entry point.(Operator '%1!ls!' is not yet implementedMOperator '%1!ls!' cannot be applied to operands of type '%2!ls!' and '%3!ls!'Division by constant zero?Cannot apply indexing with [] to an expression of type '%1!ls!'3Wrong number of indices inside []; expected '%1!d!'?Operator '%1!ls!' cannot be applied to operand of type '%2!ls!'1Standard library file '%1!ls!' could not be found\Keyword 'this' is not valid in a static property, static method, or static field initializer6Keyword 'this' is not available in the current context5'%1!ls!' has the wrong signature to be an entry point3Cannot implicitly convert type '%1!ls!' to '%2!ls!'(Cannot convert type '%1!ls!' to '%2!ls!'9Constant value '%1!ls!' cannot be converted to a '%2!ls!'LAn __arglist parameter must be the last parameter in a formal parameter listiMissing partial modifier on declaration of type '%1!ls!'; another partial declaration of this type existsTPartial declarations of '%1!ls!' must be all classes, all structs, or all interfacesIPartial declarations of '%1!ls!' have conflicting accessibility modifiersHPartial declarations of '%1!ls!' must not specify different base classesZPartial declarations of '%1!ls!' must have the same type parameter names in the same orderZPartial declarations of '%1!ls!' have inconsistent constraints for type parameter '%2!ls!'lCannot implicitly convert type '%1!ls!' to '%2!ls!'. An explicit conversion exists (are you missing a cast?)cThe 'partial' modifier can only appear immediately before 'class', 'struct', 'interface', or 'void'PImported type '%1!ls!' is invalid. It contains a circular base class dependency.(Use of unassigned out parameter '%1!ls!'cArray size cannot be specified in a variable declaration (try initializing with a 'new' expression)hThe property or indexer '%1!ls!' cannot be used in this context because the get accessor is inaccessibleKA static member '%1!ls!' cannot be marked as override, virtual, or abstractGA member '%1!ls!' marked as override cannot be marked as new or virtual'%1!ls!' hides inherited member '%2!ls!'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword..'%1!ls!': no suitable method found to overrideGA namespace does not directly contain members such as fields or methods3'%1!ls!' does not contain a definition for '%2!ls!'2'%1!ls!' is a '%2!ls!' but is used like a '%3!ls!'?'%1!ls!' is a '%2!ls!', which is not valid in the given contextVAn object reference is required for the non-static field, method, or property '%1!ls!'XThe call is ambiguous between the following methods or properties: '%1!ls!' and '%2!ls!'4'%1!ls!' is inaccessible due to its protection level2No overload for '%1!ls!' matches delegate '%2!ls!'7An object of a type convertible to '%1!ls!' is requiredZSince '%1!ls!' returns void, a return keyword must not be followed by an object expressionmethodtype namespacefieldpropertyelementvariableeventtype parameter using alias extern aliasclassdelegate interfacestructenumtypechildparent or current@A local variable named '%1!ls!' is already defined in this scopeKThe left-hand side of an assignment must be a variable, property or indexer4'%1!ls!': a static constructor must be parameterless:The expression being assigned to '%1!ls!' must be constantt'%1!ls!' is of type '%2!ls!'. A const field of a reference type other than string can only be initialized with null.0'%2!ls!' conflicts with the declaration '%1!ls!'A local variable named '%1!ls!' cannot be declared in this scope because it would give a different meaning to '%1!ls!', which is already used in a '%2!ls!' scope to denote something elseaA using namespace directive can only be applied to namespaces; '%1!ls!' is a type not a namespace3No enclosing loop out of which to break or continue!The label '%1!ls!' is a duplicate-The type '%1!ls!' has no constructors definedECannot create an instance of the abstract class or interface '%1!ls!'-A const field requires a value to be provided>Circular base class dependency involving '%1!ls!' and '%2!ls!'7The delegate '%1!ls!' does not have a valid constructorMethod name expectedA constant value is expected$A value of an integral type expected:The label '%1!ls!' already occurs in this switch statement3A goto case is only valid inside a switch statementaThe property or indexer '%1!ls!' cannot be used in this context because it lacks the get accessor?The type caught or thrown must be derived from System.ExceptionLA throw statement with no arguments is not allowed outside of a catch clause1Control cannot leave the body of a finally clauseNThe label '%1!ls!' shadows another label by the same name in a contained scope=No such label '%1!ls!' within the scope of the goto statementNThe type or namespace name '%1!ls!' could not be found in the global namespace:The new() constraint must be the last constraint specified?'%1!ls!': an entry point cannot be generic or in a generic typeCannot convert null to type parameter '%1!ls!' because it could be a non-nullable value type. Consider using 'default(%1!ls!)' instead.-'<' unexpected : attributes cannot be generic9Duplicate constraint '%1!ls!' for type parameter '%2!ls!'IThe class type constraint '%1!ls!' must come before any other constraints)'%2!ls! %1!ls!' has the wrong return typeA constraint clause has already been specified for type parameter '%1!ls!'. All of the constraints for a type parameter must be specified in a single where clause.CNo overload for '%1!ls!' has the correct parameter and return typeswThe type arguments for method '%1!ls!' cannot be inferred from the usage. Try specifying the type arguments explicitly.\'%1!ls!': a parameter or local variable cannot have the same name as a method type parameterThe type parameter '%1!ls!' cannot be used with the 'as' operator because it does not have a class type constraint nor a 'class' constraint:The field '%1!ls!' is assigned but its value is never usedgThe '%1!ls!' attribute is valid only on an indexer that is not an explicit interface member declaration:'%1!ls!': an attribute argument cannot use type parametersO'%1!ls!': cannot provide arguments when creating an instance of a variable type6'%1!ls!': an abstract class cannot be sealed or staticAmbiguous reference in cref attribute: '%1!ls!'. Assuming '%2!ls!', but could have also matched other overloads including '%3!ls!'.I'%1!ls!': a reference to a volatile field will not be treated as volatile.The /incremental option is no longer supportedOSince '%2!ls!' has the ComImport attribute, '%1!ls!' must be extern or abstractJ'%1!ls!': a class with the ComImport attribute cannot specify a base classThe constraints for type parameter '%1!ls!' of method '%2!ls!' must match the constraints for type parameter '%3!ls!' of interface method '%4!ls!'. Consider using an explicit interface implementation instead.:The type name '%1!ls!' does not exist in the type '%2!ls!'hCannot convert method group '%1!ls!' to non-delegate type '%2!ls!'. Did you intend to invoke the method?$Unreachable expression code detectedBThe extern alias '%1!ls!' was not specified in a /reference optionWCannot use alias '%1!ls!' with '::' since the alias references a type. Use '.' instead.Alias '%1!ls!' not found6The type '%2!ls!' exists in both '%1!ls!' and '%3!ls!'OThe namespace '%2!ls!' in '%1!ls!' conflicts with the type '%4!ls!' in '%3!ls!'The namespace '%2!ls!' in '%1!ls!' conflicts with the imported type '%4!ls!' in '%3!ls!'. Using the namespace defined in '%1!ls!'.xThe type '%2!ls!' in '%1!ls!' conflicts with the imported type '%4!ls!' in '%3!ls!'. Using the type defined in '%1!ls!'.}The type '%2!ls!' in '%1!ls!' conflicts with the imported namespace '%4!ls!' in '%3!ls!'. Using the type defined in '%1!ls!'.OThe type '%2!ls!' in '%1!ls!' conflicts with the namespace '%4!ls!' in '%3!ls!'TAn extern alias declaration must precede all other elements defined in the namespacexDefining an alias named 'global' is ill-advised since 'global::' always references the global namespace and not an alias2'%1!ls!': a class cannot be both static and sealed;'%1!ls!': abstract properties cannot have private accessorsSyntax error; value expectedLPredefined type '%1!ls!' was not found in '%2!ls!' but was found in '%3!ls!'2Cannot modify the result of an unboxing conversionLForeach cannot operate on a '%1!ls!'. Did you intend to invoke the '%1!ls!'?DAttributes cannot be used on type arguments, only on type parameterseThe return type for ++ or -- operator must be the containing type or derived from the containing typeIThe 'class' or 'struct' constraint must come before any other constraintsW'%1!ls!': cannot specify both a constraint class and the 'class' or 'struct' constraintBThe 'new()' constraint cannot be used with the 'struct' constraintzThe type '%3!ls!' must be a reference type in order to use it as parameter '%2!ls!' in the generic type or method '%1!ls!'The type '%3!ls!' must be a non-nullable value type in order to use it as parameter '%2!ls!' in the generic type or method '%1!ls!'>Circular constraint dependency involving '%1!ls!' and '%2!ls!'NType parameter '%1!ls!' inherits conflicting constraints '%2!ls!' and '%3!ls!'kType parameter '%2!ls!' has the 'struct' constraint so '%2!ls!' cannot be used as a constraint for '%1!ls!'bAmbiguous user defined conversions '%1!ls!' and '%2!ls!' when converting from '%3!ls!' to '%4!ls!'>The result of the expression is always 'null' of type '%1!ls!'5Cannot take the address of a read-only local variableConstraints for override and explicit interface implementation methods are inherited from the base method, so they cannot be specified directlyrThe inherited members '%1!ls!' and '%2!ls!' have the same signature in type '%3!ls!', so they cannot be overriddenIEvaluation of the decimal constant expression failed with error: '%1!ls!'<Comparing with null of type '%1!ls!' always produces 'false'qIntroducing a 'Finalize' method can interfere with destructor invocation. Did you intend to declare a destructor?C'%1!ls!' should not have a params parameter since '%2!ls!' does notNAmbiguity between method '%1!ls!' and non-method '%2!ls!'. Using method group.5Ambiguity between %1!ls! '%2!ls!' and %3!ls! '%4!ls!'DThe 'goto case' value is not implicitly convertible to type '%1!ls!'yMethod '%1!ls!' cannot implement interface accessor '%2!ls!' for type '%3!ls!'. Use an explicit interface implementation.yThe %2!ls! '%1!ls!' is not a generic method. If you intended an expression list, use parentheses around the < expression.xThe result of the expression is always '%1!ls!' since a value of type '%2!ls!' is never equal to 'null' of type '%3!ls!'Explicit interface implementation '%1!ls!' matches more than one interface member. Which interface member is actually chosen is implementation-dependent. Consider using a non-explicit implementation instead.\A previous catch clause already catches all exceptions of this or of a super type ('%1!ls!')+'%1!ls!': not all code paths return a valueUnreachable code detectedEControl cannot fall through from one case label ('%1!ls!') to another"This label has not been referenced)Use of unassigned local variable '%1!ls!'EControl cannot fall through from one case label to another ('%1!ls!')2The delegate '%1!ls!' is missing the Invoke method0The variable '%1!ls!' is declared but never used The field '%1!ls!' is never used)Use of possibly unassigned field '%1!ls!'NField '%1!ls!' must be fully assigned before control is returned to the callersType of conditional expression cannot be determined because '%1!ls!' and '%2!ls!' implicitly convert to one anotheryType of conditional expression cannot be determined because there is no implicit conversion between '%1!ls!' and '%2!ls!'/A base class is required for a 'base' reference2Use of keyword 'base' is not valid in this contextbMember '%1!ls!' cannot be accessed with an instance reference; qualify it with a type name insteadWThe out parameter '%1!ls!' must be assigned to before control leaves the current method+Invalid rank specifier: expected ',' or ']','%1!ls!' cannot be extern and declare a body+'%1!ls!' cannot be both extern and abstractAn attribute argument must be a constant expression, typeof expression or array creation expression of an attribute parameter type>The given expression is always of the provided ('%1!ls!') type=The given expression is never of the provided ('%1!ls!') typeB'%1!ls!' is not a reference type as required by the lock statement(Use of null is not valid in this contextIThe 'this' object cannot be used before all of its fields are assigned toGThe __arglist construct is valid only within a variable argument methodZA readonly field cannot be assigned to (except in a constructor or a variable initializer)FA readonly field cannot be passed ref or out (except in a constructor)1The * or -> operator must be applied to a pointer+A pointer must be indexed by only one valuePassing '%1!ls!' as ref or out or taking its address may cause a runtime exception because it is a field of a marshal-by-reference classhA static readonly field cannot be assigned to (except in a static constructor or a variable initializer)TA static readonly field cannot be passed ref or out (except in a static constructor)EProperty or indexer '%1!ls!' cannot be assigned to -- it is read onlybOnly assignment, call, increment, decrement, and new object expressions can be used as a statementforeach requires that the return type '%1!ls!' of '%2!ls!' must have a suitable public MoveNext method and public Current propertyOnly 65534 locals are allowed-Cannot call an abstract base member: '%1!ls!'BA property or indexer may not be passed as an out or ref parameterHOperator '%1!ls!' is ambiguous on operands of type '%2!ls!' and '%3!ls!'=Operator '%1!ls!' is ambiguous on an operand of type '%2!ls!'-An out parameter cannot have the In attributeGCannot convert null to '%1!ls!' because it is a non-nullable value typeQCannot access a non-static member of outer type '%1!ls!' via nested type '%2!ls!'Cannot convert type '%1!ls!' to '%2!ls!' via a reference conversion, boxing conversion, unboxing conversion, wrapping conversion, or null type conversion=Unexpected debug information initialization error -- '%1!ls!'GUnexpected error writing debug information to file '%2!ls!' -- '%1!ls!'EUnexpected error creating debug information file '%1!ls!' -- '%2!ls!'PPDB file '%1!ls!' has an incorrect or out-of-date format. Delete it and rebuild.?Obsolete member '%1!ls!' overrides non-obsolete member '%2!ls!'iThe fully qualified name for '%1!ls!' is too long for debug information. Compile without '/debug' option.:Cannot assign %1!ls! to an implicitly-typed local variable7No overload for method '%1!ls!' takes '%2!d!' argumentsHThe best overloaded method match for '%1!ls!' has some invalid arguments:Argument '%1!d!': cannot convert from '%2!ls!' to '%3!ls!'End of expression expectedSMethod '%1!ls!' has a parameter modifier 'this' which is not on the first parameter8The parameter modifier 'ref' cannot be used with 'this' 8The parameter modifier 'out' cannot be used with 'this' EThe first parameter of an extension method cannot be of type '%1!ls!'LA parameter array cannot be used with 'this' modifier on an extension method Extension methods must be static?Extension methods must be defined in a non-generic static class/A parameter can only have one '%1!ls!' modifieraA parameter cannot have all the specified modifiers; there are too many modifers on the parameterWExtension methods must be defined in a top level static class; %1!ls! is a nested classCannot define a new extension method because the compiler required type '%1!ls!' cannot be found. Are you missing a reference to System.Core.dll?CAn extension method cannot use the enclosing class's type parameter4Do not use '%1!ls!'. Use the 'this' keyword instead.\Extension methods '%1!ls!' defined on value type '%2!ls!' cannot be used to create delegatesXInconsistent accessibility: return type '%2!ls!' is less accessible than method '%1!ls!'[Inconsistent accessibility: parameter type '%2!ls!' is less accessible than method '%1!ls!'VInconsistent accessibility: field type '%2!ls!' is less accessible than field '%1!ls!'\Inconsistent accessibility: property type '%2!ls!' is less accessible than property '%1!ls!'aInconsistent accessibility: indexer return type '%2!ls!' is less accessible than indexer '%1!ls!'\Inconsistent accessibility: parameter type '%2!ls!' is less accessible than indexer '%1!ls!'ZInconsistent accessibility: return type '%2!ls!' is less accessible than operator '%1!ls!']Inconsistent accessibility: parameter type '%2!ls!' is less accessible than operator '%1!ls!'ZInconsistent accessibility: return type '%2!ls!' is less accessible than delegate '%1!ls!']Inconsistent accessibility: parameter type '%2!ls!' is less accessible than delegate '%1!ls!'VInconsistent accessibility: base class '%2!ls!' is less accessible than class '%1!ls!'^Inconsistent accessibility: base interface '%2!ls!' is less accessible than interface '%1!ls!'^Cannot take the address of, get the size of, or declare a pointer to a managed type ('%1!ls!')HThe type of a local declared in a fixed statement must be a pointer typeIYou must provide an initializer in a fixed or using statement declaration/Cannot take the address of the given expression^You can only take the address of an unfixed expression inside of a fixed statement initializerUYou cannot use the fixed statement to take the address of an already fixed expressionEPointers and fixed size buffers may only be used in an unsafe context6The return type of operator True or False must be boolNThe operator '%1!ls!' requires a matching operator '%2!ls!' to also be definedIn order to be applicable as a short circuit operator a user-defined logical operator ('%1!ls!') must have the same return type as the type of its 2 parametersQThe type ('%1!ls!') must contain declarations of operator true and operator false=The variable '%1!ls!' is assigned but its value is never used7The operation overflows at compile time in checked mode^Constant value '%1!ls!' cannot be converted to a '%2!ls!' (use 'unchecked' syntax to override)@'%1!ls!': event property must have both add and remove accessors*'%1!ls!': event must be of a delegate type The event '%1!ls!' is never used4'%1!ls!': event in interface cannot have initializer<An event in an interface cannot have add or remove accessorsuThe event '%1!ls!' can only appear on the left hand side of += or -= (except when used from within the type '%2!ls!')OAn explicit interface implementation of an event must use event accessor syntax3'%1!ls!': cannot override; '%2!ls!' is not an event*An add or remove accessor must have a body0'%1!ls!': abstract event cannot have initializerCTo cast a negative value, you must enclose the value in parentheses;The enumerator name '%1!ls!' is reserved and cannot be usedkThe as operator must be used with a reference type or nullable type ('%1!ls!' is a non-nullable value type)KThe 'l' suffix is easily confused with the digit '1' -- use 'L' for clarityDThe event '%1!ls!' can only appear on the left hand side of += or -=7Constraints are not allowed on non-generic declarations;Type parameter declaration must be an identifier not a typefMicrosoft (R) Visual C# 2008 Compiler version %1!ls!%2!ls!for Microsoft (R) .NET Framework version 3.59Copyright (C) Microsoft Corporation. All rights reserved.'Source file '%1!ls!' could not be found0Error opening response file '%1!ls!' -- '%2!ls!'.Missing file specification for '%1!ls!' optionUnrecognized option: '%1!ls!'No inputs specified@Command-line syntax error: Missing ':<text>' for '%1!ls!' option.Response file '%1!ls!' included multiple times-Source file '%1!ls!' specified multiple times?Invalid value for '/define'; '%1!ls!' is not a valid identifier<Sourcemap file is invalid; there was an error on line %1!ls!'Unable to open source map file '%1!ls!'JCharacter '%1!lc!' is not allowed on the command-line or in response filesfCannot create short filename '%1!ls!' when a long filename with the same short filename already existsA /reference option that declares an extern alias can only have one filename. To specify multiple aliases or filenames, use multiple /reference options.BCommand-line syntax error: Missing ':<number>' for '%1!ls!' option Cannot open '%1!ls!' for writing"Invalid image base number '%1!ls!'ACompiler option '%1!ls!' is obsolete, please use '%2!ls!' instead0'%1!ls!' is a binary file instead of a text file.Code page '%1!ls!' is invalid or not installed4Cannot specify /main if building a module or libraryUInvalid target type for /target: must specify 'exe', 'winexe', 'library', or 'module'HOnly the first set of input files can build a target other than 'module')File name '%1!ls!' is too long or invalidAOptions '/out' and '/target' must appear before source file namesEIgnoring /noconfig option because it was specified in a response file.Invalid file section alignment number '%1!ls!'?Must emit debug info with /sourcemap. Are you missing '/debug'??Sourcemap file '%1!ls!' is a binary file instead of a text fileVisual C# 2008 Compiler Options Short form4Build a module that can be added to another assembly$Build a console executable (default)Build a Windows executableBuild a librarySSpecify output file name (default: base name of file with main class or first file)$Specify a Win32 resource file (.res)Use this icon for the outputEmbed the specified resource,Link the specified resource to this assembly#Read response file for more optionsfInclude all files in the current directory and subdirectories according to the wildcard specificationsDisplay this usage messageSSpecify debug information file name (default: output file name with .pdb extension)$Specify a Win32 manifest file (.xml))Do not include the default Win32 manifest5### Visual C# 2008 Compiler Defect Report, created %s### Compiler version: %s&### Operating System: %s %d.%d.%d %s### Compiler command line### Source file: '%s'### Compiler output### User description#### User suggested correct behavior,### .NET common language runtime version: %s### Binary file: '%ws'+### Console and Defect Report Code Page: %duA file is being created with information needed to reproduce your compiler problem. This information includes software versions, the pathnames and contents of source code files, referenced assemblies and modules, compiler options, compiler output, and any additional information you provide in the following prompts. This file will not include the contents of any keyfiles.CPlease describe the compiler problem (press Enter twice to finish):KDescribe what you think should have happened (press Enter twice to finish):XA method with vararg cannot be generic, be in a generic type, or have a params parameter7The params parameter must be a single dimensional arrayJAn __arglist expression may only appear inside of a call or new expression5Unsafe code may only appear if compiling with /unsafeL'%1!ls!' does not contain a definition for '%2!ls!', or it is not accessible'Ambiguity between '%1!ls!' and '%2!ls!'<Type and identifier are both required in a foreach statementHA params parameter must be the last parameter in a formal parameter list'%1!ls!' does not have a predefined size, therefore sizeof can only be used in an unsafe context (consider using System.Runtime.InteropServices.Marshal.SizeOf)LThe type or namespace name '%1!ls!' does not exist in the namespace '%2!ls!'WA field initializer cannot reference the non-static field, method, or property '%1!ls!'7'%1!ls!' cannot be sealed because it is not an overrideH'%1!ls!': cannot override inherited member '%2!ls!' because it is sealed- OUTPUT FILES -- INPUT FILES - - RESOURCES -- CODE GENERATION -- ERRORS AND WARNINGS - - LANGUAGE -- MISCELLANEOUS - - ADVANCED - <file list><file> <symbol list> <wildcard><type> <resinfo> <warn list> <address><n>{full|pdbonly}<string><alias>=<file>Error occurred during a readError occurred during a writeFile is read onlyAn ill-formed name was givenData value was truncatedOld version errorMA shared memory open failed to open at the originally assigned memory addressQCreate of shared memory failed. A memory mapping of the same name already exists.,There isn't metadata in the memory or streamDatabase is read only=The importing scope is not compatible with the emitting scopeFile is corruptVersion of schema not found7Cannot open a incrementally built scope for full update+'%1!ls!' cannot be both abstract and sealed.Default parameter specifiers are not permitted7The operation in question is undefined on void pointersSThe Conditional attribute is not valid on '%1!ls!' because it is an override method/Neither 'is' nor 'as' is valid on pointer typesmDestructors and object.Finalize cannot be called directly. Consider calling IDisposable.Dispose if available.>The type or namespace name '%1!ls!' is not valid in this scope*Cannot use a negative size with stackalloc+Cannot create an array with a negative size?Do not override object.Finalize. Instead, provide a destructor.fDo not directly call your base class Finalize method. It is called automatically from your destructor.LIndexing an array with a negative index (array indices always start at zero)mPossible unintended reference comparison; to get a value comparison, cast the left hand side to type '%1!ls!'nPossible unintended reference comparison; to get a value comparison, cast the right hand side to type '%1!ls!'PThe right hand side of a fixed statement assignment may not be a cast expression6stackalloc may not be used in a catch or finally block[Member '%1!ls!' overrides obsolete member '%2!ls!'. Add the Obsolete attribute to '%1!ls!'.RSystem.Void cannot be used from C# -- use typeof(void) to get the void type objectJDo not use 'System.ParamArrayAttribute'. Use the 'params' keyword instead.fBitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first9'%1!ls!': a volatile field cannot be of the type '%2!ls!'6'%1!ls!': a field cannot be both volatile and readonlyPOther languages may permit the internal virtual member '%1!ls!' to be overriddenMThe modifier 'abstract' is not valid on fields. Try using a property instead.N'%1!ls!' cannot implement '%2!ls!' because it is not supported by the language['%1!ls!' explicit method implementation cannot implement '%2!ls!' because it is an accessorV'%1!ls!' interface marked with 'CoClassAttribute' not marked with 'ComImportAttribute'8Conditional member '%1!ls!' cannot have an out parameteryAccessor '%1!ls!' cannot implement interface member '%2!ls!' for type '%3!ls!'. Use an explicit interface implementation.yThe namespace alias qualifier '::' always resolves to a type or namespace so is illegal here. Consider using '.' instead.~'%1!ls!' has a link demand, but overrides or implements '%2!ls!' which does not have a link demand. A security hole may exist.:Cannot derive from '%1!ls!' because it is a type parameter-Input file '%1!ls!' contains invalid metadata!Duplicate type parameter '%1!ls!'XType parameter '%1!ls!' has the same name as the type parameter from outer type '%2!ls!'KType parameter '%1!ls!' has the same name as the containing type, or methodq'%1!ls!' cannot implement both '%2!ls!' and '%3!ls!' because they may unify for some type parameter substitutionsKA generic type cannot derive from '%1!ls!' because it is an attribute class0'%2!ls!' does not define type parameter '%1!ls!'}'%1!ls!' is not a valid constraint. A type used as a constraint must be an interface, a non-sealed class or a type parameter.+Constraint cannot be special class '%1!ls!'UInconsistent accessibility: constraint type '%2!ls!' is less accessible than '%1!ls!'#Element initializer cannot be emptyThe best overloaded method match for '%1!ls!' has wrong signature for the initializer element. The initializable Add must be an accessible instance method.|Cannot initialize type '%1!ls!' with a collection initializer because it does not implement 'System.Collections.IEnumerable'GCannot initialize object of type '%1!ls!' with a collection initializer+A partial method cannot have out parameters<Only methods, classes, structs, or interfaces may be partialAA partial method may not explicitly implement an interface method`Both partial method declarations must be extension methods or neither may be an extension method<A partial method may not have multiple defining declarations@A partial method may not have multiple implementing declarationsbBoth partial method declarations must use a params parameter or neither may use a params parameterUNo defining declaration found for implementing declaration of partial method '%1!ls!'TPartial method declarations of '%1!ls!' have inconsistent type parameter constraintsnCannot create delegate from method '%1!ls!' because it is a partial method without an implementing declarationHBoth partial method declarations must be static or neither may be staticHBoth partial method declarations must be unsafe or neither may be unsaferPartial methods with only a defining declaration or removed conditional methods cannot be used in expression trees,Partial methods must have a void return type%Operator '%1!ls!' is not associative.)Cannot stackalloc in the current context.-The value of an Object ID cannot be modified.kA call to a virtual method through the base keyword will always call most derived function while debugging.JThe value of Object ID was no longer referenced and was Garbage Collected.GObject ID is in another application domain. Operation is not supported. Expression cannot contain %1!ls! Results View9Expanding the Results View will enumerate the IEnumerable6Results View requires System.Core.dll to be referenced+Only Enumerable types can have Results ViewNo Results retrievedCould not evaluate expression'%1!ls!' is null#Cannot unbox '%1!ls!' as a '%2!ls!'GCannot cast '%1!ls!' (which has an actual type of '%2!ls!') to '%3!ls!'+Cannot cast '%1!ls!' to '%2!ls!' : '%3!ls!'Out of bounds array index.Expression has been evaluated and has no value.Evaluation threw an exception of type '%1!ls!','%1!ls!' threw an exception of type '%2!ls!'8Cannot dereference expression. The pointer is not valid.6Cannot dereference '%1!ls!'. The pointer is not valid.Static membersType variables=This expression causes side effects and will not be evaluated Division by 0Expression has no addressCannot obtain value of local or argument '%1!ls!' as it is not available at this instruction pointer, possibly because it has been optimized away.0Cannot call '%1!ls!' because it is a web method.oCannot obtain fields or call methods on the instance of type '%1!ls!' because it is a proxy to a remote object.jUnable to evaluate expression because the code is optimized or a native frame is on top of the call stack.Function evaluation timed out.Raw ViewRCannot evaluate expression because debugging information has been optimized away .('%1!ls!' is not a valid format specifierInvalid format specifier{user provided expression}Object ID not foundgCannot fetch the value of field '%1!ls!' because information about the containing class is unavailable.WThe method '%1!ls!' has already timed out once and will not be evaluated automatically.OThis operation cannot be completed while debugging code running in SqlClr mode.@The runtime has refused to evaluate the expression at this time.Cannot evaluate expression because a thread is stopped at a point where garbage collection is impossible, possibly because the code is optimized.]Cannot evaluate expression because the current thread is stopped in the prolog of a function.NCannot evaluate expression because a native frame is on top of the call stack.OCannot evaluate expression because the code of the current method is optimized.IThe value of the local or argument '%1!ls!' is unobtainable at this time.Function evaluation disabled because a previous function evaluation timed out. You must continue execution to reenable function evaluation. Function evaluation was aborted..Helper function evaluation threw an exception.FCannot set value because it is in a register and not in the top frame.SCannot evaluate expression because the current thread is in a stack overflow state.CCannot evaluate expression because the current thread is suspended.RCannot evaluate expression because the current thread is in a sleep, wait, or joinBCannot evaluate expression because the thread has not been startedMCannot evaluate expression because the user has requested to stop the thread.PCannot evaluate expression because the user has requested to suspend the thread.[Cannot evaluate expression because the logical fiber is not scheduled on a physical thread.ECannot evaluate expression because the thread is in an invalid state.3Implicit function evaluation is turned off by user.Invalid decimal value.-'__arglist' is not supported while debugging.Non-Public members?Declaration statements are only allowed in the immediate window#Could not load visualizer. Reason: Could not load visualizer.Could not load hosting dll.$Could not load hosting dll. Reason: The application you are debugging has insufficient privileges to allow the use of custom visualizers. Please see the documentation for the list of required privileges.This visualizer uses a partial trust assembly from the application you are debugging and has therefore been terminated due to the potential security risk.5Custom Visualizers do not work on Pocket PC Projects.The expression cannot be evaluated as it comes from an untrusted assembly. Only expressions consisting of field or property fetches are allowed.BCannot evaluate expression because array range specifier is empty.dCannot evaluate expression because integer format specifier is only valid on one dimensional arrays.LCannot evaluate expression because integer format specifier is not positive.NCannot evaluate expression because dimensions of subranges are not consistent.hDimension of array '%1!ls!' is '%2!d!' and does not match dimension of range specifier which is '%3!d!'.,Integer specifier is only valid with arrays.0Array range specifier is only valid with arrays.ORanges for multidimensional arrays must have an inner level of square brackets.{Step into: Stepping over wildcard-filtered method '%s' (to step inside, use step into specific or turn off step filtering) SYour step-into request resulted in an automatic step-over of a property or operator. This behavior can be overridden in the context menu for the line being executed by choosing 'Step Into Specific' or by unchecking the option 'Step over properties and operators'. Do you want continue being notified when an automatic step-over happens?P0= *H .0*1 0 +0h +7Z0X03 +70% <<<Obsolete>>>0!0 ++b{0ӑiQh-降10`0L .P\0 +0p1+0)U "Copyright (c) 1997 Microsoft Corp.10U Microsoft Corporation1!0UMicrosoft Root Authority0 070822223102Z 120825070000Z0y1 0 UUS10U Washington10URedmond10U Microsoft Corporation1#0!UMicrosoft Code Signing PCA0"0  *H 0 y}]E941%5IwEqFԌkLRbMIl/$>e# HuEP%+ #A$bEJͳ/"J-|o;99ݽ)f;-2'Hlc\򸔣8P'N0==l9.4. }bxfs Oc,2EJ;PSfQyV>Pn5{$Rf=N+~3nGўJnS00U% 0 +0U0[pir#Q~Mˡr0p1+0)U "Copyright (c) 1997 Microsoft Corp.10U Microsoft Corporation1!0UMicrosoft Root Authority<<>c@0U00Uvp[NQD.Dc0 U0 +{~J&μNtX't*uLxMi|CʇSŸVocDDȚ  )}s9=j8m҈#i 4|.)Bk(q8 ]hͽAkf4|zB{ p֒O8|-=4 b7j#\cZ9`U3; _,˫ 0  *RA^0(ip΀Brv0z0b a>0  *H 0y1 0 UUS10U Washington10URedmond10U Microsoft Corporation1#0!UMicrosoft Code Signing PCA0 091207224029Z 110307224029Z01 0 UUS10U Washington10URedmond10U Microsoft Corporation1 0 U MOPR10UMicrosoft Corporation0"0  *H 0 0ErSkO#=Y@8s&S<B8auM\F^i[s)DdY/]nǫ9eħuꇗ&&v89&+ZT!򗍇)I,?}͖ q B5׸?ݎE }K[vrw#}5]PKGmUTN؁B1U SI0奈|^zZ7i2$00U% 0 +0U8xs2_Uƙt0U0U#0vp[NQD.Dc0DU=0;09753http://crl.microsoft.com/pki/crl/products/CSPCA.crl0H+<0:08+0,http://www.microsoft.com/pki/certs/CSPCA.crt0  *H ( oBvCB$e4uq0r7:pQ q(ps{V4ZrN {DO aun+Z 9`jT;1_,nM*v{Ƈֱ*rTn*ȞobKk=/zw9gj{cI&Bޕ" _s2r6)$ROfH&9iPNl.r!m$H@|t8JO00j O%EXzg0  *H 0p1+0)U "Copyright (c) 1997 Microsoft Corp.10U Microsoft Corporation1!0UMicrosoft Root Authority0 060916010447Z 190915070000Z0y1 0 UUS10U Washington10URedmond10U Microsoft Corporation1#0!UMicrosoft Timestamping PCA0"0  *H 0 7nBJqH>S,2ORȃ>3I1(dPKuǨծipfx'f趷 Y")/@VvmdmJT޿ǀL7VhGv\/}%V[jc|<%M9wt]\؆7,u9 |vlnz>q_*Ob`2҃N+"\hE/Pl%ׅvs6ƕz`3[AXn,HoCj&k(0$0U% 0 +0U0[pir#Q~Mˡr0p1+0)U "Copyright (c) 1997 Microsoft Corp.10U Microsoft Corporation1!0UMicrosoft Root Authority<<>c@0 +70UoN?4K;AC0 +7  SubCA0 U0U00  *H M1|PapEsT? -QS9V ތ;ɷQ!oi~k"Flm|"Fӄ6~p]Eݎ*|ɮ2Շc6!v;s!شTeJ(&`;exHϭ:ObX099!dcC/{FeJtn ̝(a|H!8Ŗ2@S=f7"̰wTQ:rD#00 a00  *H 0y1 0 UUS10U Washington10URedmond10U Microsoft Corporation1#0!UMicrosoft Timestamping PCA0 080725190115Z 130725191115Z01 0 UUS10U Washington10URedmond10U Microsoft Corporation1 0 U MOPR1'0%U nCipher DSE ESN:85D3-305C-5BCF1%0#UMicrosoft Time-Stamp Service0"0  *H 0 -g%&bK08e46$h{b,FKQ4lZ;G=.5kE<fiJ',gbT'9هN`G#{'@ 15 ӋxaŵA>6X':ڽ]L0 +0 *H  1  +70 +7 10  +70# *H  1,h:x#qɊ1h0B +7 1402msdbgui.dllhttp://microsoft.com0  *H dT v/қ6#[aLHl kJ-(k`|=Hn$j}~S! _/?Rz7݊ Mm%zJ2#h#鴠KHy2ϩW/,Wb;]?=p]PZ'OqXRcn0 *H  1 000y1 0 UUS10U Washington10URedmond10U Microsoft Corporation1#0!UMicrosoft Timestamping PCA a00+]0 *H  1  *H 0 *H  1 091221170805Z0# *H  1HNg!:aɾ 0  *H x]=U(ߚ̚ A ]e:dAt `JSEpϞ~A>'T~Rܙysn1s9f7["8p6Z c *kFn]Q)),hꕮu9>\;إ|̬k#eszQtG&ehOɤIgZ_\ 8ޏS_]vm5yݟ&x: ߕ<;mqZ EVkܮ]r8