I'm getting the “missing a using directive or assembly reference” and no clue what's going wrong

后端 未结 8 763
鱼传尺愫
鱼传尺愫 2020-11-29 06:29

I\'m trying to allow a user to enter data into a textbox that will be added to the web.config file. I\'ve added the relevent lines to the web.config file but when I make thi

8条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-29 06:43

    I have observed a quote ' in your 1st line and also at the end of your last line.

    'using System.Collections.Generic;
    

    Is this present in your original code or some formatting mistake?

提交回复
热议问题