HOME > .NET Framework > Forum > เรื่อง namespace อ่ะครับ...Compiler Error Message: CS0101: The namespace 'Db' already contains a definition for 'RootDb'
เรื่อง namespace อ่ะครับ...Compiler Error Message: CS0101: The namespace 'Db' already contains a definition for 'RootDb'
เรื่องมันเกิดคือ ว่าผมเขียนเสร็จแล้ว อัพขึ้น server จริง เเล้วมันฟ้อง namespace ว่าไม่ได้ระบุไม่รู้จัก อ่ะครับ
มันต้องแก้ยังไงหรอครับ
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0101: The namespace 'Db' already contains a definition for 'RootDb'
Line 17: namespace Db
Line 18: {
Line 19: public class RootDb
Line 20: {
Line 21: public static SqlConnection GetConnection()