eaboettcher / SlackDiscordBridge

0 stars 0 forks source link

OTHER SLACK #6

Open eaboettcher opened 7 years ago

eaboettcher commented 7 years ago

#update-alerts: Willie (grossw) PUSHING THE NEW DATABASE SETUP NOW. See #dev-talk for details on connecting

eaboettcher commented 7 years ago

#general: Chuck Kuo (kuoc1) :100: :100: :100:

eaboettcher commented 7 years ago

#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.

eaboettcher commented 7 years ago

#general: Willie (grossw) stand by

eaboettcher commented 7 years ago

#general: Chuck Kuo (kuoc1) No prob. Not touching it until tomorrow anyway

eaboettcher commented 7 years ago

#dev-talk: Willie (grossw) I GOT IT TO WORK

eaboettcher commented 7 years ago

#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.

eaboettcher commented 7 years ago

#dev-talk: Willie (grossw) the datamodel, and the associated azure hosted SQL server should load up automatically

eaboettcher commented 7 years ago

#update-alerts: Willie (grossw) SYNC AAAAAAAAAAA

eaboettcher commented 7 years ago

#update-alerts: Chuck Kuo (kuoc1) Lol I haven't but I'll get to it tmw

eaboettcher commented 7 years ago

#dev-talk: Willie (grossw) Troy confirmed it works on his laptop and on ya'lls shared computer

eaboettcher commented 7 years ago

#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

eaboettcher commented 7 years ago

#update-alerts: Asa Davidson (davids26) just pushed a tiny start to the error page

eaboettcher commented 7 years ago

#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

eaboettcher commented 7 years ago

#dev-talk: Dom Savio (steelydan.hey19) @davids26 and I had the same encounter last night when trying to code the error handling

eaboettcher commented 7 years ago

#dev-talk: Jason Esparza (esparza2) Yes me too

eaboettcher commented 7 years ago

#dev-talk: Jason Esparza (esparza2) Just tried it

eaboettcher commented 7 years ago

#dev-talk: Conner McGrath (conner.mcgrath1) We seem to be in agreement

eaboettcher commented 7 years ago

#dev-talk: Jason Esparza (esparza2) Can we revert this?

eaboettcher commented 7 years ago

#dev-talk: Dom Savio (steelydan.hey19) as you can see the application is handling errors just fine...:wink:

eaboettcher commented 7 years ago

#dev-talk: Conner McGrath (conner.mcgrath1) hue

eaboettcher commented 7 years ago

#dev-talk: Jason Esparza (esparza2) How can we fix this though?

eaboettcher commented 7 years ago

#dev-talk: Conner McGrath (conner.mcgrath1) Roll em' back, one by one I suppose.

eaboettcher commented 7 years ago

#dev-talk: Willie (grossw) it ran for me before i pushed my last commit. ill try it again

eaboettcher commented 7 years ago

#dev-talk: Jason Esparza (esparza2) Yes please; asap :pray:

eaboettcher commented 7 years ago

#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.

eaboettcher commented 7 years ago

#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

eaboettcher commented 7 years ago

#dev-talk: Willie (grossw) stand by there's a guide on how to set it up, hopefully it works

eaboettcher commented 7 years ago

#dev-talk: Jason Esparza (esparza2) standing by

eaboettcher commented 7 years ago

#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

eaboettcher commented 7 years ago

#dev-talk: Jason Esparza (esparza2) Okay, let us know when you think it's viable.

eaboettcher commented 7 years ago

#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

eaboettcher commented 7 years ago

#dev-talk: Willie (grossw) like, it was deprecated with and older version of .NET or something.

eaboettcher commented 7 years ago

#dev-talk: Jason Esparza (esparza2) huh weird

eaboettcher commented 7 years ago

#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

eaboettcher commented 7 years ago

#dev-talk: Willie (grossw) ill msg

eaboettcher commented 7 years ago

#dev-talk: Chuck Kuo (kuoc1) Thank you!

eaboettcher commented 7 years ago

#dev-talk: Jason Esparza (esparza2) Awesome, thanks!

eaboettcher commented 7 years ago

#dev-talk: Willie (grossw) sorry for the kerfuffle :face_with_head_bandage:

eaboettcher commented 7 years ago

#dev-talk: Troy Osland (oslandt) Lolz kerfuffle

eaboettcher commented 7 years ago

#dev-talk: Jason Esparza (esparza2) lol

eaboettcher commented 7 years ago

#dev-talk: Willie (grossw) ffs. ok i added everything back except the xml.linq library and its working fine

eaboettcher commented 7 years ago

#dev-talk: Jason Esparza (esparza2) Okay will sync now

eaboettcher commented 7 years ago

#dev-talk: Willie (grossw) NOT YETT

eaboettcher commented 7 years ago

#dev-talk: Jason Esparza (esparza2) OKAY

eaboettcher commented 7 years ago

#dev-talk: Jason Esparza (esparza2) :stuck_out_tongue:

eaboettcher commented 7 years ago

#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"

eaboettcher commented 7 years ago

#dev-talk: Willie (grossw) just to make sure no loose strings get caught in the gears

eaboettcher commented 7 years ago

#dev-talk: Willie (grossw) comprendes?

eaboettcher commented 7 years ago

#dev-talk: Jason Esparza (esparza2) si senor yo sabe