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.67 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-07-11
Pages: < Prev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Next >
[05:54]<suddnzwo>How do I change it?
[05:55]<azyfm>fairly sure it's a property of the web reference
[05:56]<`d0>SummerWO you have to use that namespace
[05:56]<suddnzwo>It says folder name: Google
[05:56]<`d0>using Google;
[05:56]<suddnzwo>Why m0?
[05:56]<`d0>Using Google.sub;
[05:56]<`d0>Using Google.sub.subsubsusbb;
[05:56]<suddnzwo>I have to use Google_Web_APIs_Demo?
[05:56]<`d0>what language?
[05:56]<suddnzwo>C#
[05:57]<`d0>and they use Google.* ?
[05:57]<`d0>is this your first time using C#?
[05:59]<suddnzwo>I used C# a few years ago and loved it. Just getting back to it.
[06:00]<suddnzwo>Well the namespace in my app is Google_Web_APIs_Demo .. Can I cahnge htat?
[06:02]<`d0>refactor
[06:02]<`d0>but it is illegal... under their license
[06:02]<`d0>why would you want to change it?
[06:02]<azyfm>uh...
[06:03]<`d0>sorry
[06:03]<`d0>change the name
[06:03]<azyfm>the namespace is generated by the proxy generator
[06:03]<azyfm>there's absolutely nothing Google can or will do about it if you change it
[06:03]<azyfm>besides, that's not the problem here anyway
[06:03]<azyfm>the problem was that he had one namespace when the proxy was generated
[06:03]<azyfm>that namespace became part of the namespace of the proxy class
[06:04]<azyfm>now he changed his namespace, so the namespace of the proxy is not in scope any more
[06:06]<suddnzwo>Why does Google not allow you to change it?
[06:06]<azyfm>google doesn't care
[06:06]<azyfm>especially since the namespace doesn't come from them anyway
[06:09]<suddnzwo>But when I change it in VC# Express, it complains.
[06:09]<suddnzwo>It's not important, I would just like to know why it happens..
[06:09]<azyfm>I've told you why, twice
[06:10]<suddnzwo>What is this proxy?
[06:10]<azyfm>it's a class that's generated by Visual Studio when you add a web reference
[06:10]<azyfm>it contains methods that correspond to the methods of the web service
[06:11]<suddnzwo>Oh, so I had to change the namespace when I generated the Web reference?
[06:11]<azyfm>as I said, it's probably a property of the web reference
[06:12]<suddnzwo>The folder name of the web reference is 'Google'
[06:12]<azyfm>property
[06:12]<suddnzwo>Hence I prefix the methods with Google. ..
[06:23]<gyxd>How can I concat/merge two arrays? (int[])
[06:26]<rxrcr_>check out the static method Array.Copy()
[06:46]<suddnzwo>I have a ListView() with three columns.. How do I add one row of three strings?
[07:02]<kjr>fuck I hate mysql...
[07:03]<kjr>execution time went from .03 microseconds to 1 minute 30 seconds...
[07:13]<kjr>whew.... looks like my index was borking
[07:14]<pz2>when I write web pages with C#, can I do it inline like with php, asp, and cfm, or is it complete application for each page where it's a C# app that happens to output html?
[07:16]<kjr>I think you can do a little of both
[07:16]<kjr>but don't quote me
[07:16]<zgzzcygnv>is there CFM.NET?
[07:17]<zgzzcygnv>last i heard coldfusion sucked major horse penis
[07:17]<pz2>it does
[07:17]<pz2>the only thing I've seen that sucks more for a "Web Platform" is FrontPage
[07:17]<zgzzcygnv>lol
[07:17]<zgzzcygnv>btw you can use any .NET thing
[07:17]<pz2>this doesn't count that absolute drivel output by a word processor
[07:18]<zgzzcygnv><HTML SUCKS=OMGYES>
[07:18]<zgzzcygnv>that kind of word-processor drivel?
[07:18]<pz2>that sorry excuse for html output by MSO
[07:19]<pz2>anyway, I know more than most about HTML, CSS... more than an amateur at JS, and can hold my own with legacy ASP
[07:20]<pz2>half our sites are written in ASP, the other half in C#.NET 1.x and they are moving towards C#.NET 2.x so I'm trying to learn this stuff too
[07:21]<pz2>personally, I _hate_ basic, so VB.NET is not what I want to do
[07:21]<zgzzcygnv>fyi
[07:21]<zgzzcygnv>theres no C# that is not .NET
[07:22]<vj2nxe>C# != .NET
[07:22]<zgzzcygnv>thanks captain obvious
[07:22]<zgzzcygnv>but C#.NET is a redundancy
[07:22]<vj2nxe>tru
[07:23]<zgzzcygnv>C# is just C# because theres no non-.NET version of it
[07:23]<zgzzcygnv>not like ASP or VB where you have to differentiate
[07:24]<pz2>yes, but if I said C# then you wouldn't know what .net version, and if I didn't say .net, you wouldn't know what language
[07:24]<pz2>so C#.NET 1.x is the most concise way of mentioning both peices of information
[07:25]<zgzzcygnv>C# 1.x
[07:25]<vj2nxe>C# 1.1
[07:25]<vj2nxe>C# 2.0
[07:25]<vj2nxe>etc.
[07:25]<rxrcr_>3.0 ^-^
[07:27]<pz2>what is the difference between monodevelop and SharpDevelop?
[07:33]<`d0>(00:21:00) <AnarkiNet> thanks captain obvious
[07:33]<`d0>lol
[07:33]<`d0>one of my friends did a prank on me with that slogan :(
[07:33]<`d0>they placed my head with superman body programming on a computer
[07:34]<`d0>and placed that photo everywhere in our univeristy :'(
[07:44]<uvq001>how's it goin
[07:44]<`d0>EXcEllEnT
[07:44]<pz2>bleh, monodevelop aint workin
[07:46]<uvq001>how come
[07:47]<pz2>which: no mozilla in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/lib/hxtools/bin:/usr/X11R6/bin:/opt/gnome/bin:/opt/kde3/bin)
[07:47]<pz2>System.TypeInitializationException: An exception was thrown by the type initializer for Gnome.ModuleInfo ---> System.DllNotFoundException: gnomesharpglue-2
[07:47]<cxrfnm>frb, install gtk-sharp-2.0
[07:48]<pz2>k, when I'm finished installing kdevelop/quanta+
[07:49]<zgzzcygnv>hrmmm
[07:50]<zgzzcygnv>what cluster size do you guys run? for those with NTFS
[07:51]<pz2>warning: gtk-sharp2-2.8.2-15.1@x86_64 is already installed
[07:57]<cxrfnm>hmm. glib-sharp-2.0 is supposed to be part of the gtk-sharp-2.0 package
[07:57]<pz2>I'm just installing piles and piles of things right now
[07:57]<cxrfnm>frb, you will have a better luck in #mono at irc.gimp.net for mono related questions







