| Thread | Last Post | Replies |
|
| Interface to a namespace or a class | 26 May 2008 10:07 GMT | 4 |
I'm just wondering if a "public interface" would be something associated with a namespace and/or a class? Marco
|
| what is the location of the dll's path on a server | 26 May 2008 08:54 GMT | 12 |
I created and ran a dll, which works fin in my test enviroment... However, when I deploy it, I got a new message. Parser Error Message: Could not load the assembly 'App_Web_wldguix0'. Make sure that it is compiled before accessing the page.
|
| Question regarding event handlers and delegates | 25 May 2008 21:16 GMT | 2 |
So, say I have an instance of a .Net object with a collection of events. It is possible to get at these events and look at them with various relection-type properties. However, would it be possible to take another instance of the same type of .Net object, grab all of the
|
| MD5CryptoServiceProvider Hashing a split file | 25 May 2008 14:43 GMT | 7 |
I am very new to C# and NET framework. I am trying to hash (using MD5CryptoServiceProvider) a source that is split into several files. Now when the source is in one file I can produce the correct md5 hash. My issue is how can I reproduce the correct hash when the file is split
|
| DataView Enumerator | 24 May 2008 13:14 GMT | 3 |
I am a little confused by DataView. The Item property returns a DataRowView. However, the object returned by the enumerator used by For Each is apparently Object since I can specify any kind of object and don't get
|
| esoteric struct vs class question | 23 May 2008 20:34 GMT | 3 |
I know this is pretty esoteric but if all you have is a bunch of static methods, which is the most efficient - a struct or a static class? Or are they about the same? Thanks
|
| Newsgroups Broken? | 23 May 2008 18:25 GMT | 5 |
What happened to the NewsGroups? The main interface seems to have been taken away. I usually go to my e-mail so that I can just click the link so I can go directly to my answer - but It comes up blank --- The main page doesn't have
|
| Windows Update does not recognize my system | 23 May 2008 17:04 GMT | 1 |
When I go there it says I need to go to a mac link and I have WindowsXP2. I also had a problem trying to download a toolbar and them saying I needed to download IE-7 which I already have. I also can't download RealPlayer Superpass which I had before with no problem. I recently ...
|
| Battery Meter | 23 May 2008 17:02 GMT | 1 |
I cant seem to get the battery meter to show for my laptop running WinXP SP2. Have the advanced tab in Power Options has "always how icon on taskbar" checked. Checked the taskbar properties and saw that the recharging icon has "13 of
|
| How to repair .NET | 22 May 2008 21:23 GMT | 1 |
Hi NG, I tried to install an old VS 2005 beta on my machine. Not only did it not install, but it seems to have installed an earlier version of .NET on my Vista Ultimate system. Now programs like OneCare are failing with CLR
|
| wcf call timeout | 22 May 2008 20:21 GMT | 6 |
I have a client calling into a wcf service and get the following message: This request operation sent to net.tcp://localhost:9992/MyService did not receive a reply within the configured timeout (00:01:00). The time allotted to this operation may have been a portion of a longer ...
|
| WPF 3D Object Moving | 22 May 2008 11:00 GMT | 7 |
Since tranformations don't change the real positions of geometry3d objects, what if I wanna do so? I got an 3d object with combination of a translationtransform and a rotationtransform , both of which will
|
| How to escape text in CSharp console program | 22 May 2008 10:00 GMT | 2 |
I have a console app, that creates a xml file, I need to escape the data before dumping it in the xml file. I would use Server.HTMLEncode if it was ASP.NET. I tried System.Xml.XmlConvert.EncodeName("a&b")
|
| How can I use sendmessage to input some text into Richtextbox(C#)? | 22 May 2008 06:06 GMT | 5 |
I want to use the api, sendmessage, to input some text into the richtextbox I think I should send 'key-down' message to the richtextbox. for example,
|
| getting country area (Telephone) codes built in windows? | 21 May 2008 22:38 GMT | 1 |
how can I get the names and telephone codes built in windows in C#? setting up modem in windows it asks for country/region code you are in. 1- how can I have such a form in C# (that has a list countries with codes, so you can select the country you are in)?
|