Compiler reference

Last post 12-22-2003 9:23 PM by appana. 1 replies.

Sort Posts:

  • Compiler reference

    12-22-2003, 8:06 PM
    • Member
      200 point Member
    • PerfMan101
    • Member since 11-27-2003, 4:30 PM
    • Posts 40
    Why is the compiler referencing things that I'm not telling it to reference?
  • Re: Compiler reference

    12-22-2003, 9:23 PM
    • Participant
      1,725 point Participant
    • appana
    • Member since 07-15-2003, 3:20 PM
    • Posts 343
    • AspNetTeam
    Are you noticing this in command line or in VS.NET IDE? C# compiler automatically references all assemblies listed in csc.rsp file. Use /noconfig opion on your commandline to disable the use of this file.

    IDE does not use this rsp file. I would be very surprised if you observe this behavior in IDE.

    Hope this helps,
    Appan
    ASP.NET Team



    This posting is provided "AS IS" with no warranties, and confers no rights.
Page 1 of 1 (2 items)