473,544 Members | 2,322 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).
0
3,426
thread by: Steven | last post Feb 12 '06 by: Steven
I'm having trouble using an arraylist of a custom object as an argument in a webservice, everything is in VB.Net. Visual Studio I can pass the custom object as an argument to other webmethods fine, and can return it fine. I can have the webservice return an arraylist of the objects and consume them with no dramas. But whenever I call the...
9
1,685
thread by: Fazal | last post Feb 12 '06 by: Joe Kesselman
Hi, I'am developing a project for training management in a company where the department trains the internal employees. I have been given the job to display the reports. Where I got stuck with the following problem. Consider, the following xml file (Employee.xml) <?xml version="1.0"?> <employees> <employee> <name>Ravi</name>
0
953
thread by: rogsonl | last post Feb 12 '06 by: rogsonl
I have built an Access database and seem to have an "id" problem. When I create records in vb.net and the tables are empty, I get the message, the id is a duplicate when I update the database. The problem goes away if I prime the database with a sufficient number of records so that any records I add, are already deleted from the database...
2
1,191
thread by: Simon Brooke | last post Feb 12 '06 by: Joe Kesselman
This relates to my earlier questions about namespaces... When I use javax.xml.transformer.Transformer.transform( javax.xml.transform.Source, javax.xml.transform.Result) then, if I pass a DOMResult object as the second argument, there's nothing that I can see which I can get back from the DOMResult that tells me that it wants the...
5
949
thread by: Lambert Symth | last post Feb 12 '06 by: Nick Malik [Microsoft]
How can i use a variable from within a different function in which it was not set. Like the example. using System; namespace test { class class1 {
0
1,167
thread by: quat | last post Feb 11 '06 by: quat
I have two unmanaged pointer in a managed form class: IDirect3D9* d3dObject; IDirect3DDevice9* d3dDevice; In a member function of the form, I call: > d3dObject->CreateDevice( > D3DADAPTER_DEFAULT, > D3DDEVTYPE_HAL,
2
1,303
thread by: BG | last post Feb 11 '06 by: BG
Hi, I have created a C++/CLI dll, say D, with VS 2005. Now I want to use it in a project, say P, which is a console solution of type managed C++. They both compile with /clr . D has a ref class which I want to use in P. With header file of D included in P, P compiles fine, but then I get several such link errors TestDriver.obj : error...
5
2,418
thread by: James Owens | last post Feb 11 '06 by: uche.ogbuji
I anticipate working with XML and XSL a lot over the next few years (I'm in technical documentation). I also happen to be looking for a new scripting language for some CGI interfaces I'll be setting up on our in-house library. Currently I use REXX for my scripting needs, but I understand that Python and Perl are popular for XML work, and I...
0
1,015
thread by: Paul M | last post Feb 11 '06 by: Paul M
Hello, I need to examine the contents of a macro (ie the step it executes and their comments). I can look in the scripts (macros) collection but can't see the macros actions & comments (and any parameters) only top level properties. EG A macro called mcrTest has 2 actions:
1
1,565
thread by: ThunderMusic | last post Feb 11 '06 by: Chris Taylor
hi, Is there an easy way to change the default printer from .net? thanks ThunderMusic
8
2,023
thread by: Simon Brooke | last post Feb 11 '06 by: Simon Brooke
I was debugging a new XML generator tonight and trying to determine why it wasn't working; and realised my dom printer does not output XML namespace declarations. My method to output an Element is as follows: /** * Print an element node, and, by recursive descent, it's children * * @param node the node to print
1
2,110
thread by: WolfsonNYC | last post Feb 11 '06 by: Norman Yuan
Anyone know how to enable Directory Browsing using the Cassini web server on .Net 2.0 ? Right now it says HTTP Error 403 - Forbidden when I go to a folder on my web site. Thanks, JW
2
1,471
thread by: mangia | last post Feb 11 '06 by: mangia
I have a client PC running a C# program that obtains data from an SQL Server database. The computer hosting the database is on a local network and is accessed by using the following connection string: Both computers are Windows XP SP2. "Data Source=192.168.20.124,1433;Network Library=DBMSSOCN;Initial Catalog=CenterDB;User...
1
1,755
thread by: Juan R. | last post Feb 11 '06 by: Juan R.
Introduction I am developing the CanonML language (version 1.0) as a way to generate, store, and publish canonical science documents on the Internet. This language will be the basis for the next version 2.0 of the website of the Center for CANONICAL |SCIENCE). The current preliminary version -in proof stage- has been developed on XHTML 1.1 +...
5
1,541
thread by: Pieter | last post Feb 11 '06 by: Brian Tillman
Hi, I have a VB.NET (2.0) application that integrates with Outlook 2003. I have windows XP SP2. The users had Windows 2000, and Office 2000. They upgraded (!) to Office 2003. But: - an action that takes 0,5 seconds on my pc, takes them 4-5 seconds - an action that takes 2,5 seconds on my pc, takes them 8-9 seconds
3
996
thread by: Asaf | last post Feb 11 '06 by: Asaf
Hi, I am developing with VS.NET 2005 and I have already experience three potential bugs in VS.NET 2005. Where can I submit them? Regards, Asaf
2
1,114
thread by: bryan | last post Feb 11 '06 by: rags
Hi - I am running into a problem with strong names. All of my assemblies are strongly named; however, I use a couple of 3rd party ..Net components and they are not strongly named, so my build fails. Any ideas how to handle this? Thanks, Bryan
1
7,277
thread by: Jay | last post Feb 11 '06 by: Christopher Reed
On my aspx page I have a FormView with a RadioButtonList bound to a column on a DataSource table. The form starts up in Edit mode. I want the formView to start up with nothing yet selected in the RadioButtonList. Is there a way to do this? With null in the table/column, I get a startup error complaining the SelectedValue is invalid because...
2
1,847
thread by: Boni | last post Feb 11 '06 by: Boni
Dear all, I created a mixed mode exe assembly. Now I try to load a class from this assembly within the VB project. I get following error: Unhandled Exception: System.IO.FileLoadException: Attempt to load an unverifiabl e executable with fixups (IAT with more than 2 sections or a TLS section.) (Exce ption from HRESULT: 0x80131019) at...
0
1,240
thread by: Jobs | last post Feb 11 '06 by: Jobs
What are the standard ways of parsing XML document? XML parser sits in between the XML document and the application who wants to use the XML document. Parser exposes set of well defined interfaces which can be used by the application for adding, modifying and deleting the XML document contents. Now whatever interfaces XML parser exposes...
4
2,258
thread by: Michael | last post Feb 11 '06 by: Michael
Hello, does anyone know how to find out the logged in user with domain in vc++ ? Thanks for help Michael
5
1,523
thread by: vul | last post Feb 11 '06 by: Simon Murrell
I'm developing Windows Service which is going to listen MS Fax service events and update the database when Fax Job changed its status. I need to read OutboxLOG.txt which is used by MS Fax service. I either would like to copy it and to work with its copy to use its data for a database update or to copy the data from OutboxLOG.txt into another...
0
1,058
thread by: Tony | last post Feb 11 '06 by: Tony
I thought I heard that v2 would allow a WebService to return a DataTable. I've tried this but it doesn't seem to work, the WebService compiles but I can't hook a client up to the method, so I have resorted back to creating a DataSet just to transport a stupid DataTable which seems like such a waste of code, execution time, and network...
0
1,197
thread by: Karl Prosser | last post Feb 11 '06 by: Karl Prosser
i am having problems setting the 'credentials' to call a webservice.. i have the WSDL and successfully have created a proxy , and the right code to call the webservice, other than setting the credentials.. i am using vs 2005 with dotnet framework 2.0 according to their docs the webservice (made by a third party) expects authentication...
2
1,225
thread by: Petterson Mikael | last post Feb 11 '06 by: Joe Kesselman
Hi, I call the sequenceNameString template with: <xsl:when test="child::*"> <xsl:call-template name="sequenceNameString"> <xsl:with-param name="sequenceName" select="@name"/> <xsl:with-param name="maxCount" select="sequence/maxLength"/> <xsl:with-param name="value" select="0"/> </xsl:call-template></xsl:when>

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.