哪吒机器人提醒:

提醒:ASMX Web Services and XML Serialization Forum (recent threads)
【标题】Only public types can be processed
【摘要】hi, i'm trying to serialize some "cerdentianls_list" object into xml file.but i get the wierd error:"testdrivermachine.credentialslist is inaccessible due to its protection level. only public types can be processed."in linexmlserializer serializer = new xmlserializer(credlist.gettype());i changed eveything to public but couldn't isolate the problem.someone know what to canit be?thanks for any helpnamespace testdrivermachine{ class credentials_item { [xmlattribute("user")] publi... (04-14 03:21)