Answer Questions
Jerryman Where's the Web dev forum?
Like the title says... where's the Web dev forum for us ASP.NET monkeys My guess would be that they're at http://asp.net/forums/ . It appears to me that these particular forums are based on CommunityServer :: Forums, owned by Telligent Systems, who also has the contract for maintaining and supporting (I believe so anyway, someone correct me if I'm wrong) http://asp.net , which leads me to believe that they pr ...Show All
Ansu Help to call Bash script from .Net class
I need to call bash\shell script that will run on remote Linux box from windows box. We use cygwin for interfacing with linux box from windows box. Can you advise on what namespace\class can i use or any links\urls where i can find more information on this. Hoping to hear from Geeks soon. Thanks! ...Show All
Ilyck Reflection and Structures
I'm trying to track down any materials, code, books, etc, that cover the topic of dealing with structures via reflection. This topic appears to be non-existent; nobody talks about it. Just to be clear, By structure I am referring to something akin to the following VB code: Public Structure MyStructure Public FirstName as String Public LastName as String Public IsActive as Boolean End St ...Show All
mohamed mwafy why wont a new dataset add/import data ?
Hi Very new to VB and have express edition 2005 clean installed(no prior version). Following downloaded video instructions ( Lesson 9) I created database and some data as instructed. . Then "add a new datasource" which brings up the tables which I then tick for inclusion. Click to finish but then I get the message " Could not get type information for .... ( my database name) " The dataset name appears in the solu ...Show All
Kalpana System monitoring
Is there any way to stay monitoring changes in registry and network ports usage (like a firewall) using .Net Framework Hi Stephen, Thanks for the answeer. But I have two new questions. First - Are this APIs compatible with all MS Windows versions Second - What do you mean with "port to your favourite programming language for the CLR" Is it just call for APIs in C#,VB.Net or J# application Hello, The .NET Framework itself does ...Show All
Naga Satish Rupenaguntla find my external ip address not internal
hi, anybody know how to find the external (real) ip address using vb.net/c# thanks t There is another thread on this very issue at this location: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=297581&SiteID=1 . Please follow that thread for the answer to your question... Hi, I'm not sure what you ment as external ip. However, You can use Request.UserHostAddress or Request.HostName for ...Show All
mausau Does WinForms have a DataSource control like the one in ASP.NET 2.0
Is there ASP.NET 2.0 DataSource Control equivalent in WinForms Hi, I haven't tried ASP .net. But C# has a datasource (It may be termed as a project DataSource) Goto Data->Show DataSources or press SHIFT+ALT+D . Just follow the wizard to create a datasource... cheers, Paul June A. Domag Jacobus, The ASP.NET DataSource objects are designed to simplify the process of displaying the results of querie ...Show All
adil taqi Set generic collection? (Java HashSet)
I am looking for a collection that provides the basic java HashSet collection It seems that the System.Collections.Generic does not provide such elementary collection. Is there a reason to omit such classes in .Net 2.0 Thanks in advance, Joannes I was aware of the PowerCollection (and C5 package too). Basically, there is nowadays a strong consensus on what is expected from a simple generic collection package ...Show All
walemems MBR objects Marshal/Disconnect issue
In connexion with a previous post , I was tried to register/unregister an MBR object with .Net 2.0 beta 2 (see the code here below). using System; using System.Runtime.Remoting; using System.Runtime.Remoting.Channels; using System.Runtime.Remoting.Channels.Tcp; namespace ConsoleTest { public class Foo : MarshalByRefObject { } class Program ...Show All
Eric Feunteun uploading files to my server
Has anyone ever used the system.net.webclient uploadFile or uploadData function to upload a file from a local computer to a web server I'm trying to let the user select a file from a dialog box, and then upload that file to the server, and I need to be able to manipulate where the destination on the server is. smtraber Hello, I try to use webclient with visual studio 2003, and it success just with the PUT method and only if a webdav ...Show All
Bo Huang Problems with Network Stream and Threading - please help.
Hi folks, i have threads that are used to retrieve any data from a client after a client connects to the listener. When i try to get the server to close all connections, i do that but after it finishes closing all, it then crashes on a StreamReader.ReadLine() call. how do i make it so that when the TcpClient is closed, then thread stop correctly The StartListening method kicks it all off. Note: I've left out some private properties to ...Show All
b.schwehn DateTimePicker in DataGridView
I am using the whidbey Beta version. I have a DataGridView object in a form. One of the columns is of type date. I want to have a DateTimePicker in that column. There is a link to do this on msdn2 http://msdn2.microsoft.com/library/7tas5c80%28en-us,vs.80%29.aspx But I am afraid, the link does not contain any information. Any help would be appreciated. This appears to have been fixed in the RTM (there is ...Show All
SanJain Passport Authentication Setup
Hi, I am able to setup passport authentication on my local development machine. But I don't have any idea how to put that application in the production environment Thanks In Advance Sachin S Hi! Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was going on. The best place to ask ASP.NET questions is over on the ASP.NET forums at http://www.asp.net/welcome.aspx tabindex=1&tabid=39 ...Show All
Sam Jarawan MSFT Assemblies version problem while calling one application from other
Hi All, I would appreciate the comments and suggestions on it. I am trying to call one C# application say 'Addon' application from other C# application say 'Main' application, I am facing problem of assembly version issue because both application are using common assembly say common.dll. And Addon application is compiled with old version of this common.dll and freezed while main application is under ...Show All
DAVIDZGZ How to catch the exception of remote server close down?
I have a client/server application using remoting. It works fine. But when I close the server, the client will become hanging over in the middle of an exception dialog(view details, continue, quit one) display. Only if I re-start the sever, the exception dialog become clickable and exception contents are displayed. It says the connection to the remote server is closed. The worst is I cannot using try-catch block to catch this exception. Who c ...Show All
