Answer Questions
fsoehnge DataSet Best Practices - One all-purpose dataset?
Environment: VB.NET 2005 Local (non-ASP) application Data source is Access MDB on network drive, with frequent schema changes Using Designer to build/maintain data access components Classes (forms) will often show/update data from several tables Considering using a dataset containing all tables/table adapters, with each adapter having multiple select, insert, etc queries, each specific to the needs of a particular user (clas ...Show All
ddani VS 2005 OLEDB Update Parameter question.
We have just upgraded from Visual Studio 2003 to 2005. In VS 2003, I had been working on some web pages that had datagrids populated from an Oracle database and had figured out how to update and insert records. I am now relearning everything for VS 2005. I have been able to get a grid populated, sorted, and updated. All of this with just the "visual" side of the IDE (no hand written code.) The current problem is updating a ...Show All
Apsis Xml.XmlDocument.Load problem and don't know why???
ok i've done this before and i know how to use it, but i'm a little confused now because of the following error i'm getting. and maybe whats really confusing me is that the file is local and that i have the same code in an app that's using the 1.1 framework but for some reason the 2.0 doesn't work. path: "c:\documents and settings\derekklingman\desktop\20050901\reviewpwk010906.xml" System.Net.WebException: The remote server retur ...Show All
ha1o Not Implemented SoapException
Hello, I'm developing a Pocket PC application that uses a web service to retrieve data. I'm using CF2.0, programming in C# and using VS2005 Team Suite. The problem I am having is as follows: I have developed a web service that works on it's own. When testing through a browser or desktop form the HelloWorld() method works perfectly fine. When accessing the same method through the Pocket PC emulator or a Pocket PC device, it returns a SoapEx ...Show All
Navs Memory usage
I've noticed while profiling apps that the Process/Private Bytes counter keeps going up. The .NET Memory counters (Gen x heap size | # Bytes in Heap | etc) all go up and down as the app runs. Other than some very small dips the private bytes continues to go up and up as processing is done. Does this represent some type of memory leak I'm not using any unmanaged code that I'm aware of either. ...Show All
Mark Gladding a javascript error when transforming xml using xslt
deployed on different IIS servers, results are different if using IE as browser. On one server it is totally correct, on the other IE will give an error message when transforming xml to html. " The stylesheet does not contain a document element. The stylesheet may be empty or it may not be a well-formed xml document ." And the response HTTP headers are different in Content-Type -- the correct one is " application/xml ", th ...Show All
jlspoels Displaying a lablel for a specific period of time
I would like to provide some feedback to users when they add update or delete data. Is it possible to make a label that will be visible for 3 seconds and then become invisible by setting the visible property to false. Any suggestions will be greatly appreciated. DWC Hi Limin, THANK YOU SO MUCH !!! it works :) I'm not a VB expert, but I gave it a try. Hopefully this w ...Show All
Bardur Web Service client and imported common types
I have a couple of web services that import types from external XML schemas in order to re-use common types. When I create a client application (one client application that consumes both web services) for these web services (by using the Visual Studio Add Web Reference wizard based on the web services' WSDLs) the types are automatically imported into the client code in two separate namespaces (say Service1.AccountInfo, Service2.AccountInfo). ...Show All
Kurt.ATL How do I Install the .net framework 1.1 onto a removeable drive
Hi I have written an application on a standard desktop using Vb.net 2003 running under XP Pro SP2. I am trying to install the application onto an embedded Pc which uses a Compact Flash drive (4 GB Microdrive) as the boot C drive (running same XP Pro SP2). The problem I have is that when I start to install the dotnetfx redistributable .net framework 1.1, the installation fails half way through. (it asks for the CD .net framework 1.1) I ...Show All
queenrose ApplicationSettingsBase doesn't save custom class
Hello. I want to store my object in the application settings file. My object class is NamedStringCollection (derived from StringCollection). I saved it according MSDN (topic: ApplicationSettingsBase class overview). But when I save my object (in the application settings file) it looks like an object of a base class. For ex: There is a form with one button. When I press the button the application saves my object. private void button1_Click(obje ...Show All
phu_and Smart Client and XAML
Hi, I am very interested in Smart Client given the lack of developper tools and the whole crossplatform nightmare for AJAX. I have some question about SmartClient. When made available, will it possible to use XAML to build SmartClient application Will it be possible to perform client side XML to XAML transformation using XSL to dynamically generate user interface Francois Hi Francois, ...Show All
Elfman Removing all EventHandlers -- URGENT
Hi I want to remove all EventHandlers for all my controls in the Form. Using Reflection GetEvents() I can know the list of events for a given control. EventInfo has a method to RemoveEventHandler() but that expects a Delegate as parameter. How can I get a reference to the Delegate. Your help is appreciated. Pls post your reply here or send me a mail at shubhabratam@yahoo.com Hello, Can you tell us a little more ...Show All
Tonny Yu Remoting-v-webservices - the prescriptive guidance is nuts ?
Web-services excel for cross-platform/cross-language communication. However, what about communication for the internal tiers of an app, where it is .NET on both sides It's the endless debate of remoting-v-webservices. Remoting - faster performance and richer type system, versus the lower-performance, lowest common denominator of web-services. The message that I perceive from MS is "use web-services for everything - remoting is only for in- ...Show All
Chuck H partial data sent?
1 man 4 days 15 hours / day I have this problem and think I have made no progress after 4 days. I am having SEVERE serialization problems from Server to Client. Client seems to be the problem. I thought it could be my smartphone mobile device but no, even If I do this on the PC the result is almost the same. When my Server serializes over a network stream, Server seems to send the data fully, Cli ...Show All
Krampster DataAdapter, Sql Queries and Stored Procedures
Hello I have a very simple question about DataAdapter, Sql Queries and Stored Procedures. I have created a simple table "Tasks" with columns TaskId (int identity, primary key, not nullable) Name (nvarchar, nullable) Complete (bit, not nullable) Then I create a Dataset with a DataAdapter. First case, I ask VS to generate sql queries based on SELECT TaskId, Name, Complete FROM Tasks WHERE Complete = @Complete --> ...Show All
