Answer Questions
AGuther help me making a dialler using VOIP by asp.net
Hello friends , i have done this previously in vb6.0 using TAPI. I am new to asp.net can any one tell me the basic concept of making dailer using VOIP in asp.net. Plz just give me the concept , rest i will do... Thank You Very Much in advance Can you send me the code for the same in VB6. I am new to TAPI and need help email: bhavsar@gmail.com Thanks I woudln't mind also getting the a ...Show All
medhat__1 How to make a copy of a list?
I wish to make a copy of a list, where the elements of the list are also copied, instead of just the references, so I can then change them without affecting the original elements. It seems a very simple thing, it should be like: MySecondList = MyFirstList.CopyAll(); but I cannot find it. Come to think of it, I don't know how to copy the elements one by one either if they aren't simple types. Strange, I never needed to do this before. ...Show All
smiley78 how to attach acces file to project in visualstudio 2003
hello can anyone help me to attach acces file to project becouse now when i change location of project, my project stop working becouse it has to be in same place where it was when i was adding a connection. I want to be able to change location of application and mdb file without any problems thank a lot arek Arek, While developing applications it is always a good thing decoupling your application with o ...Show All
Barry_S Issue with Socket Buffer
Hi, I am facing an issue with the socket buffers as described below: Version: 1.1.4x NameSpace: System.Net.Sockets Class: Socket Setup: An Asynchronous TCP Client Server Setup. Test: Server: Fires beginsends continually to client/s Client: Stays connected but blocks on receive.[or does not call receive] {I've forced it to do so in this ca ...Show All
Crimson_Blah connection to access db
HI people, i have visual studio B2. i try to connect to a access data base with control bidingsource but after i select witch table i want i’ve get this error: "Some updating commands could not be generatied automatically. The error message was: ERROR [HYC00] [Microsoft] [ODBC Access Driver] Optional Feature not implemented" Any sugestions Thanks Yupypt Ok...I'm going to ask the obvious...is the DB open when you're ...Show All
penguin666 One public/global connection or not?
I'm in a dilemma, others suggest just using one and just open and close it as necessary, others say instantiate one as the need arises, which is which I hope to get clarifications from you guys... BTW, this is for desktop application only. TIA Although there are same cases where special handling of connections is useful, I'm going to chime in on the side of only openning the connection when you actual ...Show All
itosu .NET Framework 2.0 question
I appologize in advance if some of my questions to the forum is a little out of place. I am not a programmer or developer, just a gamer, system builder, and network administrator of a home network. After installing .NET Framework 2.0, Direct X9.0c's Diagnostic shows that one of the two system.dll files is missing. The one that is listed belongs to 1.1, so logic dictates that it is the one for 2.0 that is missing. However it is in ...Show All
Trevor Watson Problem to connect to AD
I'm not sure this is the best forum to ask the asnwer because the problem is hard to surround... I have a web application using Forms Authentication and doing the authentication by checking in AD. I will also retrieve some other information from AD on the user or its group. Then I have some unit tests that will use the application by generating some HTTP GET / POST web request. Each night, my application is built on the Team Foundation ...Show All
ms citizen SslStream client authentication fails
I have set up a client and server app for testing SslStream. Connecting and authentication works fine as long as a client certificate is not requested. When I call AuthenticateAsServer with the clientCertificateRequired parameter set to true, authentication fails. In the RemoteCertificateValidationCallback (on the server) the sslPolicyErrors parameter has a value of SslPolicyErrors.RemoteCertificateNotAvailable, the certificate and chain parame ...Show All
Jim McCarthy If I uninstall .NET 2.0 (i don't even know what it does) will it break my computer?
Sorry, this probably even isn't the right forum... I don't even understand the topics, they're all gibberish to me. ... Anyways, I don't like having programs sitting on my computer taking up lots of space when (a) I don't use them and (b) I don't know what they are. If I delete this .NET 2.0 thing, will it screw up my computer or inhibit my ability to do anything useful As far as I can tell from trying to read the forums it looks like it is ...Show All
Eagle 101 The Undo operation encountered a context that is different...
This is not specific enough information for me to know what I did wrong and where. Does anyone have any insight to this It appears to have something to do with asynchronous socket I/O completion. System.Transactions Critical: 0 : <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Critical"> <TraceIdentifier>http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Re ...Show All
Vinod Anand How to remove "charset=UTF-8" from Content-Type
We are experiencing problems with calling a Web Service that runs on Oracle HTTP Server powered by Apache. The Web Service returns 400 Bad Request. The explanation I got from the developer of the Web Service is that Apache doesn't accept messages that contains the information "charset=utf-8" in the Content-Type field in the HTTP Header. How can I remove the charset=utf-8 from the Content-Type field I have tried to override the GetWebRequest me ...Show All
jiangsheng validating username/password across the network for \\pcName\c$ connection
I would like to know how to code into my program automatic authorization across a UNC connection. I have .config files on other pc's in a Microsoft Active Directory network environment that need to be changed from time to time. So let's say there is a pc called POS151 on the network and I need to change some text in a file on that pc....I would like to know how to program authentication to POS151 so I can access the following path a ...Show All
egyamado Files outside of virtual folder hosted in IIS?
I have several DLLs installed in c:\program files\[product name] where they are needed by a Windows Service. I would also like to host some of these DLLs as remote objects via IIS. I'd really like to host the DLLs that are already installed without having to copy them to a virtual folder's bin. I guess I could make the c:\program files\[product name] the virtual folder but that seems dangerous and web.config would still expect the DLLs to be in ...Show All
Uggy Graphics software development
I have an idea for a specialized graphics tool but can't find any resources to get started. All the programming books and online resources I've found so far deal mainly with business applications and don't delve much deeper than that. I want it to be a product similar to packages like Paint Shop Pro or Photoshop, only much simpler. Can anyone suggest any books or websites that can point me in the right direction for this sort of thing Th ...Show All
