Click here to Skip to main content
15,885,757 members

Comments by Cool Smith (Top 87 by date)

Cool Smith 15-Apr-22 11:32am View    
This will throw an exception
Value of '1/1/0001 12:00:00 AM' is not valid for 'Value'. 'Value' should be between 'MinDate' and 'MaxDate'
.
Cool Smith 24-Dec-17 11:30am View    
Hello,
Pls how are you doing the above, i need the same solution to print in my software?
Regards
Cool Smith 21-Jun-17 5:37am View    
can you show me an example, as i tried the place, but app wont compile, pointing to the line of the code

C:\ExtenderProvider\MyClass.cs(16,50) : Error CS1031: Type expected
C:\ExtenderProvider\MyClass.cs(16,51) : Error CS1518: Expected class, delegate, enum, interface, or struct
C:\ExtenderProvider\MyClass.cs(16,62) : Error CS1026: ) expected
Cool Smith 20-Jun-17 8:47am View    
Where and how did you use this solution?
Cool Smith 11-Sep-16 3:40am View    
If you are connecting via lan , you must grant the ip address of the connecting pc for example say the ip of the connecting computer is 192.168.1.123, then do this

create user 'root'@'192.168.1.123' identified by 'password';
grant all privileges on *.* to 'root'@'192.168.1.123' with grant option;
flush privileges;