IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-10-24 20:19:38
Channels: 41
Logged Lines: 6230436
Size: 1822.40 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-08-06
[21:35]<cjmgrug>what? Companies can decide whether their employees can connect to IRC ?
[21:36]<mjzymygo>CodeRun: yeh
[21:36]<cjmgrug>i dont see why they would do that. Whats the harm?
[21:36]<mjzymygo>using a chat client on a companies system can be construed as fraud as technically you are not using all your time that they are paying you for
[21:37]<cjmgrug>oh ok
[21:37]<mjzymygo>Also it gives a higher chance that something secret to the company could slip out in general
[21:37]<mjzymygo>also IRC isn't exactly secure ;)
[21:37]<cjmgrug>yes, it isnt.
[21:37]<mjzymygo>~_^
[21:40]<mjzymygo>Jivers: that link finally worked....
[21:40]<mjzymygo>rather flashy add with lots of fancy words...
[21:40]<mjzymygo>why post it? is it your new job ;)
[21:55]<mjzymygo>man... contractor rates in the US suck butt
[21:57]<drygq>im looking for a list of language (ISO) identifiers like 'ja-jp' 'nl-NL' 'eng-us' etc
[21:57]<drygq>any ideas about where i can find these?
[21:57]<mjzymygo>main2: actually I don't... hmmmm
[21:58]<mjzymygo>http://www.loc.gov/standards/iso639-2/englangn.html
[21:58]<mjzymygo>Is what google just gave me
[21:59]<mjzymygo>http://www.unicode.org/onlinedat/languages.html
[21:59]<drygq>im making a enumeration of the languages the program supports, which is compared against the retrieved culture info
[22:02]<cj2nz>and my InfoService just returns values like <ArrayOfString><string>Name1</string></ArrayOfString>
[22:03]<mjzymygo>kober: never used atlas. I do Ajax the old fashioned way ;)
[22:04]<cj2nz>do you know how to do an autocomplete textbox the old fashioned way? :p
[22:06]<mjzymygo>I assume you have looked at this? http://atlas.asp.net/docs/Walkthroughs/GetStarted/ServerAutoComplete.aspx
[22:06]<drygq>uhmmm, im not allowed to enum things like: en-AU and en-US
[22:06]<snlx>I'm currently using mono and trying to see if it's fit for production. My setup is an apache 2.0.X server with xsp2 running. I've coded a small example application, but quite often it seems that I need to reload the apache server before the xsp server loads the .dll file - is this a known bug?
[22:07]<drygq>because of the dash, is there a way to get around this?
[22:07]<mjzymygo>Main2: yeh.. carefully ;)
[22:07]<mjzymygo>SpikeLite google atlas AutoCompleteExtender bug
[22:07]<slycnlyvn>Result: ASP.NET Forums - Unofficial <b>bug</b>/issue list for the <b>Atlas</b> June CTP : http://forums.asp.net/2/1353251/ShowThread.aspx
[22:09]<drygq>Moridin8:lol :D
[22:09]<mjzymygo>seph: you looked at this? http://www.codeproject.com/cpnet/introtomono2.asp
[22:09]<mjzymygo>seph: Mono *is* production quality but it's still a little quirky.
[22:10]<drygq>Moridin8: what i do is, i just enum without the dash - and on the moment supreme (of comparission), ill rip out the dash from the culture into ..
[22:10]<snlx>The packages for debian is a bit wacked, yes.
[22:10]<mjzymygo>main2: kewl ~_^
[22:11]<mjzymygo>seph: can't say much as I don't play with Linux. I can only give 2nd hand oppinions and experiences.
[22:11]<snlx>I havn't read it, no. But I am using mod_mono
[22:12]<mjzymygo>well, the link I gave you looks pretty comprehensive. You may find the solution in it
[22:12]<cj2nz>Moridin8, yes, I followed that and it doesn't work for me
[22:12]<mjzymygo>Kober: *shrugs*
[22:12]<mjzymygo>I have done auto-complete in Ajax, but the code doesn't belong to me, so I can't share it
[22:13]<snlx>Moridin8, it doesn't seem to address that problem
[22:13]<mjzymygo>however on every key press I fired a request at the server and got JSON back with suggestions from the DB.
[22:14]<mjzymygo>Seph: sorry I can't help more. Have you tried the official mono chat rooms?
[22:14]<snlx>the one with 5 people, yes.
[22:14]<mjzymygo>seph: wow... I thought it was busier than that.
[22:15]<snlx>are we talking about #mono?
[22:15]<mjzymygo>if thats the freenode one... no
[22:16]<mjzymygo>http://www.mono-project.com/IRC
[22:17]<cj2nz>haha it works fine
[22:17]<cj2nz>The webservice/webserver have to be on the same box
[22:17]<cj2nz>or it doesn't
[22:17]<mjzymygo>kober: cool...
[22:18]<cj2nz>Thats weird though, I want my webservices on their own server :[
[22:18]<mjzymygo>Kober: there is probably a way around it with a little work. ;)
[22:21]<drygq>Any tips to strip 'nl-NL' ie from its dash?, With other words - what is the best string function to use for this?
[22:21]<mjzymygo>i just thought.... Atlas is still a "Community Technology Preview"
[22:22]<mjzymygo>Kober: you could ask them why they have done it the way they have and see if it's a bug
[22:22]<mjzymygo>replace("nl-NL","nlNL") :P
[22:23]<drygq>yes Moridin8 great idea, ill add the iso list into a resource / satelite assembly :')
[22:23]<drygq>:P
[22:23]<mjzymygo>hehe
[22:23]<mjzymygo>well...
[22:23]<mjzymygo>time for me to go
[22:23]<mjzymygo>cya all
[22:23]<drygq>cya Moridin8 :-))
[22:24]<snlx>According to the tutorial the attribute "src" is to be used - but if I use it I get an error saying "Unknown attribute: src"
[22:24]<snlx>Ah. It's called CodeFile
[22:31]<drygq>i retrieve a string from the system which is in the format 'aa-aa', but i need to parse it without the dash, what is the best thing/ or easiest thing to do?
[22:40]<drygq>string.Remove(2, 1); >> got it :)
[22:58]<kuggys>I'm having a problem with my system being stupid. I tried installing the .net framework 3.0 (Formally winfx) and I think it screwed my web.config and machine.config up. Can someone send me theirs so I can diff my file and yours to see what MS screwed up?
[23:02]<azyfm>each framework install has their own web.config and machine.config
[23:04]<kuggys>I need the C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config versions
[23:04]<kuggys>3.0 isn't really 3.0, it's just a libray for 2.0
[23:05]<kuggys>Marketing got ahold of the WinFX name
[23:06]<kuggys>I'm just reading up on the error, and realized that my web.config was already partially screwed up, I just removed the extra references, but now that I think about it, that may not have been the best plan.
[23:07]<cj2nz>you can always uninstall/reinstall and that'll fix it up nicely
[23:08]<cjmgrug>lo' all!
[23:09]<kuggys>I uninstalled 3.0, and it didn't uninstall correctly
[23:09]<kuggys>I just need someone's copy of their web.config & machine.config so I can diff mine against yours
[23:09]<cjmgrug>always run viruses and other shitty code in a VM :p
[23:10]<kuggys>Yeah yeah. I shoulda been smarter.
[23:10]<kuggys>Can ya hook me up?
[23:10]<cjmgrug>where will i find those files?
[23:10]<kuggys>I need the C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config versions
[23:11]<kuggys>In theory winfx is supposed to be almost ready...
[23:11]<cjmgrug>k
[23:11]<cjmgrug>can you accept dcc?
[23:11]<kuggys>Sure
[23:13]<cjmgrug>accept it.
[23:15]<kuggys>I'm not getting the request.
[23:15]<cjmgrug>hmm
[23:16]<kuggys>I have the safety option turned off...
[23:19]<cjmgrug>http://www.megaupload.com/?d=WZJSXB3V
[23:20]<kuggys>Thank you
[23:21]<cjmgrug>np
[23:25]<kuggys>I've also been looking into another possiblity.. Would you visit http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B892964 at the bottom there's directions on setting up a mapping in IIS to WSDL. I don't have that mapping, nor the .dll that it says I should have, but it also seems like an old article.
[23:25]<kuggys>Can you check your IIS to see if you have that WSDL mapping?







