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

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -