Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested .Net Application Servers Solutions: 1 - 25 of 61
 
My windows vista table pc has started showing this error
I am using the following code to HTTPS post an xml file to third party server. Now I believe I am able to send the file correctly but I need to pass a HTML input field value of type hidden as ...
User gets error when printing through terminal services presentation application with .Net framework version 3 with SP1. The server and client are running this version of .net but still the er...
Hi , when ia m trying to unit test my application using Visual studio unit tests when i am testing the webservice call my test is failing and giving me this message . as i am doing this as ...
When i am trying to take remote desktop it show atbroker.exe - application error
I have been getting a strange error with regards to WebResource.axd and ScriptResource.axd lately. The background information is as follows: I have developed a records management application w...
I programmatically created a datagridview with two cells.  The first cell is a combobox, the second cell is a text box.  The combobox is bound with a datatable, which include a datasource, val...
Hi, Could you please tell me how to read rss feed in c#. If you would provide me any code that would be great. Thanks in advance
I have an IIS 6 server with ASP.NET installed and .NET frameworks 2 and 3. I'm trying to host a WCF service on the server. When I display the list of Web Service Extensions in IIS Manager ASP....
how to upload file using open and save dialog box  - vb.net Thanks
I am running windows 2003 Enterprise Server SP1 and sql server 2k w/ SP4.  I have installed a new installation of WSUS with no errors in the event logs or setup logs.  I had one error relating...
I've declared a UDP socket as shown below. I want to Bind to port 20000 and receive all incoming data. I also want to be able to send data to any IP at that has previously sent me data, but ...
Hi Everyone, In my windows 2003 server running IIS 6.0. the ASP.net version under the IIS/Web Service Extension is 1.114322. I have installed .net framework 2.0 /sp1 and 3.0/sp1 and 3.5. but ...
I cannot get gmail to work with CDOSYS.  I have gmail MX settings correctly set up with my domain name and as far I can tel the code is correct...but I still can't send mail out.
Hello all, I've been working with ASP.NET for a bit now, and have set up a load-balanced cluster of two Windows 2003 servers (IIS 6.0) for a web app I wrote, and am using the "StateServer"...
We have created an application in VB.net in a Windows XP environment.  We are now attempting to test it on a Vista 64-bit machine.  During the installation process, the graph32.ocx fails to re...
I have a WCF service hosted on IIS 6. When I browse to the service.svc file the text of the file is displayed in the browser instead of displaying the page that says you've created a service. ...
Hi All, I'm just learning Sharepoint 2007 and trying to figure out the extent of its capabilities. Since it uses a SQL Server backend I'm wondering if "lists" can be structured as "Master-D...
My experience with XML is limited.  I am trying to extract data from the sampling of the below XML file at end. The data use to be in a text file that was imported into Excel and processed via...
Got this error in my event logs on my front end Sharepoint 2007 server. No errors in the SQL logs. I have installed the hotfix and tried every article on the web we could find with no relief. ...
I am using .NET 2.0. I am trying to change the Datatype of Datacolumn after the data filled in but as i know it is not possible so i tried to use the “Expression” property of Datacolumn to cre...
Hi expers I have a problem: I need to import an xml file using SqlBulkCopy, the file is something like this: <CustomerFixtures> <CustomerFixture> <InternalCustomerCode>001177</InternalCusto...
Below is my code which is attempting to pass two parameters to a stored procedure within a sql 2000 database. The parameters expected by the stored procedure are @dateTo and @dateFrom, they ar...
How to get country, country code and city name by IP address in C#?
Hi Guys, is it possible to add a target attribute to an ASP.NET ImageButton something like <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="smiley.gif" OnClick="getCoordinate...