07-04-2016 02:08 PM
In comparing the screenshots I notice that the assembly versions are different (on your home computer - 2.0.0.2 and your work computer - 2.0.0.3). Is this a factor?
07-04-2016 02:18 PM - edited 07-04-2016 02:19 PM
And have you installed those DLLs on both computers or just copied them over to the computer from somewhere? Nowadays DLLs seldom are self contained but need other DLLs such as standard runtime libraries for the version of the development IDE they were created in or even custom type DLLs. You may be lucky on one computer that these dependency already got installed by another software component, but generally the only safe way to get a DLL moved to another system is by using the provided installer from the software developer.
07-05-2016 01:22 AM
I have installed same version DLLs on both computer.
I am sending snap of my home computer.
07-05-2016 01:30 AM
Still I am not able to see constructor at office computer.
07-05-2016 01:56 PM - edited 07-05-2016 01:57 PM
@PradipPawar wrote:Still I am not able to see constructor at office computer.
What about the screenshot you posted here? I notice yiou say that this is "working" yet it clearly shows version 2.0.0.3. Maybe you should check this again.
EDIT: I see that you have down-graded your home computer assembly reference, ok ignore my question.