-
- can t fill an arraylist with arrays
by rtaiss
- 3 Replies
- Last post
by Robert C. Barth
- i declare my arraylist, then i try to fill it with arrays. so each item of my arraylist will be an array itself. But it seems that when i invoke the myArrayList.Add method, it replaces the previous (items) with the current one i am trying to add, and all the items of my array list are the same equal to the current array i am trying to add.
If i have a loop like this::(this is not the exact code
-
- Localization: Common Language Runtime error...
by kawabou
- 3 Replies
- Last post
by nobugz
- hi!
I making the localization of a C# based software, but when I putting localization to true, it cause a Common Language Runtime error.... So tried to remove some lebel or textbox and it works... put I absolutly need these lebel and textbox... Does anyone ever got this problem before
thanks
-
- How do I configure web server to get a web service to run?
by FreeJesus
- 2 Replies
- Last post
by FreeJesus
- I am trying to create an ASP.NET web service using C++ and CLR in Visual Studio 2005.
The web service builds fine.
However when I attempt to view it in the browser or add it as a web reference to my client. I get this error: (even with the basic Hello World)
Server Error in '/ApplicationName' Application. Parser Error Description: An error occurred during the parsing of a resourc
-
- Insert Data into Excel sheet at the specific rows using ADO.net
by Soe Moe
- 1 Replies
- Last post
by VMazur
- I'm working on the projects which require to insert data into excel file. This is the data I want to write into excel.
col1 | Qty | col2 | Qty | col3 | Qty
d1 | 1 | d2 | 3 | d3 | 4
d1 | 1 | d2 | 3 | d3 | 4
I do want to:
1. Insert this kind of data starting from row 5.
I have the following restrictions:
1. can't use Interop; I have to use ADO.net
-
- Consuming a C# web service from Borlan C++ Builder 6
by Dan Winslow
- 3 Replies
- Last post
by Knut Herzog
- Hi folks. I am working on a client written in Borland c++. It is using an IPWorks SOAP control to generate the call, and it is emitting the following packet : POST /GPActivate/Service.asmx wsdl HTTP/1.1 Host: localhost:8080 User-Agent: /n software IPWorks HTTP/S Component - www.nsoftware.com Connection: close SOAPAction: http://tempuri.org/MEatMe Content-Type: text/xml Content-Length: 298 < xml
-
- XmlSerializer and custom attributes
by dimitrod
- 4 Replies
- Last post
by dimitrod
- Hello, I am serializing a class whose members are marked with attributes such as XmlRootAttribute, XmlElementAttribute, XmlAttributeAttribute, XmlIgnoreAttribute, etc... to control the serialization process. I was wondering if it is possible to instruct the serializer to ignore all these attributes and work as if there weren't any. The XmlAttributeOverrides allows me to override these attributes
-
- C# client cannot connect to Java Web Service
by WatchoutMac
- 2 Replies
- Last post
by Daniel Roth
- I have a C# .NET client (2.0 Framework) that needs to connect to a java web service (built with Axis) and send some data for processing. The java web service is hosted on a secured server ( I am not in control of this server or web service). I can create a web reference using VS2005 (add web reference) with the https URL of the WSDL file. VS is able to connect to the server and retrieve the WSDL.
-
- Webservices urgent doubt
by Abdul Basith
- 1 Replies
- Last post
by Ashish Basran
- i have deployed a sample webservice in my local machine. i am connected to network in my office. i needs to provide access to other users to use my service from my pc through browser. how can i give permission. can any one guide me.
thanks
waiting for ur immediate reply
-
- Using API of mercury Quality centre
by ganeshkuppuswamy
- 3 Replies
- Last post
by ganeshkuppuswamy
- HI
I have API for Mercury quality centre . I want to add defect to the quality centre using application and the API which i have. Help me to add defect to quality centre .
-
- Deflate stream issues.
by submicron
- 2 Replies
- Last post
by submicron
- Hi Folks,
I'm trying to use the deflate stream compression class provided in .net2.0 and have run into problem inflating my files. I'm trying to inflate to a byte buffer rather than a file and i'm having problems with how to define the size of the receiving buffer (i.e the uncompressed file size). I was under the impression that the size was available in the footer of the compressed data as the
-
- A Simple WebService
by mike_devlearner
- 6 Replies
- Last post
by Elena Kharitidi
- Hi! I am using VS2005 with ASP.NET 2.0 . I am new in WebServices but before I continue to SOAP model, I am trying to Request from a webservice using HTTP - GET . When I use simple text as parameters to my functions I don't have any problem at all,when the webservices respond to me with the string parameter I send them. So for now, I have a simple XML webservice that has some problems, I am tying t
-
- Unsubscribing to events from COM Client doesn't work
by Fredrik P&#229;lsson
- 6 Replies
- Last post
by Fredrik Palsson
- I've created a .Net component that has a COM interface. This interface contains events.
I've also got a VB6 client that connects to this component. It recieves the events using the VB6 WithEvents "mechanism".
Setting the WithEvents variable in VB6 to nothing doesn't make the events stop fireing.
Looking deeper into the problem I see that the IConnectionPoint->UnAdvise call th
-
- Process.Start() throws Win32Exception (Access is denied)
by Vladimir Kovalenko
- 14 Replies
- Last post
by Vladimir Kovalenko
- Hello, I have an application that runs as Windows Service. This application is run under Local System account by default. It can launch other processes using Process.Start(). But invoking Start() method throws Win32Exception saying that access is denied. I have tried all the solutions I have found in the Internet, but no luck. How could I remedy this
-
- WinHTTP Issue
by harihak
- 0 Replies
- Last post
by harihak
- Hi ,
Currently we are working on application side. In our project, we are querying the web server to receive some data. We are using WinHTTP(5.1.2600.2180) for the communication to the server. Currently we are having one crash in the main thread after receiving the data (worker thread)from web server. We are not having the access to the real time place where the problem occurs.
-
- Accepting multiple requests in server socket
by Daffodils
- 14 Replies
- Last post
by RizwanSharp
- Hi,
I want my server socket to accept mutiple requests arriving simultaneously. How can I acheive this
Thanks very much
-
- Socket::Accept() && Thread::Abort.
by David S. Anderson
- 3 Replies
- Last post
by Dave Murray (MSFT)
- In my server I have a thread that accepts client connections. In this thread I am using the standard Accept() function from the Socket class. If I comment out the accept function, my program can terminate the thread its on just fine. However, with the accept function blocking, the thread refuses to terminate no matter what leaving my program executable running even while the main GUI has closed. S
-
- Cannot reliably get all of a process's output
by Jez9999
- 8 Replies
- Last post
by Feng Chen - MSFT
- This feels like I'm missing something obvious, but from reading some other posts in this forum, maybe not. Why does .net make dealing with the output from console apps like pulling teeth What I'm trying to do is get all of the output from ffmpeg.exe, both everything written to stdout and stderr, upon its exit. This sounds easy but I'm finding it impossible to do either synchronously OR asynchrono
-
- Show multitiff with picturebox
by 1a-archiv
- 10 Replies
- Last post
by 1a-archiv
- Hi,
who knows how to show the pages of a multitiff in a pictureBox
pictureBox.Load( "c:\fax.tif" );
the first page of my fax is shown. Does anybody know how to show the second page
best reagards
Klaus
-
- Deflate stream issues.
by submicron
- 2 Replies
- Last post
by submicron
- Hi Folks,
I'm trying to use the deflate stream compression class provided in .net2.0 and have run into problem inflating my files. I'm trying to inflate to a byte buffer rather than a file and i'm having problems with how to define the size of the receiving buffer (i.e the uncompressed file size). I was under the impression that the size was available in the footer of the compressed data as the
-
- FileSystemWatcher and FileInfo.LastWriteTime
by Shu Gao
- 7 Replies
- Last post
by nobugz
- Hi,
I tried to use the timestamp of files to deal with FileSystemWatcher's duplicate events. My idea is to use two variables to remember the file name and file's last modified time, when duplicate events come, if file name and last modified time are the same, the event handler function will not respond to it.
It doesn't work as expected. I tried to debug it. By running it stepwise
-
- Update Row in MySql DB
by error1408
- 4 Replies
- Last post
by error1408
- Hi,
atm i have the following code and it works:
string cnnString = "..." ;
MySqlConnection cnx = new MySqlConnection (cnnString);
string cmdText = "SELECT anzahl FROM counter WHERE zugriffeId = 1" ;
MySqlCommand cmd = new MySqlCommand (cmdText, cnx);
MySqlDataAdapter adapter = new MySqlDataAdapter ();
adapter.SelectCommand = cmd;
ada
-
- inlining
by Andrew Shapira
- 11 Replies
- Last post
by Andrew Shapira
- At least until fairly recently, and possibly still, a lot of things prevent calls from being inlined. For example, if a called method includes struct arguments, or compiles to greater than 32 bytes of IL code, then calls to the method will not be inlined.
The best explanation for this that I've seen is that the JIT compiler needs to execute quickly, and so cannot usually spend a lot of time
-
- SMTP Mail without SMTP Service
by WRBehning
- 8 Replies
- Last post
by Dreedle
- I have a requirement for an email program to send SMTP mail without having IIS (and therefore no SMTP service) installed on work stations. I found a nice solution to this at http://www.eggheadcafe.com/articles/20030316.asp . I modified the code to fit my needs and it works. However I have a couple of issues.
One: How do I cause the SMTP server to send out delivery notifications on failure and
-
- Threading with Remoting in asp.net web service
by nmreddy83&#64;hotmail.
- 3 Replies
- Last post
by Prafulkumar Patel
- Hi,
Our webservice gets around 1 million requests per day. Every request calls 10-15 stored procedures from the back-end. We have tried to implement multi threading for these sp calls with "Thread Pool". But in peek time we get lot of requests parallelly, at that time server is crossing the maximum thread pool size and is returning error.
I heard that we can implement Threadin
-
- Xml Serializer
by andrea.guerrieri
- 6 Replies
- Last post
by andrea.guerrieri
- The .net framework try to generate runtime (using emit i suppose) all xml-serialzer, and in my application domain exist over 70 assemblies, and i need about 20 second for application startup (70% of this time is spent to generate xml-serializer). I manually build some web-service proxy using generics, and the tool for generate statically all xml serializer (sgen.exe) raise an exception when try to