Open eaboettcher opened 7 years ago
#general: Chuck Kuo (kuoc1) :100: :100: :100:
#general: Willie (grossw) still figuring out exactly how to get it to sync. from what i understand, the datamodel object includes the connection info for the database.
#general: Willie (grossw) stand by
#general: Chuck Kuo (kuoc1) No prob. Not touching it until tomorrow anyway
#dev-talk: Willie (grossw) I GOT IT TO WORK
#dev-talk: Willie (grossw) ok. @kuoc1 you shouldn't have to do anything. special. just to be sure, delete the project directory on your local machine, and reclone it.
#dev-talk: Willie (grossw) the datamodel, and the associated azure hosted SQL server should load up automatically
#update-alerts: Willie (grossw) SYNC AAAAAAAAAAA
#update-alerts: Chuck Kuo (kuoc1) Lol I haven't but I'll get to it tmw
#dev-talk: Willie (grossw) Troy confirmed it works on his laptop and on ya'lls shared computer
#dev-talk: Willie (grossw) You just gotta double click on the KenworthTestDataEntities in server explorer and give me the ip address that pops up in the connection error so I can white list your machine
#update-alerts: Asa Davidson (davids26) just pushed a tiny start to the error page
#dev-talk: Troy Osland (oslandt) Hey the solution does not run? I just tried to open the project and run it and I get taken to the "Server error in "/" application page
#dev-talk: Dom Savio (steelydan.hey19) @davids26 and I had the same encounter last night when trying to code the error handling
#dev-talk: Jason Esparza (esparza2) Yes me too
#dev-talk: Jason Esparza (esparza2) Just tried it
#dev-talk: Conner McGrath (conner.mcgrath1) We seem to be in agreement
#dev-talk: Jason Esparza (esparza2) Can we revert this?
#dev-talk: Dom Savio (steelydan.hey19) as you can see the application is handling errors just fine...:wink:
#dev-talk: Conner McGrath (conner.mcgrath1) hue
#dev-talk: Jason Esparza (esparza2) How can we fix this though?
#dev-talk: Conner McGrath (conner.mcgrath1) Roll em' back, one by one I suppose.
#dev-talk: Willie (grossw) it ran for me before i pushed my last commit. ill try it again
#dev-talk: Jason Esparza (esparza2) Yes please; asap :pray:
#dev-talk: Jason Esparza (esparza2) This is the error I get: Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
#dev-talk: Willie (grossw) i got something. looks like this is a common issue, as far as i can tell its because MVC needs to be installed on the server for the EDM to work properly. before when the server was hosted on the local machine it was fine
#dev-talk: Willie (grossw) stand by there's a guide on how to set it up, hopefully it works
#dev-talk: Jason Esparza (esparza2) standing by
#dev-talk: Willie (grossw) k i need to narrow some stuff down so im going to rollback a couple of my commits, dont sync until i figure it out. worse case scenario we'll leave them rolledback until i figure out exactly what unmentioned steps need to be taken to get it to work and you guys can move forward with other stuff
#dev-talk: Jason Esparza (esparza2) Okay, let us know when you think it's viable.
#dev-talk: Willie (grossw) huh, ok so maybe it wasnt the server at all. i think it might have just been that XML.Linq nuget package i was using
#dev-talk: Willie (grossw) like, it was deprecated with and older version of .NET or something.
#dev-talk: Jason Esparza (esparza2) huh weird
#dev-talk: Willie (grossw) i removed that package and everything started working. so stand by a bit more, im going to try to readd the database and see if it runs. if not ill leave the database off, and then commit the changes
#dev-talk: Willie (grossw) ill msg
#dev-talk: Chuck Kuo (kuoc1) Thank you!
#dev-talk: Jason Esparza (esparza2) Awesome, thanks!
#dev-talk: Willie (grossw) sorry for the kerfuffle :face_with_head_bandage:
#dev-talk: Troy Osland (oslandt) Lolz kerfuffle
#dev-talk: Jason Esparza (esparza2) lol
#dev-talk: Willie (grossw) ffs. ok i added everything back except the xml.linq library and its working fine
#dev-talk: Jason Esparza (esparza2) Okay will sync now
#dev-talk: Willie (grossw) NOT YETT
#dev-talk: Jason Esparza (esparza2) OKAY
#dev-talk: Jason Esparza (esparza2) :stuck_out_tongue:
#dev-talk: Willie (grossw) im going to commit the current working build soon. but some quick notes first. it looks like a lot of changes but most of them are just me commenting stuff in and out to test, and re-adding stuff. I actually am going to reccomend you delete the local repository and re-clone it since i messed with the datamodel object and thats caused issues in the past.
Finally: before you run it, run "Clean Solution" + "Restore NuGet Packages" + "Rebuild"
#dev-talk: Willie (grossw) just to make sure no loose strings get caught in the gears
#dev-talk: Willie (grossw) comprendes?
#dev-talk: Jason Esparza (esparza2) si senor yo sabe
#update-alerts: Willie (grossw) PUSHING THE NEW DATABASE SETUP NOW. See #dev-talk for details on connecting