Search results for query: *

  1. 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:"...
  2. 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...
  3. 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