Search results for query: *

  1. D

    Unrecognised option 'optioninfer+

    The immediate cause was that VS was using vbc.exe v.2.0 instead of v.3.5. This in turn was due to an erroneous entry in web.config. :mad:
  2. D

    Unrecognised option 'optioninfer+

    I am using VB + LINQ to SQL with VS 2008 Beta 2 on Windows 2003. I never used command line and the project was ok until now. Now I get a warning: "Unrecognised option 'optioninfer+';ignored" File: "vbc : Command Line" and an error: "Maximum number of errors has been exceeded." File: "vbc:"...
  3. D

    Method descriptions

    XML Documentation in Visual Basic Thank you very much. Another way to answer the question could be: 1. In the Code Editor, position your cursor on the line above the type or member for which you want to create documentation. 2. Type ''' (three single-quotation marks). An XML skeleton for the...
  4. D

    Method descriptions

    Method tips Thanks for your prompt reply. Sorry, I am not familiar with the three '''. Where are they? Thanks again, Dinu
  5. D

    Method descriptions

    When one writes a method call in a program, a very useful tip box pops up showing the parameters' name and type for the existing overloads. In the case of methods belonging to .NET classes, a description of the method and of each parameter is also included. How can I add such descriptions to my...
  6. D

    Assembly not authorized for PERMISSION_SET = EXTERNAL_ACC

    I have developed in a User Defined Function in ADO.NET 2.0. When I tried to deploy it I got the following message (Visual Studio): “CREATE ASSEMBLY for assembly 'SqlUDFDirectoryListing' failed because assembly 'SqlUDFDirectoryListing' is not authorized for PERMISSION_SET = EXTERNAL_ACCESS. The...
Back
Top