Answer Questions
DannyMc .Net not compliant with xml standard?
I have an xml schema file that I tried to read into a dataset and I got the following exception: " DataSet doesn't support 'union' or 'list' as simpleType ." This would obviously go against the xml standard. So does anyone know if Microsoft is or has fixed this problem There is no W3C standard for DataSet. DataSet doesn't support all features of XSD and never claimed this. Schema validatio ...Show All
harsh88 problem with the ASP.NET application
Hi, I have the following problem I created the ASP.NET application via vb.net Visual Studio 2003 IIS: 5.1 Framework 1.1.4322 on my local pc it's works perfect. On the Server computer my application does not work it does not run the .ASPX pages (even simple .aspx page) I get the Server Error in '/' Application. message (and not the real error message) ---------------------------------------------------------------------- ...Show All
Tim McQueen Regex / string processing
I'm working on an app which interfaces to the ebay system, i'm getting the following format of string returned for time left P4DT19H23M36S This above example means 4 days, 19 hours, 23 minutes, 36 seconds left What I need to do is extract the four numeric values from the string, whats the easiest way, I thought regex but never used one! Or could I get an array of the numeric values something similar to string.split Or is there a better way An ...Show All
IgotRuns unable to connect to SQL server
hi everybody! I am just a beginner in asp.net. i am trying to connect to the sql server and getting an error: Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection. the code line for connection is : cn.ConnectionString = "Data Source=DENVER; Initial catalog=pubs; user id=sa ; Pwd=" right click on the server name - properties gives a message saying only sysadmin can access this feature. do i need to ...Show All
Daniel E. marx Removing Specific Characters from a string
Hi, was wondering if anyone can help me, please. I try to remove a specific character from a string, but I have no Idea of how it can be done. If there's any bright spark out there somewhere, please share a bit of your knowledge. I'm using the String.Remove("{0:C}", object) function, but now I want to remove a , (Comma) from the string, in order o save that value. Thank You oya, thanks ...Show All
Paul B. How to fill a textbox in a website application in VS 2005
Hi, How can i fill a textbox with a tablefield that’s in a sql server. I only can explain in Delphi pascal it looks like this: Begin Edit1.Text := adoquery1.fieldbyname('a field').asstring; end; Thanks a lot for the help. I 'am really a VS noob but willing to try. Grtz Dipsy. try replace DataSet1.driverDataTable mytable = DataSet1.driver.DataTable(); TextBox1.T ...Show All
Steve Swartz Monitor.Wait return value ?
I am wondering about the semantic of the return value of the Monitor.Wait static method. Actually why is there a bool return value rather than void In which case Monitor.Wait is going to return false The documentation is quite unclear on that matter. Thanks in advance, Joannes <Joannes Vermorel@discussions.microsoft.com > wrote in message news:b3d7dd0f-8847-46e5-b9 ...Show All
Niros MultiView Control
Hello, I'm looking for a MultiView control for ASP.NET 1.1. Has anybody seen one Thanks. Hey, I did and I do. Didn't find one that suites me (free). Brian Hi! Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was going on. The best place to ask ASP.NET questions is over on the ASP.NET forums at http://www.asp.net/w ...Show All
CoolDeep access permission probelms. HELP ME!!!
I have two computers, a desktop and a laptop, both running win xp home. Both are wirlessly enabled and connect wirelessly to the internet through a belkin router. The desktop will happily see the laptop and share files, and everything seems to work just fine. The laptop, however, refuses to see the desktop. I have shared all folders properly, both are part of the same workgroup, and I have run the network set up wizard, and tried to connec ...Show All
Mark Simon ILMerge for dotnet 1.1
Hi everyone, I have been using ILMerge since dotnet 1.1 framework. Recently I formatted my hard drive and forgot to save a copy of the ILMerge.exe. Thus, I went to the Microsoft website to download another copy. Now the ILMerge is 2.0 version which requires dotnet 2.0 to run. This is fine with me as I can download the dotnet 2.0 framework. But when I use that tool to combine my executable with the rest of the dlls, I found out that the ...Show All
sbeider internallyprotected access modifier? (not internal protected!)
Hi forum! I'm currently developing a library type project with a bunch of internal types responsible for internal logic. My problem: i can't use these types in protected methods of public library types! The compiler quits with an "inconsistent access modifier" error. So my question is, are there any plans to add an "internalprotected" access modifier (i.e. protected -- but only internally) to future c# specs The only solution i can come up ...Show All
Eric.d Help getting started on serial comms
Hello All I need help in starting to experiment with serial port comms. I have a device ( a gas analyser ) that I would like to read the output from via the serial port. I dont know what data it sends so my attempts to read text and byte data have not been succesfull. It has a row of LEDs showing ppm ( part per million) . What I would like to do is emulate those LEDs on the PC monitor. Where do I start Thanks ...Show All
Chrisbzd System.Web.Mail
I have a little problem i want to solve. I have created a simple form that i want the user to fill in and finally submit. Now what i actually want is for the filed (label) names + information that the user has entered into the text boxes to be sent to my email when he/she clicks the submit button. I dont want to be using any database i just want to keep it as simple as possible. I havent used System.Web.Mail before and i have gone thru ...Show All
reineckere ORA-12154 error when connection to Oracle Database from C#
I'm trying to connect to an Oracle Database 9.0.2 using OracleClient in C#. I get the error "ORA-12154 Could not resolve service name" when trying to connect to the database. I've checked the TNSNAMES.ora file an it seems ok. The project where I get this error was previously a .VS 2003 project which I converted to a VS 2005 project. As a test I created a small project in VS 2005 where I connected to the same Oracle database with ...Show All
c0ke Windows Service and Form
Hi everyone. I'm reasearching this for a class project and could really use the help! I have a simple windows service that I followed from MSDN - you, know, the one that writes to an eventlog every xx seconds. This worked great. However, what I am trying to do is launch a windows form at the timer_elapsed event. My approach was as followsL I created a form called frm_test in my service application with a simple button to close it. I ...Show All
