473,544 Members | 1,781 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).
8
1,699
thread by: Dmitry Akselrod | last post Feb 9 '06 by: Paul Clement
Hi, I have a recursive application that walks through a directory structure on a Hard Drive and writes various file information to a single table in an Access 2003 database. I am opening a connection to the database at the start of a worker thread that does all of the work. The connection is closed when the worker thread completes. I am...
1
1,694
thread by: Marco | last post Feb 9 '06 by: krishna.bitla
>From a ASP.Net application, I need to access to a remote shared directory of a file server. Unfortunately, I must access to this file server with a different user, not the user impersonated by the web application. I want that Directory.GetFiles() uses a specific user to access to the shared directory. Is it possible? Thanks...
1
1,384
thread by: DiTieM | last post Feb 9 '06 by: Martin Honnen
I would like to make a call to <xsl:apply-templates select="nodes with the same name"/>. To understand this better, we could think about email. In an email box there are several emails from several users. When clicking in "Order by Date" or "Order by Name" all emails are grouped by that "attribute". I would exactly
4
1,340
thread by: tascien | last post Feb 9 '06 by: Kevin Spencer
Hi guys, I have a class object I want to expose in a webservice class... How can I make sure that all objects including subclasses are exposed in WSDL. here is an example: Public Class Lists '< - class for all lists.. Public Class List ' <- class for a single list contained in Lists class... ' Member vars...
0
1,065
thread by: lukasz | last post Feb 9 '06 by: lukasz
Hi, could somebody analyze a class and suggest what to do to avoid hanging the class (thread) when the application calling it exits? (Other than using background threads). This class is something similar to a splash screen. Thanks using System; using System.Drawing; using System.Windows.Forms; using System.Threading;
1
1,559
thread by: Chris Ashley | last post Feb 9 '06 by: Josh Twist
I am trying to log all the messages sent to/from my web services and read somewhere that WSE2 would let me do this. I have just installed this and added the following to my code: <microsoft.web.services2> <diagnostics> <trace enabled="true" input="inputTrace.webinfo" output="outputTrace.webinfo"/> </diagnostics>
1
2,173
thread by: bjansson | last post Feb 9 '06 by: Josh Twist
Hi! I have a web service. The clients calling the service has a timeout set to 10 seconds. Is there any way to see wether or not the client has done a timeout on the server? I need to see it so that I can abort the database transaction. One possible workaround would be to set the timeout on the service to the same as the clients. I tried...
3
1,887
thread by: LJ | last post Feb 9 '06 by: George Bina
I am trying to define two xml attribute in my xsd so that they are mutual exclusive and one of them is required. For example, if I have two attributes, they are either <xsd:attribute name="p" type="xsd:string" use="required" /> <xsd:attribute name="c" type="xsd:string" use="optional" /> or <xsd:attribute name="p" type="xsd:string"...
1
2,361
thread by: Filip Hendrickx | last post Feb 9 '06 by: George Bina
Hi there. I want to generate elements, choosing the element name dynamically. So I tried to use attribute value templates: <xsl:element name="{$local-name($someNode)}"> <!-- Generate element content. --> </xsl:element> where $someNode is an XML tree.
1
2,767
thread by: lit | last post Feb 9 '06 by: Mattias Sjögren
I want to use Type.GetType(typeName) for a class defined in an assembly that will be in the GAC. I understand that I must provide strong name information such as the KeyPair or versioninfo in the typeName string. The Type that I am getting is statically referenced by other classes of other assemblies that will be loaded into the appdomain. ...
6
1,294
thread by: Zoran Stipanicev | last post Feb 9 '06 by: Zoran Stipanicev
Hi! I've changed the code to use Apply instead of operator() and now I get this errors: (1) left of '.Apply' must have class/struct/union (2) left of '.GetRowNum' must have class/struct/union (3) 'return' : cannot convert from 'Expression<Lhs,Rhs>' to 'Expression<Lhs,Rhs>' Cannot copy construct struct 'Expression<Lhs,Rhs>' due to...
5
2,093
thread by: bjarne | last post Feb 9 '06 by: Dmytro Lapshyn [MVP]
I´ve made a desktop application in C# (.NET 1.1) and now I would like it to run in a local intranet. I know that I can change the .NET configuration on each client and give the specific application FULL_TRUST permission on the machine ... but isn´t there an easier way ?? Each assembly in the application is strong named, and I seem to...
0
871
thread by: Jonas Bergman | last post Feb 9 '06 by: Jonas Bergman
Hi I have a problem with an external web service that I use. Between 1 and 10 times out of 10 I get http error 400 Bad request if I call the web service from within VS 2003 (regardless if I run Debug or release mode). Sometimes it works instantly. When my program is compiled and run from outside VS it never fails.
0
948
thread by: thirumalairajan | last post Feb 9 '06 by: thirumalairajan
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
1,087
thread by: Jayesh Fojdar | last post Feb 9 '06 by: Jayesh Fojdar
hi i have installed vs.net 2002 with .net framework 1.0 sp3 the problem i am facing is as follows i have a report displayed in cr viewer and now when i print the report thru print dialog of cr viewer i get expontentional no. of copies of print out (i.e if i change copies to 2 i get 4 copies and when i change copies to 3 i get 9 copies )...
0
1,007
thread by: Lolo | last post Feb 9 '06 by: Lolo
Hi all, I'm trying to use this function SetForegroundWindow on Wndows 2003 server, but it is working when I have a Administrator level and when I try the sameprogam with the operator level I have an exception like <Impossible to run this information from the remote pc>. I tryed the same program on Window XP with the operator level and it is...
0
899
thread by: Jack | last post Feb 9 '06 by: Jack
I am trying to receive xml files on my server which are posted from another server using http post. I need help in designing a receiver which will accept this xml file and send back a success message back to the sender. Can someone give me some code examples on how to design this piece? I am having difficulty proceeding with the design here....
0
899
thread by: Jack | last post Feb 9 '06 by: Jack
I am trying to receive xml files on my server which are posted from another server using http post. I need help in designing a receiver which will accept this xml file and send back a success message back to the sender. Can someone give me some code examples on how to design this piece? I am having difficulty proceeding with the design here....
5
1,623
thread by: Cleyton | last post Feb 9 '06 by: David Levine
Hi! I would like to know if is it possible start an application through WINDOWS SERVICE using System.Diagnostics.Process.Start()? I've tried to do this but nothing happens. Tks!
4
3,917
thread by: 3Cooks | last post Feb 9 '06 by: Cor Ligthert [MVP]
I have a windows application written in Visual Basic 6.0 that is going to be redeveloped in dotNET. We are trying to decide if we should deploy using Webforms or Winforms and I need advice from someone who is not on my team. The VB 6.0 application is used by approximately 100 users. All users reside in-house. There is an existing...
4
1,350
thread by: MorAdan | last post Feb 9 '06 by: Bruno van Dooren
Now Begin to learn Visual C++ and have a problem... How to change the properties of CStatic object in the program-code? I can't create a member variable associated with this object (as I did with, for instance, CButton...) Help me, please!!!... -- MorAdan
3
4,779
thread by: Jeff Richardson | last post Feb 9 '06 by: Kevin Yu [MSFT]
This is a repost from the InfoPath news group. Hi, I am writing a SharePoint application that works with InfoPath forms. When a user submits a completed InfoPath form to a forms library my code processes the posted xml file by reading the data into a C# class object that was generated by XSD.EXE. The class was generated from the...
4
1,267
thread by: moondaddy | last post Feb 9 '06 by: Peter Huang [MSFT]
How do I get all my assemblies to have the same build number? -- moondaddy@nospam.nospam
0
843
thread by: Tedmond | last post Feb 9 '06 by: Tedmond
Dear all, Does ADO.NET support VAX Aplha DBMS? And How? Thanks for any help! Tedmond
5
1,926
thread by: Joe Thompson | last post Feb 9 '06 by: Ted Williams
Hi, I am using VS.net 2003 to write a managed C++ windows application. My main form traps the WM_DEVICECHANGE message and calls a method in my own unmanaged class passing the wParam and lParam. In the method, I cast the lParam to a PDEV_BROADCAST_DEVICEINTERFACE like: pdbcd = (PDEV_BROADCAST_DEVICEINTERFACE) lParam; The problem I'm...

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.