Rick Qually's Q&A profile
.NET Development SQLCommand.Parameters.Add
Was this removed in VS 2005 Beta 2 - SQLCommand.Parameters.Add(...) and it's overloads It was in 2003, but doesn't show up in 2005. Thanks Ryan That links only speaks of one particular overload. I am using the Add(SqlParameter) one with no warnings, however, no .Add method shows up in the IntelliSense help for me. ...Show All
Visual Studio Express Editions missing /VC/redist folder
yeah, this might be a stupid question, but i am just an amateur programmer, and i wrote a small console app which i compiled and runs seamlessly on my computer. When i try to give it to my friends, they get errors that correspond to a missing manifest and dlls for VC80.CRT etc etc. The redist.txt in the root directory says there should be a redist folder where i can get the correct files, but i have no VC/redist folder, i've poked around in /windows/winsxs, and found the right files, but the wrong version so that was a no go...i basically cant find the files anywhere on my comp which makes me confused as to how my console app run ...Show All
Visual Basic Group Box Visibility
Hi, I have two group boxes on a form both with additional group boxes, radio buttons, combo boxes, etc inside them. GroupBox1 has the visible property set to true in the properties window. GroupBox2 has the visible property set to false in the properties window. I use two command buttons to toggle the visibility of the two group boxes. My problem is this: 1. Even though the visible property is set to false in the properies window, GroupBox2 is still displayed when the form loads. Toggling the command buttons does show and hide the two GroupBoxes correctly when the two group boxes are not stacked on top of each in design mode. 2. ...Show All
Visual Studio Team System Question on UserId param in EventService.SubscribeEvent
Hi, I am currently working on a subscription editor, king of graphical BisSubscribe (you can see first screenshot here: http://phil.jung.free.fr/TfsSubscribe.png ) I have a problem with EventService.SubscribeEvent userId parameter, or I don't understand how it works :-) I am logged as TFSSETUP who is TFS manager for everything. I create a subscription passing Philippe's SID as the userId parameter. However, the subscription is created in database with the SID of TFSSETUP in the table TfsIntegration.dbo.tbl_subscription, column subscriber. Can someone tell me what is the role of this param, maybe I have missed something By the way ...Show All
SQL Server Reportviewer issue using Visual Studio 2005 (June CTP). What SQL version should be used?
I get the following error when trying to configure ReportViewer for remote processing The version of the report server web service definition (WSDL) is either not valid or unrecognized. The server is not a compatible version. Server did not recognize the value of HTTP Header SOAPAction: http://schemas.microsoft.com/sqlserver/2005/05/18/reporting/reportingservices/ListSecureMethods . I'm using the June CTP SQL Server release and the June CTP of Visual Studio 2005. Based on the schema it doesn't look like the April CTP would work either. Which version ...Show All
SQL Server Offline Report Generation
Hi, I have a requirement of generating very long reports (1-2hrs approx). Obviously the user would not like to wait for the report to come up to view. Can I generate reports offline using SSRS 2005 If yes, then how can i submit the report for generation and re-direct the user to any other page, where he/she can see the status of the report (or continue to work on other pages). If yes, then can I run an exe in the background to check the status of the report at regular intervals and notify the user once the report is completed I checked the status of the report in the ExecutionLog table should be 'rsSuccessful', indicating the successf ...Show All
Windows Forms Null Reference Exception
Hi all - Here is the problem. I have a program i used in VB6 that had a set of APIs (not windows but from another program) that were referenced in a module. The code called the api functions and they worked just fine. in VB.Net not so much luck... :( i put the APIs into a module and called the functions from wit ...Show All
Smart Device Development Please help! VS 2005 smart device application unable to deploy
I had a project built in VS 2003, and upgrade it to VS 2005 now. The build process is sucessful, but when I want to deploy it to my Wince 5.0 device via Ethernet, an error message shown: Description: Referenced package not found File: Device Connectivity Component Then I try to create a new project for testing the Ethernet connection, it works fine without any problem. Any hint or advice is welcome, because it takes me days with no progress. Thanks in advance. i made one smart device device appliaction in VS 2005 the build was sucessfull but it is unable to deploy error :system r ...Show All
Visual Studio Team System TFS MSSCCI Provider
I've just downloaded the new release of the TFS MSSCCI provider. Every time I download and try to install it (and I've tried from several different machines and networks now), the installer runs ok but then generates the following error part way through the install: The cabinet file '_DE4122DA27BBE897D870DBB37A5A532C' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package. Is anyone else experiencing this issue and is there a known workaround -------- David The download file is jacked an ...Show All
Visual Basic Problem Building .exe file
Hello, I am using Visual basic 2003. When I build an .exe file it runs fine on the computer I have visual studio installed on. When I try to run the exe file on other computers I received the following error: 'Could not find MSCOREE.DLL' I copied this file to the computer in quetion and receved the next error: to run this file you must first install one of the following versions of the .Net Framework: V1.1.4322. Is there a way to build my exe file to include these files How do I build a exe file to run on any windows based computer Any help is greatly appriciated!!!! Thanks, rap213 P.S. I forgot to mention my scrollba ...Show All
Software Development for Windows Vista Vista 5270 ATI Driver
I've just installed Vista 5270 from my MSDN subscription, and I've gotten all of the hardware to work except my display driver. I currently have an ATI Radeon X800 XT (AGP version). Under Vista 5239, it installed without a hitch using the driver included on the DVD. The driver available from http://www.ati.com/ refuses to install. I've also attempted to use the drivers available from the Vista 5239 DVD with no luck... Anyone else have any suggestions how did you attempt to load the driver from the old DVD This has worked for me in the past. Put in the Old version DVD and t ...Show All
Visual Basic Automatically Force tableadaptor.fill command for access database
Im making a small app for internal use, that is based on an access database. It will be run on a terminal server with at most 3 people using it. They will probably want to use it at the same time. Does anyone know if it is possible to have a timer running in the program, that checks to see if the source database has changed (say the timer tick occurs every 60 seconds), and if it has, forces the table adaptors on the active form to run a fill command Most of the forms in the program have datagridviews on them, and actual changes are made by doubleclicking a row, or via a context menu for the selected row. Cheers Mc ...Show All
Visual Studio sourcesafe tasks
does anybody know about source safe tasks (I do not want to call ss.exe) thanks Hi, maybe this helps: http://dotnetjunkies.com/WebLog/appeng/archive/2004/12/07/35354.aspx I created a 'Version' task based on the nant(-contrib) Version task. I did the same for the Vss tasks by converting the nant-contrib vss tasks to msbuild, but I did this for a client and I'm not sure if I can just post these online. The article above should put you on your way to do this. (you can download nant-contrib here: http://nantcontrib.sourceforge.net/, it includes source code) Or... you could just use the SDC msbuild tasks on gotdotnet. These include a numb ...Show All
Visual Studio DocumentSaved is not fired after opening solution
Hi, Event is fired only to the time I open solution, and after that no event is fired. Why I have Add in where OnConnection is : EnvDTE. DocumentEvents _documentEvents = this .Application.Events.get_DocumentEvents( null ); _documentEvents.DocumentSaved += new _dispDocumentEvents_DocumentSavedEventHandler ( this .DocumentSaved); See: PRB: Visual Studio .NET events being disconnected from add-in. http://www.mztools.com/articles/2005/MZ012.htm -- Best regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio You can code, design and document much faster: http://www.mztools.com ...Show All
Visual Studio Team System Build and Alerts problem.
Hello all, I want to incorporate two features of VSTS namely automated builds and Notification on mails. Both of these are possible when client is vs2005 and TFS as server. In my case, clients have vs2003 and VSS as repository server. I have one extra machine having TFS server setup. One Solution which I can think of is using scheduled task to get the source from VSS and using MSBuild I build it. But problem is of notification. How can I achieve that Please suggest some solution. Thanks Nike Nike These are events and not targets. You can subscribe to any event using the bissubscribe ...Show All
