larr's Q&A profile
.NET Development n-tier application (typed Dataset)
I have created an n-tier application. The client side (win forms) calls the business layer. Business layer calls the webservice and the webservice calls the data layer. The datalayer gets the data using typed datasets. In the datalayer I have created a .xsd file In this layer I can use this typed dataset to work with the dataset. For example refer to the column of the table using the typed dataset. The problem is that How can i be able to refer to the table columns on the client side using the typed dataset Thanks I can see in the object Browser that the Access modifier is indeed public which I believe ...Show All
.NET Development WSE 3.0 problem
I am developing a web services app in compact framework and want to use only MTOM feature of WSE 3.0 for dending data but if possible would love to use other features also I enabled WSE 3.0 in my web services app but as soon as i built my code I got a lot of errors. So I tried msdn and found foll article . This did a great work and most of the errors were removed except one "The type 'System.Web.Services.Protocols.SoapHttpClientProtocol' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' in Reference.cs. Is ...Show All
Visual C++ project is always 'out of date'
I recently upgraded a vs 2003 project (standard C++ console application, reasonably complex, links to several libraries including Boost, Blitz++, and fftw). For some reason, since the upgrade, one of the projects in the solution (the startup project in case this is relevant), is always out of date when I do a compile, or run in the debugger. All files in this project are always recompiled, whether any of them have been changed or not. Any ideas what's going wrong, what I should look for Could you please log an issue at http://lab.msdn.microsoft.com/productfeedback/default.aspx . I am sure the owner ...Show All
Visual Studio Express Editions VC++ noobie questions
hi. I have just downloaded VC++ Express edition. I have earlyer some experience with good'ol qbasic,been digging around in assembler on the amiga, and and now recently working with Flash and actionscirpt. good fun, but... But now i want to learn VC++ Where should i start I have no C++ experience, So what i really need is a hello world start, and a good free online book. soo... can any one help me out Cheers! Bjorn erik thanks everyone! ..very nice replays! .. i got enough to read no before my visual c++ 2005 express books lands in my mailbox.. :) thanks! ...Show All
SQL Server No Real in 2005??[:S]
I have SP that run on SQL 2000 and now supposed to run on 2005. I recieve error when trying to use variable of type real. on the help docs, I found no using type real, they say to use Float(24). Is it possible What can I do Help me please... The syntax for specifying precision and scale for real is invalid. Unfortunately SQL2000 accepts the invalid syntax and it doesn't do anything actually. This seems to have been missed from the deprecated features list for SQL Server 2005. This syntax also doesn't work in older compatibility levels. I will investigate this further. Thanks for bringing this to our attenti ...Show All
SQL Server Is it possible to install SQL Express with SQL standard Edition
Hi, I have installed SQL standard Edition in my computer for one project. We want to kick off a new project, and intend to use SQL Express, Will anybody advise me whether I can install SQL express when SQL Standard Edition is there or I need to remove SQL standard Edition first and install SQL express Thanks a lot Haihong Yes absolutely you can install them side-by-side. You are limited in the number and flavors of SQL Server installs really only by your hardware capabilities. The one caveat is that each beyond the first will have to be named uniquely as you can only have one default instance running. I have SQL Server 2000, S ...Show All
Windows Forms One Click Installation of a deployment Project From the Web?
How do set up a web page to install A deployment project with a Setup.Exe and a Setup.msi When you publish your program it can automatically create a .htm webpage for you with the links with "launch" and "install". In solution explorer right click you project and select properties. Then select the "publish" tab| Option button. I didn't like the default publish.htm so I created my own version and made one change to the install link. ...this part is the same... Launch < a href ="Software.application">software </ a > here the change I made to the other link... < asp ...Show All
SQL Server positioning of report parameters when diaplayed in report manager
hi all i have a report with set of parametrers. by default when we create parameters they r displayed adjacent to each other. is there any way by which we can specify position of parameter to be displayed in parameter area for eg:- suppose i have two parameters say age & name then i want to display them one below the other. is this possible if yes how plz help me. waiting for reply. You cannot customize report manager in this area. The closest you can get is to e.g. with VS 2005 build your own frontend application (Winforms or Webforms) that deals with the param ...Show All
Windows Forms PRB - Custom DataGridViewColumn (eg From the samples - CalendarColumn, MaskedColumn)
I have built both a sample DataGridViewCalendarColumn, and a DataGridViewMaskedColumn as can be found in published samples, BUT after building these samples they do not appear in the "Edit Columns" ColumnType drop down list(s). If I manually modify the InitializeComponent() method, changing the designer code, the "Custom Column" code functions as expected, BUT upon return to the "Designer" the designer indicates it cannot find the "Custom Columns". Does anyone have any ideas on why this does not appear You may have more luck if you post this question in the Windows Forms Designer forum... Best reg ...Show All
Visual Basic Help - Data Source Configuration Wizard OLEDB CSV
Hi All, I am running Visual Studio 2005 Beta 2, I was trying to create a dataset where the datasource is a CSV File. When I run Data Source Configuration Wizard Using OLEDB and ODBC , the dataset is blank. "Error Text: An error occurred while retrieving the information from the database. Operation is not supported for this type of object." Does any one know whether this is a bug or incomplete function or not supported In Server Explorer, I can see the CSV file and column in the file. ------------------------------ Data Source ACCESS.C:\\Sample Table ...Show All
SQL Server Sharepoint Integration
Hi again, I was wondering if there is any way to publish reports straight from reporting services to a sharepoint portal without creating an application to do so Thanks I am looking into using the webparts as a solution for this. Is there any other way to publish reports to sharepoint, i'm looking more for a way to publish a report to sharepoint using a subscription that will create pdf's or excel files. ...Show All
Visual Basic How to modify MS Word Macro to go through entire document?
Help! I am very new to VB authoring for MS Word macros and I created the following VB code/MS Word Macro to remove every line in a document that begins with "Note: #." How can I modify this macro to delete every occurrance of this line until it reaches the end of the document This code only works for one instance at a time. Sub DeleteNote() ' ' DeleteNote Macro ' Macro recorded 12/6/2005 by Thomas Lunde ' Selection.Find.ClearFormatting With Selection.Find .Text = "Note #:" .Replacement.Text = ...Show All
Windows Forms Clipboard and Thread
Hi I like to watch the clipboard in an thread. And when there is any changing i like to get an Messagebox Followoing Code I have: using System; using System.Collections.Generic; using System.Text; using System.Collections; using System.ComponentModel; using System.Runtime.InteropServices; using System.Windows.Forms; using System.Drawing; using System.Data; namespace ThreadTest.OwnClass { class ClipboardViewer : System.Windows.Forms. Form { public delegate void ClipEventHandler ( ArrayList clipdata); private System.ComponentModel. Container components = nu ...Show All
.NET Development I'm a beginner. How to define a XSD validation from a folder structure XML (just like disk directory hiberarchy structure)?
I'm a beginner. How to define a XSD validation from a folder structure XML (just like disk directory hiberarchy structure) 1. I have a XML file just like disk directory hiberarchy structure, every Folder node have zero, one and more Bookmark or Folder nodes, I don't know how to write a XSD validation for the XML, could you help me 2. The attributes both Id and BId are the string of the Uniqueidentifier field in SQL 2005, how to validate it in the XSD 3. Furthermore, is there tool which can made a basica XSD from a XML Many Thanks! //---------------------------------------------------------- < xml version="1.0" encoding ...Show All
Windows Forms read CSV or an easy way to convert to Access
I have to import files into a database, and i have that capability but i would like to do some checks before this takes place, such as verify that the appropriate columns are present, verify that the number of rows are a certian number, make sure there are no blank rows all just to make sure the DTS import goes smoothly and if not i ...Show All
