Language Service and IntelliSense
- The Language Service reads from assemblies referenced by your project to provide IntelliSense and error reporting while you are editing code. The Language Service is unable to reread an assembly that has changed. So if you have a project with references to other projects or assemblies which change, the Intellisense and error reporting can become inaccurate. Currently, the only way to refresh this information is to close down the IDE and restart it.
- The COBOL language service does not support tooltips for reference modified items when debugging. To view value for data items add them to the Watch or QuickWatch windows.
- Using
System.Object[] in your code, for example when there are arrays of Byte, String, Char that use this syntax, may result in syntax checking errors when your applications target CLR 2 (version of the NET framework 2.0, 3.0 or 3.5).