Jim Wang's Q&A profile
Visual C# Authentication Method
First, let me start off by confessing that I am a former VB programmer (Pre .NET days) that has not written a line of code in many years. Now I am trying to dust off the coding cobwebs, learn the .NET framework, learn C#, and adapt to a "true" Object-Orientated method of programming... All at the same time! Now that the laughter in the room has subsided, here is my question: I need to add a login/authentication routine to the da ...Show All
Visual Studio Article on ReportViewer in Visual Studio magazine
http://www.ftponline.com/vsm/2005_11/magazine/features/rjennings/ The article was good, but the steps shown won't work for me in Visual Studio Express 2005. I cannot get the datatable connected to the report. It would have been nice if there had been mention of how to replicate the steps in VWD. Nevermind-- the article mentioned a window named "data sources", and in VWD this is actually a ...Show All
SQL Server SQL express ?
I've been trying to figure out how to Auto Number my database entries in SQL Express and Automate certain parts of data entry for form entries in Visual Web Developer's SQL Express 2005 edition. Could someone clue me in Thanks in advance. DJ I just rewrote my INSERT to include the field names and that solved the problem. I guess I'm used to cheating in MySQL! INSERT INTO items (item ...Show All
Windows Live Developer Forums Get File List in SharePointer using C#
Hi I am new to SharePoint and I want to get MsWord file list which I have stored in SharePointer Server. Could someone give me a small sample in C# for this This is really the wrong forum sharepoint but perhaps I can help as I program Sharepoint daily. Unfortunately though I'm not entirely sure what you're asking to do. Is it a case that you've stored a word document in a sharepoint document library an ...Show All
.NET Development Connecting with MSDE to MS Access database
Hi, I must admit i'm a bit of a noob so go easy please! I've been trying to connect from a C# form to a MS access database through MSDE. I've been trawling the internet for hours and can't solve the problem. Here's my method: In .Net i've opened server explorer, right clicked Data Connections and selected add connection, opening 'Data Link Properties'. I've inputted Server Name 'WORK' Put in user name 'sa' password 'hello' At this point th ...Show All
Visual Studio Release 2!
So I got a marketing email for a new product called xCelsius from BusinessObjects, but I did not receive anything to tell me that Release 2 is available. I went to their website to see if there was an update as to the release time frame and instead found a download page. http://www.businessobjects.com/products/reporting/crystalreports/xi_release_2.asp Thank you so much for posting this. I had a serious problem ...Show All
Visual Basic ADO.NET Hell
There was a time in my not too distant past that I could open a database with ADO, query out some data, work with it, and update it. I have had VB.Net for a little over a week and I can insert data into a table. I can clear out a table. What I can't do is is iterate through the rows and update the table. I am close but I am missing a piece. From what I have read I want to create a connection, adapter, and a dataSet. ...Show All
.NET Development system.net.mail.smtpclient fqdn required
This seems to be the right place to ask this question. I'm trying to send a simple email message using the SmtpClient in system.net.mail through my own Postfix mail server. I've got UCE controls turned on and the .Send method is rightfully failing during the HELO negotiation because the FQDN of the sending host is not being sent. I don't see anywhere to force this behavior, or to otherwise set the FQDN on the SmtpClient object. I'm missing ...Show All
SQL Server New features/bug fixes in Sept CTP?
Does anyone know where I can find a list of new features/bug fixes in the Sept CTP I've been having a hard time tracking down this info. If someone could post it that would be great! Thanks, Adrian I'm trying to get the ability to get a list of externally reported bugs that have been fixed in a particular CTP. For what it's worth, I'm told this is on the list of items to provide in the future. rega ...Show All
Windows Forms New Window
i am making a browser in vb 2005 beta but sometimes when i click a link it opens in a new window in Internet Explorer now how can i have it so it opens in a new version of my own browser or a browser on a second form any help would be greatly apreciated. So what if you use the entire code on that site, does it then still not work on your particular computer ...Show All
Visual Basic XCopy deployment of a VB Express app which uses a SQL Server Express database?
It's probably just a case of me not looking in the right place or not seeing the obvious, but does anyone know if a machine with just version 2.0 of the .NET Framework should be able to run a VB.NET Express application which accesses a SQL Server Express database file Or is there an additional requirement for a non-development machine to have some kind of SQL Server Express runtime component in addition to the 2.0 ...Show All
SQL Server web services as data source?
I'm having a difficult time getting a handle how to pass datasets to my remote reports, and I'm trying to avoid programming in C# or VB as much as possible, but it may not be feasible. Although we are successful when we use the Report Designer to cut and paste SQL queries from our TableAdapters, I want to abstract the data access code from the report code, and simplify my reports as much as possible. Can I point to a web service which returns a ...Show All
Visual Studio Express Editions .settings files in C++
I am using both C# and C++ express editions. In C# the .settings file is generated automatically. In C++, i cannot figure out how to get it working. If i add properties to a control, it says add a settings sheet, but i cannot find where to do that. Any help is appreicated. I am new to C++ my seft but i think i know what you mean is it the componet settings for things inside your form if so then they are ...Show All
Visual Studio Tools for Office YES ITS A BUG! -- Bug Caching Non-DataSet objects in ServerDocument???
Is there a bug with caching objects that are not DataSets in Office 2k3 docs Although the examples state that anything xml-serializable can be cached using the "Cached()" attribute, I have had no luck trying to cache a simple string in a Word doc. My code in ThisDocument.cs is something like: public partial class ThisDocument { string id = string .Empty; [Microsoft.VisualStudio.Tools.Applications.Run ...Show All
.NET Development .NET Windows Service
Hi, I am having some issues running my VB.NET windows service on SOME windows 2000 machines. The service works fine on Windows XP, and fresh installs of Windows 2000. The error I am receiving doesn't provide me with any helpful information (it is listed below). If anybody has some ideas on where to start to sort this issue out, I'd love to hear them. Thanks, Nathan Output from the Windows Event Log --------------------------------------- Event T ...Show All
