473,574 Members | 2,573 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
881
thread by: shaker | last post Feb 10 '06 by: shaker
Hello, I have an xml file and xsd file, I am trying to develop an application that reads the xml and xsd and generate an asp.net page (with elements names as labels and either text box, combo box, e.tc for element values). I searched the web but did not find any article to how do accomplish this. If you are aware of an article or information,...
1
1,250
thread by: yuriy_zubarev | last post Feb 10 '06 by: ste
Greetings, I apologize for re-posting this, but I'm running out of options on my side. I've got a DLL that's not COM compatible and I'm stuck using interop for the first time. I got couple of simple DLL calls all right but cannot get the most important one to work. Here is documentation:
1
1,077
thread by: Griff | last post Feb 10 '06 by: Stan Kitsis [MSFT]
I can get an app to work with XmlValidatingReader but of course that is "obsolete". I'd prefer not to use an obsolete class if possible. However, when I instead used XmlReader as suggested, my program hangs at the line. myXmlReader.Settings.ValidationType = ValidationType.Schema; I don't get a useful exception - it's a WinFX program...
0
1,941
thread by: ste | last post Feb 10 '06 by: ste
Please bear with this post.. its abit long winded.. but i thought it was important to describe what i am trying to achieve before i ask the questions (at the bottom) Thanks.....in advance Steve Okay.. here goes..................
2
1,419
thread by: Patrick Ravi-Pinto | last post Feb 10 '06 by: Antonio Paglia
Dear colleagues, i'm new in the .net programming and hope you can help me. I have two classes: Employee and Address The Employee class has a reference to the Address and imports them on the top. I can test it locally, and it works but now I wants to load the Employee-DLL with this code:
1
6,347
thread by: Peter Nofelt | last post Feb 10 '06 by: Peter Nofelt
Hey All, I am having issue with serializing a class and its base class using ..net 2.0. I am using IXmlSerializable I've provided code displaying my at the bottom of this post. Thanks ahead of time for any help or feedback. Cheers, Peter
1
831
thread by: Peter Nofelt | last post Feb 10 '06 by: Peter Nofelt
Hey All, I am having issue with serializing a class and its base class using ..net 2.0. I am using IXmlSerializable I've provided code displaying my at the bottom of this post. Thanks ahead of time for any help or feedback. Cheers, Peter
3
5,206
thread by: Miriam | last post Feb 10 '06 by: Chris Dunaway
Hello, I created a Windows Service in VB.NET, which is to purge files periodically in the local system and also in the shared network drive. Here is my problem: 1. If I set the “Account” property of ServiceProcessInstaller to “Local Service” or to “NetWorkService”, it won’t work for both local and network shared directories....
2
1,825
thread by: hawat.thufir | last post Feb 10 '06 by: hawat.thufir
cross-posted to: mailing.database.myodbc,comp.text.xml I have an xhtml file whose data I'd like to import to MySQL. Unfortunately, mysqlimport will only work with text files. Mixed in with text are some links, URL's, which I'd like to import to the database. For the most part, a copy/paste into a plain-text file would do the trick, but...
7
2,413
thread by: Rick Williams | last post Feb 10 '06 by: Daniel O'Connell [C# MVP]
I was so happy to find the BitArray class. Until I 'cut and pasted' the following sample code from Visual Studio's help: #using <mscorlib.dll> #using <system.dll> using namespace System; using namespace System::Collections;
2
2,419
thread by: Rocco | last post Feb 10 '06 by: Peter Rilling
Hi, I have a drop down box with width=120px. The box length cannot be extended because of design issue. How can I wrap text in html drop down box ? Thanks, Rocco
6
1,117
thread by: Obergfell, Joe | last post Feb 10 '06 by: Jon Skeet [C# MVP]
Sorry if this is an ignorant question but I am just shooting in the dark here... I am just wondering if it is possible to have C# on non Microsoft Operating Systems. Like, lets say.... Linux. Is anyone out there using a Linux distro and running C# and/or Visual Studio 200x (2002/2003/2005) on their computer. Thanks in advance for any...
1
2,494
thread by: ghart | last post Feb 10 '06 by: wisam
Hello, Can someone confirm whether or not the TabStrip from Microsoft.Web.UI.WebControls.dll which worked in VS2003 works in VS2005 or do I have to rewrite my code using the Multiview control which others have mentioned is similiar. If it does work, then any tweaking thoughts would be appreciated cause all I see is the text from my...
0
1,092
thread by: Cesar | last post Feb 10 '06 by: Cesar
Hello, I have a webservice which exposes one method which in turn has one string parameter intended to receive a xml document. There are some guys outside my company who consume my web method using a java application. Strangely but I'm receiving a null on the web method's parameter. However they keep telling me that they do send data. ...
8
1,422
thread by: Paul Stuck | last post Feb 10 '06 by: Martin Honnen
hi there i've got a problem by inserting a new node into a document. this is the xml file: <?xml version="1.0"?> <satz> <id>1</id> <data></data>
0
2,139
thread by: timG | last post Feb 10 '06 by: timG
This warning message appears repeatedly in the event log on our windows 2000 server with .NET Framework 1.1. Here's the error: ---- The description for Event ID ( 1000 ) in Source ( .NET Runtime ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote...
2
1,115
thread by: bruce | last post Feb 10 '06 by: bruce
I have exhaustively researched this topic for several days now and haven't made any headway. Microsoft documentation seems to be EXCEEDINLY poor regarding this topic, and that is regarding using JScript to interact with a control/assembly embedded into an Internet Explorer page. I have created a class library project which contains a...
1
1,134
thread by: Ivan Debono | last post Feb 10 '06 by: pvdg42
Hi, I'm trying to uninstall VS.NET 2003 and I get the error message 'Setup can't determine the correct order...' and quits. Is there a way to solve this problem. Thanks, Ivan
3
20,029
thread by: GavinM | last post Feb 10 '06 by: Rik Hemsley
I have the same question as andreas.w.h.k asked on 1/5. Our configuration is as follows: The client must use the URL https://clustername.xyz.com/webservice.asmx to access this web service. clustername.xyz.com resolves to a virtual IP address on a hardware load balancer which is listening for requests on port 443.
4
1,107
thread by: Ant | last post Feb 10 '06 by: Arnd Hurlbrink
Hi, I'm a newbie to .NET so... After developing a simple, non distributed application (if that's still applicable these days), how do I move the appliation to another PC? Is it simply a matter of copying a folder, or exe file over? If so, do you copy over the bin folder, the obj folder or just the exe file? Both seem to work for me but what...
2
1,296
thread by: Nerd | last post Feb 10 '06 by: Nerd
I have 3 function in my component . all 3 something are like this Open Connection Issue SQL statements(insert /update/delete) Close connection Now I have an application that uses these 3 functions in various parts. I want this application to manage transaction.
0
2,249
thread by: DXJas | last post Feb 10 '06 by: DXJas
If I have a gridview control in a web page and it has multiple pages of records. How do I allow the user to print the multiple pages? -- Jas
2
994
thread by: Bryan Dickerson | last post Feb 10 '06 by: Bryan Dickerson
I'm trying to test a web service that I wrote and I'm getting this exception: An unhandled exception of type 'System.InvalidOperationException' occurred in system.web.services.dll Additional information: Client found response content type of '', but expected 'text/xml'. The Studio points the error to be in "Web...
0
1,698
thread by: Udo Nesshoever | last post Feb 10 '06 by: Udo Nesshoever
Hi there! Does anyone know a resource where to find statements about reliability, stability and performance about a WebService running under Mono on a linux machine? Plan is to write a webservice to provide DB informations, but this service should run on a linux machine. Any other approaches to this are appreciated, too. TIA
0
1,120
thread by: sags | last post Feb 10 '06 by: sags
Hi , Iam a new uesr of this group. I have a small doubt . Iam using the code mentioned below to retrive the data from tab delimited text file ., but Iam getting all the columns of the text file in one data grid column. Dim file As String = "test.txt" Dim path As String = "C:\" Dim ds As New DataSet("Textfiles") Try

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.