Wes Dyer's Q&A profile
SQL Server Reporting Services funny
I have a really wierd one here. I have generated several reports that work wonderfully for me but will not work for others under certain conditions. The difference appears to be the fact that I am an author, publisher, etc; and others are just browsers. Now this wouldn't be too bad to resolve BUT, everything works fine as long as I have run at least one report before anyone else runs it. If I do not run a report then anyone in ...Show All
.NET Development SQL Connection String Assistance
I'm trying to upload the personal website starter kit to a web hosting site, and cannot get the connection string correct. I want to use the personal.mdb in the App_Data folder within my site, which works fine locally, but once uploaded, I get all kinds of errors - depending on how I mess with the string. In no interation can I get the string to work when trying to use the <AttachDBFilename> entry. When just adding the connection st ...Show All
Visual Studio Express Editions Intellisense Elements Missing
Hi all, Hopefully someone can help with this matter. I was attempting to bind a data table to a Checkedlistbox and display a selected field. As far as i was aware i could use the Datasource method to do this and then the displayMember method to set the filed i wish to display in the list. When looking through the intellisense options for the checkedlistbox I could find neither of these options. However, if i just typed them in and used the ...Show All
Smart Device Development Receiving SMS example
Hi all, Have anyone tried the Receiving SMS example from the MSDN library There seems to be a problem... It seems that I can deploy it to my PPC but an error of MissingMethodException at the function call to DllRegisterServer() will always occur. Need help urgently!!! Hi Vnewbie U asked for a converted app for VB but then said got tat exmple already, wer did u get it from can u pls help me.. ...Show All
.NET Development UDP socket communication between a linux (server) and a window (client) machine in C#
Dear all, Are there any thing to watch out for between UDP socket communication between a linux (server) and a window (client) machine Can I just treat the linux mahine as a "black box" that I just send and receive byte arrays I am not able to receive data from the hardware which is linked to the linux machine. As far as I know, it seems my program is correct when I test my c# client program and a C# server program which just receives dat ...Show All
Visual Studio 2008 (Pre-release) WCF vs WSE 3.0
I enjoyed reading Aaron Skonnard article, especially the part where he answers the question: What features does WCF provide for developers that ASMX 2.0 and WSE 3.0 don't But... I didn't understand - Since WSE 3.0 runs on .NET 2.0, in what scenario (if any) should one use WSE 3.0 over WCF Is there any feature inside WSE 3.0 that is not inside WCF (emphasize on security) Thanks. If you stick with the ASMX 2.0 programmin ...Show All
Visual Studio Express Editions VB Express and ADO?
Hello, I'm trying to connect to a MySQL database using VB.NET 2005 Express... I'm new to VB, and I found a code that is supposed to let me connect to a MySQL server, but apparently I need ADO. Is it possible for me to do this If not, is there any other ways I could connect to a MySQL server using VB.NET 2005 Express Dim conn As ADODB.Connection Dim rs As ADODB.Recordset Dim username As String Dim passwd As String ...Show All
Visual Studio database vendor code 4060
I am having trouble with one report out of many that I have written so far. I have a .Net app using the crystalreportviewer. I set the logoninfo (which I have verified a dozen times as correct) at runtime and I still get the following when trying to run the report against a sql server database: Failed to Open the Connection Details: [Database Vendor Code 4060] Now, according to SQL Server, this is an authentication error. Ho ...Show All
Visual Studio Team System TFS crash after creation of ~150 Work Items
Hi Mohammad, Thanks for your reply. At first I came to the exactly same conclusion. But after some checks it stop making sense. We are using single thread to process work items synchronously. Utility run on single client machine. Network is fast and server is up and running (until it crashes). We tested it 3 times, TS crashed consistently each time after about 150 items. Any ideas Thanks, Leon Hi Leon, Could you please send me your code ...Show All
Windows Forms Textbox with a Date
Hi All, I have a Textbox which accepts a date as input from the user. when the form is loaded it gets the current system date and queries the database through a stored procedure of which the date as input parameter. that works fine. Now ...Show All
SQL Server Count Changing due to 2 values
why when I leave out the Amount fields, does my query stand correct at 15 records When I add those 2 amouns (dc.amount and p.amount) back in it for some reason adds 3 more unwanted records and the count is then 18 SELECT m.customer, c.name, c.customer, c.state, /*(SELECT Top 1 fd.Fee1 FROM FeeScheduleDetails fd where c.feeSchedule = fd.code) AS FeeSchedule, */ m.Branch, CASE WHEN ph.batchtype = 'PU ...Show All
Visual C# Form2Form Problem in Visual c# Express
Ok gang, I have been doing research on the net and on these forums for about 3 days now and I'm still stuck with the same problem. There are tons of expanations out these but I dont understand why they dont work for me. I have 1 main form which is a MDI parent I have a second form which I call and make a child. Like this public void newProjectToolStripMenuItem_Click(object sender, EventArgs e) &nb ...Show All
SQL Server Couldn't make Filter Option of Report to work
I am trying to figure out how to create report using dynamic parameter and filter from dropdown. I saw a webcast that allow to drag and drop the filter functionality in the dataset and generate report. I have the SQL Server Beta 2 and VS 2005 Beta installed in my machine. But I didn't see any option in data design that allow me to do the filtering. I can add report parameter but was unable to bind the parameter value to filter expression. I am r ...Show All
Windows Forms mouse down event
i do an small windows application using C# that use picture, am create an ZoomIn function that will zoom in to the picture,what i need is how can i hold mouse left click to call zoom in fucntion, only hold the left click mouse at the zoom in button i need the event please help Hi, if you used the designer, just double click the zoom in button that it will create an event handler for the Click event in the code. T ...Show All
Windows Forms controls not rendering on the form
Controls on my windows application form render as as white rectangles with red border and red diagonal lines. It happens very rarely. Has anyone ever encountered such a thing If yes, then what maybe the cause of it Thanks Nitin That means that there was an error when loading the control into the designer. If you resize the control larger, the error should be a part of the image (the white rectangle with a ...Show All
