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-29
[18:46]<rrpygay>jajaj
[18:46]<cjmgrug>pks: a quick way would be
[18:46]<rrpygay>CodeRun, Mul, thanks
[18:46]<rrpygay>i will see the URL
[18:47]<muf>Sorry, that was to help Pks and not you Rafinci
[18:47]<cjmgrug>to create another class, which is non-static and stores the contents of the static class. Then serialize this new class.
[18:47]<pzrrnrvqt0wr>hey guys
[18:47]<rrpygay>:S sorry jajaja
[18:48]<lcs>CodeRun: i dont think it would work
[18:48]<pzrrnrvqt0wr>is there any type of program that will read in the schema of the database, ask you 4-5 questions about the type of data you want in your database, and then generate a program that will generate test data for your database?
[18:48]<cjmgrug>it will work theoratically.. but i wonder if thats a 'good' deed in programming
[18:49]<cjmgrug>why not just make the class non-static
[18:49]<muf>I think it's just some of his data that's static, CodeRun
[18:50]<zxw>Do you serialize more objects of the same type, which has some static data?
[18:50]<lcs>nope, only one
[18:51]<zxw>I think you can make a property that returns the static data. Then make it an [XmlElement...] or something.
[18:51]<lcs>yeap i can
[18:51]<lcs>i already did 20 of them
[18:51]<lcs>10 to go
[18:51]<zxw>So, why don't you?
[18:51]<lcs>;P
[18:51]<zxw>heh
[18:51]<zxw>That's the solution. I suspect that your design isn't the most fortunate...
[18:52]<lcs>yeap, that part of design is horrible
[18:52]<zxw>I rarely - if ever, use static methods, let alone static data.
[18:52]<lcs>i didn not think about one silly thing at the first place
[18:52]<lcs>now i would have to change whole code, now this static thingie should help me
[18:52]<zxw>And normally it's a Singleton Logger or something.
[19:03]<vyzusdjvnev>morning guys
[19:03]<vyzusdjvnev>An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
[19:03]<vyzusdjvnev>how do I fxi this. :(
[19:04]<vyzusdjvnev>I can't seem to resolve it
[19:04]<vyzusdjvnev>I changed it to local and remote under pipes and tcp/ip and no luck :(
[19:05]<rgmznrs_>where is the server installed, where is the client
[19:05]<vyzusdjvnev>on my local intranet
[19:05]<vyzusdjvnev>on my pc
[19:06]<vyzusdjvnev>when I try to see my site from VS it gives me this error
[19:06]<rgmznrs_>is your sql server and client on the same pc
[19:07]<vyzusdjvnev>mhmm
[19:07]<rgmznrs_>is sql server running
[19:07]<vyzusdjvnev>yuppers
[19:07]<rgmznrs_>is windows firewall enabled
[19:07]<vyzusdjvnev>nope
[19:07]<rgmznrs_>then you are doing something wrong
[19:07]<rgmznrs_>are you running something lame like symantec internet babysitter fucksoft or similar
[19:08]<vyzusdjvnev>shit no
[19:08]<vyzusdjvnev>i don't user av or firewalls ;)
[19:08]<vyzusdjvnev>use*
[19:09]<rgmznrs_>what's your connection string (leave the pwd out)
[19:09]<vyzusdjvnev><add name="BalloonShopConnection" connectionString="Server=(local\SQLEXPRESS; Integrated Security=True;Database=BalloonShop" providerName="System.Data.SqlClient" />
[19:09]<rgmznrs_>what the shit
[19:10]<rgmznrs_>what happened to the good old hostname and port approach :(
[19:10]<vyzusdjvnev>on my surface configs remote is set to tcp.ip and pips
[19:10]<vyzusdjvnev>this is the example from my book ;)
[19:10]<vyzusdjvnev>its doing the OOP way of connectiing I think
[19:10]<vyzusdjvnev>not the easy way :(
[19:11]<rgmznrs_>if that's OOP then I'm going to find another way of earning money
[19:11]<rgmznrs_>like selling my body to old men
[19:14]<rgmznrs_>VirusDotNET, is local the name of your pc
[19:15]<vyzusdjvnev>i changed it to KEITH-03EF132F7\SQLEXPRESS
[19:15]<vyzusdjvnev>and it didn't work
[19:16]<rgmznrs_>my advice: use another db and rid yourself of a million years of pain
[19:16]<vyzusdjvnev>oh if you try to connect i haven't got shit worth anything on my pc just to let you know ;)
[19:16]<vyzusdjvnev>I use mssql2005 though :(
[19:17]<rgmznrs_>not the express edition?
[19:18]<vyzusdjvnev>I have the Devloper Edition
[19:19]<rdyvv>how can i append text in a new line in a textBox control?
[19:55]<fgzzggzggw>!
[20:07]<sdscr>Hi, I'm using VS 2005 Pro and MSSQL 2005, I have the aspnet_membership tables etc. and I can add users via the Create User control and login.... but I can't get the ASP.NET Web Site Administration Tool to work... and I only want to have a few users, I get the following error: "An error was encountered. Please return to the previous page and try again." not very helpful. Any know how to fix this .... I have roleManager and membership configur
[20:11]<agl>how can i force a panel to show scrollbars regardless of it's contents?
[20:14]<sdscr>ScrollBars="Both"
[20:38]<vyzusdjvnev>Andreas_, you there?
[20:38]<rgmznrs_>hi
[20:38]<vyzusdjvnev>i got it working now :D
[20:40]<rgmznrs_>yay
[20:40]<-- dvxn|syzzzyus xzs>http://www.bagdadsoftware.de")
[20:41]<vyzusdjvnev>:D
[20:41]<vyzusdjvnev>thank you for your help
[20:41]<rrpygay>help whit Visual Web Developer ! ! !
[20:41]<vyzusdjvnev>Rafinci, whats up? whats wrong meaning
[20:41]<rgmznrs_>what was the problem, VirusDotNET
[20:42]<rrpygay>how how use the DataRowView wn VWD?
[20:42]<xylxjzys>hey everyone
[20:43]<rrpygay> I remember that in desktop she was used thus:
[20:43]<rrpygay>DataRowView RW = (DataRowView) TablasListBox.SelectedItem; NombreTextBox.Text = RW [“Nameâ€] .ToString ();
[20:44]<vyzusdjvnev>Andreas_, im not really sure. I just reinstalled it. Wipes the db clean did aspnet_regsql and did a Gridview by uploading the backup copy of the db and used it from the C:\ location and then i deleted the connection and connected to the sql server and it worked
[20:45]<rgmznrs_>huh..
[20:45]<rgmznrs_>really.
[20:45]<rrpygay>...
[20:47]<vyzusdjvnev>yeah
[20:47]<rrpygay>nothing ?
[20:47]<rgmznrs_>Rafinci, what is the problem
[20:47]<vyzusdjvnev>Rafinci, no clue sorry dude
[20:47]<vyzusdjvnev>i love this movie even though its an old movie
[20:48]<rrpygay>how use the DataRowView in VWD?
[20:48]<rrpygay>I remember that in desktop she was used thus:
[20:48]<rrpygay>DataRowView RW = (DataRowView) TablasListBox.SelectedItem; NombreTextBox.Text = RW [“Nameâ€] .ToString ();
[20:48]<rrpygay>it excuses my terrible English
[20:48]<vyzusdjvnev>whats the weird acsii code im seeing?
[20:48]<vyzusdjvnev>Rafinci, don't worry its cool







