4
Answers

Compiled time error in .net framework 4.6.1 ?

Photo of Sanket Jain

Sanket Jain

7y
613
1
I started work on Console application which is already completed in .net framework 4.6.1 but I have .net framework 4.5,so I upgrade my framework to 4.6.1.
After that on following code I got "Syntax error, ':' expected" this error.
 
Disconnected?.Invoke(this);
 
The following is working on my collegues system.
 
So how to resolve this issue ? 

Answers (4)