[01:38] Evening [02:05] party [04:32] sleepy [13:19] MOrning [15:43] hey [16:01] How goes? [16:03] still fighting with nut, can't seem to make it connect but the ups might not be supported [16:03] dad's got the same one, had the same issues with the windows version of nut [16:04] the proprietary apc powerchute program runs fine though [16:04] sorry not nut, apcupsd [16:07] right [16:07] I got it working once [16:07] You might have to do some user perms with USB and apcuspd [16:07] I don't recall if it runs as root [16:09] no, the windows box was apcupsd, mine is nut. also nut can run as its own user [16:09] they also recommend strong security since someone could send a shutdown command through it [16:52] brousch: pygame is getting a new release. ;) [16:52] What year is this? [18:11] anyone know C# ASP.NET? [18:11] not anymore. [18:11] :| [18:11] damn [18:11] that knowledge has long left my brain. [18:11] why? [18:12] haha [18:12] I am having an issue [18:12] "Parser Error Message: Only Content controls are allowed directly in a content page that contains Content controls." [18:12] site.master and the child page look good [18:13] but get that with the code being [18:13] Line 1: [18:13] Line 2: [18:13] Source File: /Default.aspx Line: 1 [18:13] :| [18:14] been trying to figure this out all day :( getting irritated. No one here knows or gives me the same advice that I have found in StackOverflow... which isn't working [18:14] Figured someone in here is smarter than the average bear ;) [18:16] shakes808: pastebin the Default.aspx? [18:16] shakes808: also, ##csharp on this irc network is a wonderful place. Maybe bit too chatty, but used to be full of good peeps. [18:16] I posted in there but nothing yet :( [18:17] shakes808: are you using visual studio? does the editor give any syntax errors? [18:17] http://pastebin.com/Tvj3sqKP [18:17] Yes VS 13 [18:19] shakes808: all microsoft ;] [18:19] shakes808: err... CALL. [18:19] haha [18:20] can i do that?! [18:20] shakes808: is the master page doing something stupid like also wrapping in a content control? [18:20] shakes808: this is why people use ASP.NET/C#, right? because it is supported by giant corp and its paid for... yes... call them up! [18:21] http://pastebin.com/5Wjshyuj [18:21] site.master ^^^^ [18:22] brousch: It's a strange year. [18:23] shakes808: that commented out stuff in master looks weird. Is it actually committed to VCS that way? [18:23] shakes808: ya know its ok to delete code, you can always pull it out of history, right? ;] [18:23] I took that out to try to see if it would work. That is just some of the default stuff that loads in when creating a project. [18:24] After I got it to work I was going to clean that up [18:24] shakes808: can you hook up a debugger and get a stack trace? i guess probably not becuase its on parse. [18:25] I put breakpoints in at every page_load. it is happening after compile and before rendering. [18:25] only thing that I can see is the 500 server error because of the parse [18:26] shakes808: i've no idea. that is a cool problem. content control isn't getting confused by id=body on the div and changing the Shouldn't be. that is default tags. [18:26] those* [18:27] I will mess with that and see if that changes anything [18:28] shakes808: delete line 2 so that is immediately after <%@ Page ? [18:28] jrwren: same issue [18:28] i dunno, i'm grasping at straws. [18:28] thank you, but no change [18:28] haha [18:28] i know, i don't understand [18:28] shouldn't be this difficult [18:28] we should change our stack to node and python ;) [18:29] and/or [18:30] http://www.peppercarrot.com/en/article379/episode-18-the-encounter <- I helped inspire this episode. ;) [18:31] shakes808: i dunno... asp.net is pretty sweet. sounds like something stupid getting in your way [18:40] shakes808: i just poked around MSDN... omg the docs for asp.net are TERRIBLE these days. They were much better 10yrs gao. [18:41] That's suprising [18:46] jrwren: right?! the csharp chat just responded. "I don't see anything obviously wrong" .... :| wouldn't be in there if it was something simple haha [18:46] shakes808: i still think it is something stupid, like <%-- isn't commenting or end commenting correctly or something. [18:47] alright, I will get rid of all that [18:47] :| nope... :( [18:49] jrwren: I guess I can try to remake it and see if I get a different result, but doubt it [18:49] shakes808: line endings? dos v. unix style? [18:49] How do I check that in VS? [18:49] shakes808: encoding? asci v. utf8 v.? [18:49] I dunno, know your editor :p [18:49] haha [18:50] if you copy and pasted something from somewhere, sometimes those can pull wrong line endings and paste tehm. [18:50] read your source in a hex editor? :] [18:50] i'm crazy enough to do that. I don't actually recommmend it. [18:54] in the site.master it has the charset. Changed it to ASCII and ANSI and nothing has changed :( same error [18:54] does the UTF8 saved file have a BOM header? [18:54] maybe there are hidden null characters? [18:54] does the file XML parse? [18:54] it is well formatted XML? [18:54] maybe run through XML Lint [18:55] I can see if I can find anything in a HEX editor [19:02] I see this in front, but some special characters in front. but i think that is the header of the file to denote the type of file? It comes back like this when I copy it " using System.C " [19:04] looks like an i with two dots then >> followed by upside down ? [19:05] Going to try to remake the project and add this stuff back in [19:07] what hex values? if it is 3 bytes, 0xEF,0xBB,0xBF its the BOM [19:08] adding stuff back in with copy and paste might just paste bad characters if it is bad characters causing the problem. [19:08] it is the first three char [19:08] alright, then I will retype it all out [20:29] jrwren: so I just got done typing most of my code back in. it had to be something to do with copy and pasting the code. :| wasted a day on copy and paste .... WTF!!!! [20:31] welcome to computers [20:31] greg-g: HAHA :( ;( [20:32] bad time with computers right now? [20:36] gamerchick02: spent the day trying to figure out what was going on with my web app when it would seem it was a copy and paste issue. started a new proj and typed all the files out and it is working ..... :| X{ [20:36] oh ugh. that stuff happens. [20:37] shakes808: beware pasting. [20:37] haha [20:37] shakes808: Imma claim that I helped. [20:38] HAHA, well you did point me in that direction that copy and paste might be off. [20:38] too bad I didn't find this sooner [20:38] :( [20:39] well you found it now. [20:39] i call that a success. [20:39] and the other issue is that we are using VB and C#. If we weren't compiling all the time and changing references and whatever else we need to do, this could have been a non issue. :) [20:40] nothing is consistent :| Working on getting them there :) [20:44] ooof that's a big job. good luck [20:45] i know. I am working on getting both of the dev teams in the same work flow right now and utilizing TFS a better way and a better release process... i have my work cut out for me. [20:46] you do. wow. [21:00] have a good weekend all === JonathanD is now known as JonathanS [21:04] you too! === JonathanS is now known as JonathanD