Answer Questions
LegoZeBoGossOuPresque Console.writeline() will not write to a ASP.NET page, Framework 2.0
Thought for sure that I have done this in Framework 1.1, but will not work with 2.0 The problem is simply writting to the web page console, can not seem to get the Console.Writeline function to work.... Tried setting the Console.Setout() but still no success. No error messages just nothing displayed from the Console.Writeline function. MSDN documents the issue if the default output is not the console, nothing is displayed. Any help app ...Show All
jordanb412 .NET Framework
My Norton Systemworks Win Doctor indicates that I am missing file .msvr80.dl in >NET Framework 2.0. It sugests that it be reinstalled..which I did.. but when Norton Win Doctor is run again, the error persists. Norton states it cannot correct the error. Please..I need help..urgent!! I tried repairing it, and does not correct the problem. Thanks Joe ...Show All
Shannon Wright how to retrieve image from database?
Hi, what is the best way to get an image from an access database and be able to display it on a form. Thanks the best way isn't to store the image in the database but to store a file path. You can then use the path in the picture box to display it. If the image is stored as a BLOB then looky here http://office.microsoft.com/en-us/assistance/HA011472041033.aspx#DispImgWinOrForm It mentions using the ...Show All
Sai Shyam Datarow
Please some one help me. I have a datarow which is a selection of a few rows from a datatable using the Select method of a datable . Now I want to diplay this roys in a variable, basically an array, ho do I go about this. My code is shown below. The error I get is "Object reference not set to an instance of an object." Please someone help me. Private Sub Show_Order_Datails() Dim i A ...Show All
gfs N- Tier Architecture in ASP.NET 2.0
Hi .. I have to create n-tier architecture for my new project with visual studio 2005, asp.net 2.0 and SQL 2005.. I had seen my sample applications for that but they all are using a single project and creates Business and DataAccess class in App_Code directory so i am confused whether to use differenct projects (say one for BAL , one for DAL ) or to merge them in the single project... Any idea on which approach is better for a long term project. ...Show All
Vikas Verma [MSFT] web service to return ado recordset
Hi, using Vs2005 to create the web service I would like to somehow return an ado recordset that can be consumed by a legacy VB6 app. I have no idea as am a total noob. Thankyou Thanks Mintu, I'll try stepping through that idea. Unfortunately being a noob I'll now have to figure out how to write a com component. Thanks Hi One way to achieve it to have a .NET Web Service cl ...Show All
Olivier B. Can't get a TCPClient Connection working
I've been working on this same thing for quite some time now. I'm trying to make an admin console to manage my IRC server, but I can't get past the beginning stages of establishing and maintaining a connection. I finally copied the code out of the project and made a new one with just a textbox, trying to just dump every bit of data I'm sent into that box, but even that isn't doing anything now. I've looked into IRC communication, so I know I'm u ...Show All
jkonair control xmlSerializer
hi, Do u guys know how to control the serialization or any methods to get the XML output like shown below <root> <abc id="1" name = "john">contentAbc</abc> </root> Thank you ...Show All
schwabbie Creating new tables using DataSet....
Hi All, I have one datatable in my dataset that is not in my DB. I want create this new table using DataSet. Is it possible to create a new table via DataSet using ADO.Net concepts. If possible means how to do this I don't want to use SQL create statement. Thanks in Advance, Arun So I guess you don't even want to create a table in the sql dataadapter I think what you need is to add a datatable ...Show All
pratap Kumar ConstraintException
I'm getting the above error on this code: Private Sub AddAlbums( ByVal node As TreeNode, ByVal intCategoryID As Int32) Dim taTracks As New MP3Manager.MusicManagerDataSetTableAdapters.TracksTableAdapter Dim dtTracks As New MP3Manager.MusicManagerDataSet.TracksDataTable Dim newNode As TreeNode taTracks.FillByAlbumName(dtTracks, intCategoryID) ...Show All
Matt Kosorok bug in serialport.close() ?
Hi ! Here is my problem ... I developped in C# a class heriting from SerialPort. It contains functions structured like this : serialPort.open(); ....write....read.... ans so on; serialPort.close(); I use a timer to run theses functions every miliseconds. After a time, the application freeze. When i debug using "break all", i see a green arrow pointing serialPort.close(). When i press F11 to go to the next instruction, i can't see any y ...Show All
Chandan Jhalani Waiting and Waiting and Waiting on email to publish
I used this example from a previous thread and the code is still not operating correctly. If you publish the email and close the app, the email is sent pronto. If you keep the app open then the email is published in the next 5 minutes (painful). Thanks in advance! Imports System.Net Imports System.Net.Mail Using mailMessage As New MailMessage() With mailMessage .To.Add( "yourname@domain.com&q ...Show All
5spot Validating a Client
Can anyone tell me if it is possible (and if so, how do I do it) for a remote server object to validate that the client making a remote call is a specific application or component I am trying to create a remote server that will provide potentially sensitive information (such as encryption keys) to applications. The application would use the information internally without revealing it to the end user. However, I want to ensure that a ...Show All
guariox How can I detect available SQL server instances in the neighboring network?
I'll include this in my installation program so that it's easier for users. Any idea Thanks Is there any rhyme or reason to why it shows up I mean, are you using the same account each time when you are on different machines. Hi David, Thanks for feedback item, how do I vote yes for it on the link It is a serious problem indeed. hello i search in the same forrest... :-) please try with ...Show All
kjk___ socket.beginRecieve problems
I have written a program based around the example code at http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/cpconUsingNon-blockingClientSocket.asp . It's a asynch socket recieve function. After recieving the stream i don't know how i can get the string built with streambuilder, considering the function is static and the rest of my program is nonstatic. When I use breakpoints i can see that i have recieved the stream t ...Show All
