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 ?
Amit GuptaPosted Mar 14, 2018, 2:18 AM
Nanddeep NachanPosted Mar 14, 2018, 2:07 AM
Sanket JainPosted Mar 14, 2018, 1:52 AM
Nanddeep NachanPosted Mar 14, 2018, 12:48 AM