> My project is using int32 like > dim loginBranchNo As Int32 > or > iLoginBranchNo = Convert.ToInt32 > I am getting some error , please contact to system administrator. Priviosly > I have removed some windows specific function from my project. > so I want to know is there any problem with Int32 in mono.
I doubt it; I use "int" and "Convert.ToInt32" in my app <http://code.google.com/p/consonance/> without any issues. I don't know VB at all, but "iLoginBranchNo = Convert.ToInt32" seems rather odd. Shouldn't it be something like - iLoginBranchNo = 15; or iLoginBranchNo = Convert.ToInt32("15"); _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
