Suraj Kaushik's Blog

2 share my mistakes and lessons

datatype conversion error

Cannot implicitly convert type ‘int’ to ‘string’

Simple type casting problem, actually the value is INT datatype and trying to assign a variable with datatype string. Thats why we must convert variables to respective datatype properly before assigning to any other variable. Server Error in ‘/dcorp’ Application. Compilation Error Description: An error occurred during the compilation of a resource required to service [...]

, ,