jesse_j3000's Q&A profile
SQL Server SQL Task - passing parameters
Hello, I have a SQL task wich executes the following statement on a OLEDB connection (SQL 2005 DB): TRUNCATE TABLE DimTime GO DECLARE @CurrentDate AS Datetime DECLARE @EndDate AS Datetime SET @CurrentDate = '10-20-2003'; SET @EndDate = '10-20-2005'; while(@CurrentDate < @EndDate) begin INSERT INTO DimTime SELECT DATEPART(month, @CurrentDate) AS MonthNumberOfYear ,DATEPART(quarter, @CurrentDate) AS CalendarQuarter ,DATEPART(year ...Show All
Visual Studio Team System Team Builds and Compact Framework v2
Hi Testing Team Builds. Most of our applications is for Mobile Devices. Is it possible to use Team Builds to genereate installation sets for Compact Framework 2.0. My test returned an error: Target GetFrameworkPaths: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.CompactFramework.Common.targets(23,9): error : This project requires .NET Compact Framework v2.0, which is not installed on this machine. Done building target "GetFrameworkPa ...Show All
Visual Basic roll over text
hey i was wondering if it was possible to make it so when you roll over a button(in a VB.NETapp) and it displayssome text, like how to use that button thanks Hi, I have to agree, you might be talking about a tooltip. In the designer window of your project add a tooltip from the common controls in your toolbox, click on any control (like your button) you want the text to appear for, and from the properties ...Show All
Software Development for Windows Vista beta tester
i go to beta.microsoft.com/ and it says i need a guest id but how do i get one of these i other theard said use BetaReq but dat dont work can some 1 please help me " The purpose of this forum is to help software developers write applications for Windows Vista. It's not intended to be an end user forum for the Windows Vista Beta Program or a place where IT folks can find answers to administrative issues wit ...Show All
Windows Forms Copying files in C#
And for my last trick question of the week :) I am attempting to copy files from one directory (given as a parameter), to the TEMP directory on the user's system. I have found the System.IO.File object, and read about using streams to acc ...Show All
Visual Studio Team System Test manager Limitations
Are there known limitations for how many unit tests you can open in Test Manager at once and run I did a simple test with 1,000 tests that simply did an Assert.IsTrue(true). This worked, although it took a while to run. I tried the same thing with 2,000 tests, and my machine pegged with VSTestManager.exe at 99% CPU for over 30-minutes before I killed it. We are working on a project that will have over 10,000 unit tests when we are done. An ...Show All
Visual Studio Express Editions Displaying forms to another user account (NEWBIE HELP)
how would i show a form in a different user account lets say i have formmessage.vb and i want it to show itself [formmessage.show()] how do i make sure that it shows itself in a user account different than mine lets say im Owner and the windows xp user account i want to send it to is Guest how do i show the form in Guest if they are logged on how do i display a form, let says form1 [form1.show() ...Show All
Visual Studio Create More then one graphic by report
Hi all. i need to create a report with several graphics, can someone help me ! how to do ! thks JSB ...Show All
Visual Studio Render PDF with ReportViewer Control
I'm using ASP.NET 2.0 and Reporting Services 2005. I'm trying to use the ReportViewer control to generate a report in a PDF format server side. Here is the code to generate the report in HTML format: Dim params(1) As ReportParameter params(0) = New ReportParameter( "param1" , "param1" ) params(1) = New ReportParameter( "param2" , "param2" ) With rvDisplay .ProcessingMode = Microsoft.Repor ...Show All
Windows Forms Can I change the folder / server after publish using click once?
Hi all, here's the problem: I have published a window application using click once to a directory(lets say c:/softwate), and it works gr8 if i try to go to publish.htm, either manualy or through a link put in a html document. now i want to copy that folder and past it on another pc. After the changing the location, Itry to do the same as above, the publish page appears, but when i click on the install button an error message i ...Show All
Visual C++ Error including queue.h
When I include queue.h I get the following compiler errors in list.h c:\program files\microsoft visual studio\vc98\include\list.h(37) : error C2146: syntax error : missing ';' before identifier 'Length' c:\program files\microsoft visual studio\vc98\include\list.h(37) : error C2501: 'DWORD' : missing storage-class or type specifiers c:\program files\microsoft visual studio\vc98\include\list.h(37) : error C2501: 'Length' : missing storage-class or ...Show All
Visual C# vs 2005 not responding
I am using VS.Net2005. Whenever I open a project, the VS gets stuck. If I end the vshost process, the VS continues to respond (but I cannot debug the app). The same happens when I create a new project, so it is not a project specific issue. Does anyone know how to solve the problem thanks. Hi, Can you give more information on the issue you are seeing Like, -What language projects are you trying to open ...Show All
Windows Forms Passing values between windows forms
Hi, can anyone please suggest what is the most efficient method of passing values between Windows forms. I am developing an application For smart devices where we dont have the concept of MDI forms. So how do we pass values between windows forms Is static variables the only option. Please reply asap. Thanks, anzrul Usually when you have multiple windows in an application, one form opens another by cr ...Show All
Visual Basic How do I solve this error ?
Dim WithEvents oXL As Excel.Application Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click oXL = New Excel.Application() oXL.Visible = True oXL.UserControl = True End Sub &nb ...Show All
.NET Development WebDav - posting appt to Exchange
We have been using WebDAV to post appointments to user's exchange calendars. I have two questions: 1) Is there a location where all of the options in the various microsoft namespaces are defined For example, in the http://schemas.microsoft.com/mapi/id/{00062002-0000-0000-C000-000000000046} namespace there is an option of 0x00008223 which is needed. It sets whether an event is recurring or not. Is there a place where all of these hex values are ...Show All
