Answer Questions
scheppsr77 WSE 3.0 problem
I am developing a web services app in compact framework and want to use only MTOM feature of WSE 3.0 for dending data but if possible would love to use other features also I enabled WSE 3.0 in my web services app but as soon as i built my code I got a lot of errors. So I tried msdn and found foll article . This did a great work and most of the errors were removed except one "The type 'System.Web.Services.Protocols.SoapHttpClientProtoc ...Show All
Asanga Manage Problems with web services in VC++ 2005
Hello, I tried to add web service reference (through "Add web reference" context menu item) into my newly created windows forms project, I listed WSDL file in editbox, clicked "Add reference button" but I got these errors immediatelly after the wizard window was closed: ------ Build started: Project: WSTut, Configuration: Debug Win32 ------ Compiling... stdafx.cpp d:\mywork\source\vc++\wstut\wstut\contextProvider.h(196) : error C20 ...Show All
qifeng holland culture
Hi , Can any one of you please specify the culture which should be used for Holland. I used nl-NL. With this if I want to add a minus figure to some number it gives the minus sign after the value. eg 200,00 10,00- Please note that this is not to minus 10 from 200 but to add "minus 10 " to 200. I think according to holland this "-" sign should come infront of 10. Can any one please specify why this is coming behind the 10... Thank in adva ...Show All
sanjeewa SQL UPDATE - "No value given for one or more required parameters"
I've used this structure in several other C# database programs with success, until this app. Now I'm receiving this: "No value given for one or more required parameters." The key is SAMS_ID. The data is text, no numeric fields. The code I used is below. I've tried removing the single quotes from around the date field and also from around any fields that contain numbers but still receive the same error. Anyone know w ...Show All
IanG Manage a dataset from web services
Hi, I have a dataset in a windows forms that retrieves data from a DataBase, and i want to update, delete and add rows. I have to use Web Services, how can I do it Thanks in advance. pass the dataset from win form to web method as an input parameter.Use the dataset to update the data in the database. Thanks Manish This is how i do it. I need to use WebServices to retrieve information out ...Show All
Dan Marin Failed to access IIS metabase
Getting the following when am trying to run a web client in Visual Studio 05. I have already set the permissions using "aspnet_regiis -ga aspnet" for the web service I created and it works fine. Switch projects to the client and i get this. Switch back to the web service and it works. Failed to access IIS metabase. Description: An unhandled exception occurred during the execution of the current web request. Please review ...Show All
Abadisoft .xsd ordinal
Hi, Using Strongly Typed dataset, I would like to refer to a column. This is what I am doing at present: //dsEmps is the .xsd EmpBusRule.EmpService.dsEmps employeeDetailsData; int intEmployeeIDColumn = employeeDetailsData.Employees.Columns[0].Ordinal; int intFirstNameOrdinal = employeeDetailsData.Employees.Columns[2].Ordinal; My intention is to use something like : int intEmployeeIDColumn = employeeDetailsData.Employees.EmployeeID.Ordin ...Show All
fwind monitor
Hi, I would like to write a little program which monitors a specified Service, and if it isn't running, starts it how is this possible please Thanks Hi If the person you are intending to give this to already has the .NET Framework installed and the only code you are using is that posted then you could just give them the executable file that resides in your project\bin directory. Alternatively, you can ...Show All
cstout Writing to Excel file through ODBC
This is more of an MFC/ODBC problem not .NET, but there don't seem to be any fora for MFC... I'm trying to write to an Excel file using ODBC. Lots of places on the web say this is possible. But... whatever I do my datasource is always readonly. I'm using MFC, so doing something like this: CLogRecordSet rset; rset.Open(CRecordset::snapshot, NULL, CRecordset::appendOnly); ASSERT(rs ...Show All
Whitney New Class. How can i made it?
Hello, i want make a Control for me. A Control what have some Panels inside. (like TableLayoutPanel). The Panel at Top have a Label inside that shows the Caption. The Panel at bottom you can use as Panel and can have other controls inside. I made one with a UserControl. But the BottomPanel don’t want work. I can’t put other controls inside. How can i do this Thanks If you want it to act like ...Show All
ShadowChaser .net Validator Control not functioning on host site
Welcome All Hello . I m having problem with .net Validator control. These .net validator controls are functioning on http://localhost /................. but on www.website.com/ ........ it is not functioning. So reply me if you have any solution. Means when I run my application from localhost, validators works. But when I run my application from hosted site it doesn't. Your reply will be highly appreciated. Regard ...Show All
Simon dotnet convert How to use Process.OnExited()
I am using processes in my code that I need to generate an event when they are finished. I am assuming it has something to do with the System . Diagnostics . Process.OnExited() method, but the documentation on it is sparse. I use code similar to the following: System . Diagnostics . Process proc = new System . Diagnostics . Process (); proc . EnableRaisingEvents = false; proc . StartInfo . FileName = "H:\pebld\wookie.bat" ; ...Show All
Kawish How to dynamically change connection string in generated dataset class?
I have a project with database classes which are generated from database objects. That is I add a dataset to the project and drag and drop a database object onto it. The problem with this is that I have to give a connectionstring which is stored in the code. This is ok while developing the application. But runtime I want to use another connectionstring, both for security reasons and because each user of the application will correspond to a datab ...Show All
melissanator exception in socket .ctor()
Hello, Sometimes, just sometimes, my socket code throws an exception with following message: "Socket operation on nonsocket" ...or something like that, I work on the polish language pack, so this is just a translation. Wierd thing is that this exception is thrown in the socket's constructor! A bit of code: using (Socket socket = new Socket(AddressFamily.InterNetwork, SocketType.Raw, ProtocolType.Icmp)) { // the exception ...Show All
avolites Basic TCP/IP
I am making a two programs, a server which will be ran on my computer and a client, which will be distrubuted around so multiple people can communicate with the server. I was hoping someone could show me the code to just connect the two programs using tcp then send a simple string from the client to the server then the server to the client, nothing fancy like encryption or any sort of error checking because i want to be able to learn from it wit ...Show All
