migration problem...

mk07

New member
Joined
Dec 13, 2007
Messages
1
Programming Experience
Beginner
Hi Friends,

alreayd we have some .dll file (regarding plc control) which is creted by vb.net 2003..
we normally use these dll in client application.shouldbe ok..client also using 2003.
now they convert client to vb.net 2005.. and the plc control .dll also..
after that when i use plc control dll in client application the client once open suddenly close..but we use 2003 version dll..it is ok.
but after convert to 2005 dll.. it can't work..
even no errors also displayed.


so what could be the possiblties to cause the problrm??

is there any thing we need to change in code wise??what is diffenrece between vb.net 2003 to vb.net 2005..??

waiting for your valuable information...

please this is quit urgent..




with regards,
Mk.....
 
There should not be any problem once you conver both your client application and the related dll to 2005.

You should have already compiled the application and the dll, so there are no errors also that we should take care about.

Just make sure that the client application is correctly referenceing this new 2005 Dll instead of the 2003 Dll.
 
Back
Top