I have declared three variables namely
TemplateData tData; TaskInstance tInstance;int tID;
in my program. Though I have clearly declared them, I keep getting an error "Use of unassigned local variable" I am completely baffled as to why my compiler is giving this error.