c# - Importing existing class and use it's form visual studio -
i'm using visual studio 2010 express c# project. partner , divided work, each of worked on different machine. how merge projects in one? when run imported clases lot of errors, of them seem because cant use form created on machine. how import these windows form well??
thanks
i suggest using sort of revision control system. there's online services github can that.
in meantime, you'll have manually merge changes.
alternatively, could create new project, check revision control, check out in 2 places, copy changes each have made over-top, , try merging... ymmv.
Comments
Post a Comment