Search results for query: *

  • Users: ilimax
  • Content: Threads
  • Order by date
  1. I

    WCF client with ASP.NET Web Service

    I am using Framework 3.5 in applicaton and I added reference to Service. When I add manually reference, app.cofig contains connection info. Does anybody have example how I can make that connection information dinamically in my applcation. I used in Framewrok 2.0 web reference and there was easy...
  2. I

    IDataReader and connection open

    In our Windows Forms application we use IDataReader which actually call function from one .dll where we ExecureDataReader() We have many calls in application and in some places ... For some reason I am getting error message "DataReader already open" but I am not sure where. What will happend if...
  3. I

    Make image file from windows form

    I am making drawing form. I already made it and I am able to draw on the form. I want to make one button which will save image of drawing form. So, draw on the form then save as JPEG in C drive. Does anybody have idea how to make this?
  4. I

    web server error

    I just started with ASP.Net and I see I am not able to create new project. I have error "Web server is not running ASP.Net 1.1. and I will not be able to run ASP.Net application" By error message I went to Microsoft web page and searched for problem. They have some explanation of fixing this...
Back
Top