2
I have some time of experience with versioning GITHUB with java, always worked efficiently between teams. I’m with an ASP.NET project based on Webforms, and I’m trying to get in touch with GITHUB. I versioned the project with my user, and when another team member clones the repository project and tries to change the files it works normally, however, when trying to program an event from a button of any Webform, it is not possible to create the event, or by double-clicking on the button, or through the Vents tab, it is not possible to create the event. Strange is the other user can change any file, either . aspx or aspx.Cs, the problem is only in creating events.
Does anyone have any tips?
Thank you
Tip: Pure Asp.net is obsolete, switch to Asp.net mvc. I may sound gross when I say this, but you’re going to gain in productivity and free yourself from the drag and click of VS.
– Oralista de Sistemas
You should note that in
asp.net
withWebForms
there are physically three files, one aspx, aspx.Cs and aspx.resx. An event, for example, requires changing two files, if the checkout of both (aspx and aspx.Cs) will not work. I don’t know how theGit
with projectsWebForms
but you may have to do the checkout manual of the files, check and let us know you’re still having trouble– Ricardo Pontual
Just a fix, unfortunately I’m with a project webforms open here,the three files are:
.aspx
,aspx.cs
and.aspx.designer.cs
. The latter is self-generated by manipulating the former. And then maybe the cause of the problem, if versioning is not including them.– Leandro Angelo
Unfortunately it didn’t work, the three files are being cloned normally.
– RONALDO VIPER