Hi,
Recently I have started a project where one of the main tasks is to create a client for AXIS Web service. Our vendor has provided wsdl and some API programmer documentation. Let me just add that our client environment is .NET 2.0. According to the documentation each operation (web service...
Hi all,
I'm trying to make a simple TCP server (windows service) that listens a particular port and receive simple request.
My TCP server is:
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.ServiceProcess;
using...
i found some solution which didn't work for me :(
namespace Client
{
/// <summary>
/// Summary description for Class1.
/// </summary>
class Class1
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]...
Dear all,
I’m trying to figure out how session variables work in web services, but obviously I found myself in trouble. I would appreciate your help.
I create a web service with following Global.asax and Service.asmx files
//Global.asax
…
protected void Session_Start(Object sender, EventArgs...
Hi all,
i have a problem loading a XML formated string into a DataSet. Actually i can not find a way to do that except maybe writing a string into a file and then reading from it and populating the dataset, but that can be resource consumption.
String is...
Dear All,
i'm facing a problem with releasing of pointer mamory. Let me explain.
From a .NET environment I need to call custom API functions in a WIN32 dll written in C/C++. In order to do this I am writing a managed wrapper class using managed extensions for C++. I use the IJW approach by...
Dear all,
While importing C++ dll in my C# application I’m experiencing following problem with last parameter sessionID
I’m experiencing a problem while doing
[DllImport("ClientLib.dll", EntryPoint="APIconnect", CallingConvention=CallingConvention.ThisCall)]
public static extern int APIconnect...
Dear all,
When trying to import C++ dll in C# I found a problem that can not solve. When calling dll method I get an error:
Unable to find an entry point named ‘add’ in DLL ‘cppdll.dll’
This is the example of the code:
DLL code in C++ (VS 2005)
cppdll.h
class __declspec(dllexport) Adder
{...
Dear all,
I’m experiencing one problem with COM+ application for a quite long time. Let me describe what is going on. We have installed windows service that reads data from table. It reads periodically until end row is reached, then wait configurable amount of time (our case 3 min) and then...
Hello,
I have a problem. Any ideas??
"I have used :
Response.AddHeader("content-disposition", "attachment; filename=myfile.xls")
This opens the file download dialog box with open and save options I have expected. The save button works great, the problem is when I click, Open, excel...
Hi,
I have a problem debugging COM+ component. COM+ application (BTCom) and client application(BalanceTransfer) that call COM+ component are in the same solution. Settings are:
Solution Property Pages:
Multiple Startup Projects->check
Projects Action
Balance Transfer...
Hi,
I have a problem debugging COM+ component. COM+ application (BTCom) and client application(BalanceTransfer) that call COM+ component are in the same solution. Settings are:
Solution Property Pages:
Multiple Startup Projects->check
Projects Action
Balance Transfer...
Hi all,
I have one problem..I have made a windows service that can read Application log and notify me via SMS about specific error..That works just fine. Then I tried to upgrade the application in a way that when error occure the application would automaticaly shutdown specific COM+ componet...
Dear All,
How can I change the width of columns in DataGrid. I'm using following code for DataGrid:
DataSet ds;
ds = managerService.ReturnDataSet("select * from
transactions");
tranDataGrid.DataSource = ds;
tranDataGrid.DataMember = "transactions"...
Hi!
I have a trouble with syntax of Filter Criteria for my components. I would like to filter events with double parameter "value"..
Subscription.set_Value("FilterCriteria", "value<0.0");
Error occure...Can anyone help me..
thanks,
Igor!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.