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: 1825.68 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-07-30
[21:52]<vr2drg>someone reply to me
[21:52]<zgzzcygnv>why?
[21:52]<zgzzcygnv>when did you get so special
[21:52]<zgzzcygnv>why don't you check google or MSDN, tabman
[21:55]<vr2drg>AnarkiNet: I've checked
[21:55]<vr2drg>I'm confused actually
[21:55]<vr2drg>they are talking about VBA, COM Add-ins and VSTO (Visual Studio Tools for Office)
[21:55]<vr2drg>now I don't understand whats the difference & when to use what
[21:56]<nzus`>Console.Writeline isnt outputting anything... btw this is in the intergrated windows mobile 5 emulator. does that matter?
[21:56]<zgzzcygnv>probably
[22:04]<nzus`>anyone here used mobile directx?
[22:22]<gxysvggz>to override a method, should it be declared as virtual?
[22:26]<zgzzcygnv>it should be declared as
[22:26]<zgzzcygnv>RTFM
[22:26]<nzus`>how helpful
[22:26]<nzus`>do you spend you whole day just trolling in here?
[22:27]<zgzzcygnv>short answer: yes
[22:27]<zgzzcygnv>longer answer: yes, and i know more than you.
[22:27]<mrvvnx>lol
[22:27]<zgzzcygnv>OH SNAP!
[22:27]<mrvvnx>i wish i knew as much as you:(
[22:28]<y-gz>he is just a troll
[22:28]<y-gz>trolls just pretend to know much
[22:28]<mrvvnx>then i could troll too:P
[22:28]<mrvvnx>hmm
[22:28]<mrvvnx>:(
[22:28]<mrvvnx>i can troll too then!
[22:28]<zgzzcygnv>i-nZ go back to trying to disable all the features of the tools you are using
[22:28]<mrvvnx>i should have RTFM about trolls;)
[22:28]<zgzzcygnv>or, heres a better plan: go use notepad since thats all you seem to want
[22:29]<zgzzcygnv>yes, you should have Matteh
[22:29]<y-gz>AnarkiNet: as I already stated I don't use VS nor Windows
[22:29]<mrvvnx>get the fuck off stick?
[22:29]<y-gz>it's just for quick edits in vmware testing window
[22:29]<zgzzcygnv>you were asking how to disable intellisense in Visual C# express
[22:29]<y-gz>*windows
[22:29]<zgzzcygnv>out*
[22:30]<y-gz>so why the hell do I need autocompletion for quick fixes
[22:30]<y-gz>it just borkes my cpu under vmware and slows me down
[22:30]<y-gz>should I elaborate more?
[22:30]<zgzzcygnv>no
[22:30]<gxysvggz>For example the method ToString() is declared virtual?
[22:30]<mrvvnx>turn it off in settings?:P
[22:31]<y-gz>i managed to turn off only intellisense
[22:31]<y-gz>anyway it doesn't really matter I am going to do something better tommorow
[22:31]<zgzzcygnv>oops looks like im out of cookies
[22:31]<y-gz>share the code between both vmware windows and linux
[22:32]<y-gz>but I am afraid of vs fucking up my indentation
[22:32]<y-gz>+ line endings
[22:32]<y-gz>+ convert my spaces to tabs
[22:32]<mrvvnx> ?;p/#Pp
[22:32]<y-gz>(plus I use 4 space width tab)
[22:33]<mrvvnx>tabs ftw:P
[22:33]<y-gz>and yes notepad does me completly
[22:34]<y-gz>any editor with customizable highlighting theme, shortcuts and per-language customizable indendation + in-file mode line support does me
[22:34]<y-gz>my current choice is eamcs
[22:34]<y-gz>*emacs
[22:43]<ccf>hello
[22:44]<ccf>i get a special error with: string host=Dns.GetHostByAddress(IPAddress.Parse(((IPEndPoint)so.RemoteEndPoint).Address.ToString())).HostName;
[22:44]<ccf>remoteendpoint gives me the ip address of my router
[22:44]<ccf>i tried to connect with my client trough my machine using my real ip insted of localhost
[22:45]<ccf>am i doing something wrong on the server side here?
[22:51]<pzrrnrvqt0wr>hey guys. i'm using the System.Data.SqlClient to connect to my database. i keep getting connection time outs, but i don't see a very good reason for it. I mean, the network is connected, the computer is turned on ;), i set the .TimeOut property of the SqlConnectionStringBuilder to 9999, and i can ping the server, i can ever log in using the enterprise manager. what other possible reason would there be for the timeout?
[22:53]<zgzzcygnv>Xiphoris, you there?
[23:08]<ccf>string host=Dns.GetHostEntry(IPAddress.Parse(((IPEndPoint)so.RemoteEndPoint).Address.ToString())).HostName;
[23:08]<ccf>whats bad in it?
[23:08]<ccf>pls somebody :(
[23:11]<pzrrnrvqt0wr>?
[23:11]<pzrrnrvqt0wr>what's bad in it?
[23:11]<pzrrnrvqt0wr>what do you mean?
[23:12]<ccf>i get a socket exeption
[23:13]<ccf>when ppl from outside connect to me
[23:13]<vufvuzn>that looks kind of ugly for all kinds of reasons.. what type is the "Address" member it it's not already anIPAddress? and what kind of information is coming along with your SocketException?
[23:13]<pz2-xjdn>the parantheses look mismatched to me, am I on crack?
[23:14]<vufvuzn>frb-home: they're matched, so far as I can tell
[23:15]<ccf>exeption is "host unknown"
[23:15]<zgzzcygnv>whats the .ToString() for?
[23:15]<zgzzcygnv>try removing that
[23:16]<zgzzcygnv>unless GetHostEntry takes a string?
[23:16]<zgzzcygnv>erm
[23:16]<zgzzcygnv>try something like
[23:17]<zgzzcygnv>Dns.GetHostEntry(((IPEndPoint)so.RemoteEndPoint).Address).HostName;
[23:18]<zgzzcygnv>your going from IPAddress -> string -> IPAddress -> string
[23:18]<zgzzcygnv>doesn't make much sense
[23:18]<ccf>kk
[23:20]<ccf>ok but same error :L(
[23:21]<ccf>.address.scopeid is where the exeption comes from
[23:22]<ccf>maybe it try to find the host in lan only and it dosent find it?
[23:24]<rdyvv>i wamt to check if a socket is active, if i do: if (socket1 == null) it wont enter after it has been created once and if i do: if (socket1.Connected) its a null referemce if its the first reference
[23:38]<gxysvggz>why this doesn't work public override string {return "hey"; }
[23:38]<gxysvggz>sorry, public override string ToString() {return "hey"; }
[23:43]<ccf>there's no help really here
[23:48]<gxysvggz>kkl, What's wrong with my question? (I understand)







