473,544 Members | 1,822 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET Framework Forum

Microsoft . NET Framework - Ask questions about Windows Communication Foundation(WCF), Windows Workflow Foundation(WF), applications (web, server, smart clients, console and database).
1
3,684
thread by: Brad Wood | last post Feb 9 '06 by: Brad Wood
If I run this console app (outside the debugger), I will see both Console.WriteLine statements: class Program { class MyClass: IDisposable { public void Dispose() { Console.WriteLine( "MyClass dispose called" );
1
5,023
thread by: John Slagle | last post Feb 9 '06 by: Martin Honnen
I am trying to parse this XML fragment: <xsl:apply-templates select="_APPLICATION/MORTGAGE_TERMS" mode="attrSpec"> <xsl:with-param name="elem" select="'LENDERLOANNUM'"> </xsl:with-param> <xsl:with-param
4
1,225
thread by: Gadi shor | last post Feb 9 '06 by: md
Hi I will be glad if someone can send me the fixed code to gadshor@gmail.com Thanks Gadi *** Sent via Developersdex http://www.developersdex.com ***
0
1,660
thread by: Federico Caselli | last post Feb 9 '06 by: Federico Caselli
Hi, I need to communicate between two processes. I tryed using named pipes, but I'm afraid it's too complex for me... I'd like to explain what I need. The two processes must just exchange an array of two bytes. The successive writes should overwrite the previous ones. For example, the process A sends byte0=7, byte1=9 and then it sends...
1
1,067
thread by: asdf | last post Feb 9 '06 by: C.C. \(aka Me\)
Hi, Currently, I have one database for Intranet clients on the server behind the firewall. But I was asked to allow the extranet users to access the same data. From the security perspective what is the best way to make that data accessible. Should we have two databases one for Intranet and one for Extranet? In that case the second one...
4
1,328
thread by: Eduard Witteveen | last post Feb 9 '06 by: Taras
Hello, I want to store (database-)data on my local machine. Traditionally would choose to use a ms-access database to store my information. -> Is the choosing ms-access a good idea? (do i need to install mdac / jet stuff? and which version is recommended) What are the alternatives? (Berkeley DB / embedded mysql / ... ?) -> What is the...
2
1,208
thread by: Chris | last post Feb 9 '06 by: Chris
I'm trying to write a web service in Java (with Axis) that needs to be able to be consumed by .NET clients. I've gone through all the examples in the Axis documentation and still can't seem to get it to work. Could someone please point me in the right direction? Thanks!
0
885
thread by: Peter Rilling | last post Feb 9 '06 by: Peter Rilling
In previous VS.NETs, there was a command to quickly generate reference documentation based on the slash-docs. Since nDoc does not fully support ..NET 2.0, what is the feature in VS.NET 2005 that can create the documentation (assuming they left such functionality in the IDE).
0
983
thread by: Vince Varallo | last post Feb 9 '06 by: Vince Varallo
Is there anyway to prevent a postback event when a web part is moved into a different zone? I am using the MSNBC weather web part and it fires a java script which is causing an error because the page is posting back. Thanks in advance, Vince
0
1,452
thread by: Idriss | last post Feb 9 '06 by: Idriss
I am using VS2005 and WSE 2.0. I am using the new async web methods calls i.e proxy.MethodAsync and proxy.MethodCompleted event handler My question is if I have several methods in the web service, is there an example to direct all async calls to the same event handler. thanks Idriss
2
1,185
thread by: ThePinkPanther | last post Feb 9 '06 by: Mattias Sjögren
Hi. I'm looking for a way to make a delegate point to a constructor. I'm not too sure i'm explaining it right,so here's a sample code to demonstrate. ----- using System.Windows.Forms; class xyz { public delegate Form MyDelegate (string input);
0
968
thread by: Mark A. Sam | last post Feb 9 '06 by: Mark A. Sam
Hello, I am learning to use Visual Web Developer 2005 Express Edition. I am using a Gridview control with a remote SQL Database connection. Whenever I configure the data source I am asked for the password from screen to screen. When I first drag the control onto the page, it asks for the password twice and sometimes when I previiew the...
2
1,885
thread by: ThunderMusic | last post Feb 9 '06 by: ThunderMusic
Hi, I must print a PDF report from a windows service (so without human action). The pdf is located in a specific place on hard drive that is accessible to the application. Until now, I've only been able to open the pdf file and the press on the "Print" button in acrobat. But that exactly what I must avoid. The service must load the document...
2
2,685
thread by: Duncan | last post Feb 9 '06 by: Duncan
Can I use the contains() function within an xpath query to return a node whose attribute contains some text? Something like: selectNodes("//Dataset so for the given xml doc <root> <Datasets> <Dataset name="dataset1" Pattern="abc" AnotherAttribute="xyz"/>
2
2,826
thread by: JP Ogden | last post Feb 9 '06 by: Cor Ligthert [MVP]
I have a some .NET code that I need to translate into VB. Does anyone know how to do this? If so, thanks in advance! Here is the code. I only need the translation code between START TRANSLATION HERE and END TRANSLATION HERE translated. Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
0
1,302
thread by: Soung | last post Feb 9 '06 by: Soung
I'm trying to create a simple test application that can talk with the Java based web service. The problem is everytime I execute my client application it comes back with an error message saying "Authentication Failure". I did check the packets and it actually send out the message and server responds back with the failure message. My code...
1
1,014
thread by: thirumalairajan | last post Feb 9 '06 by: Rik Hemsley
Dear friends, We are developing an application in VB.net (Visual Studio 2005). Please suggest an automated tool to test the application for GUI, Functional testing etc. The operating system is XP or Windows 2000 Prof. rgs, Thirumalairajan
0
994
thread by: NuCar | last post Feb 9 '06 by: NuCar
I have developed an applicazione that uses MSXML 4.0. To distribute this application I have created an msi that includes the MSXML4 merge module. Because I want that an user of USERS group can be able to install the msi I have set this as per-user msi. So the MSXML 4 installation is per-user. Can I have some problems with a MSXML4...
0
1,414
thread by: Ian Ceicys | last post Feb 9 '06 by: Ian Ceicys
I’ve been tasked with doing documentation on the project I’ve recently joined. Here’s what I’m looking for in terms of documentation. I want to generate a diagram from a huge .net 1.1 Winforms application that relates every form with the corresponding button/command that invokes that form. In other words I want to output a diagram that...
0
246
thread by: Gadi shor | last post Feb 9 '06 by: Gadi shor
Hi I will be glad if someone can send me the fixed code Thanks Gadi *** Sent via Developersdex http://www.developersdex.com ***
2
2,079
thread by: bonk | last post Feb 9 '06 by: Carl Daniel [VC++ MVP]
Hello, I am currently trying to wrap my head around what actually happens when I compile a normal (native) c++ class with the /CLR Flag in Visual C++ 2005 (C++/CLI). Suppose I have the following class deklared in c++: // #pragma managed or #pragma unmanaged // does not seem to make any differnce here
0
891
thread by: Gadi shor | last post Feb 9 '06 by: Gadi shor
*** Sent via Developersdex http://www.developersdex.com ***
0
1,015
thread by: delfion | last post Feb 9 '06 by: delfion
Hi. I have an <asp:dropdown> control to which I add items on the client, when the page is posted back I get this error message. Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this...
0
1,001
thread by: Steve | last post Feb 9 '06 by: Steve
C# I have a requirement to auto generate Jobs in our application. I have setup various maintenance screens etc so they can create Job Templates, and set up a schedule for these. So they can say Every Monday generate a job based on JobTemplate1. I have written some more code which currently sits behind a button. When the user clicks...
0
546
thread by: XML newbie: Urgent pls help! | last post Feb 9 '06 by: XML newbie: Urgent pls help!
I am using Vb.net. I am new to XML.I appreciate your help in advance. Please reply soon. When I try to parse: I get the following error message: Unable to cast COM object of type 'Microsoft.SqlServer.MSXML6.DOMDocumentClass' to interface type 'MSXML2.ServerXMLHTTP40'. This operation failed because the QueryInterface call on the COM...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.