新人小白 关于xilinx中Unexpected symbol read错误 求解答

2025-05-22 18:28:05
推荐回答(1个)
回答(1):

unexpected symbol near 是不是在附近有错误
I really hope this makes sense.

In any event, in the LoggedIn event handler there's no need to check if the user is authenticated
- you already know they are! The LoggedIn event wouldn't fire
otherwise. Also, you won't be able to get the username from
User.Identity.Name. Instead, use LoginControlID.Username.
Happy Programming!