Software Development Network Logo
  • VS Team System
  • Visual C++
  • Game Technologies
  • Smart Device
  • VS Express Editions
  • Visual J#
  • Visual Basic
  • Visual FoxPro
  • Windows Vista
  • Windows Forms
  • Visual C#
  • .NET Development
  • Architecture
  • SQL Server
  • Visual Studio

Software Development Network >> Jim Shipley's Q&A profile

Jim Shipley

Member List

Lazaro
minignaz
khaleel
Bipul
Balaji Rathakrishnan
Eugene Osovetsky
RistoM
Sam Gentile
Eshani
mike s1
MarciaAkins
audreynsarah
Paul Gerald
Keith Nishihara
Mike UK
aak165842
jeremymarx
korn
Dmitri Zimin(e)
Mr Scott
Only Title

Jim Shipley's Q&A profile

  • Visual C# Dispose Method Error

    Hi guys I need help. on the following code: protected override void Dispose( bool disposing) { if (disposing && (components != null )) { components.Dispose(); } base .Dispose(disposing); } I am receiving an error like this: Error 1 'Web.Form1.Dispose(bool)': no suitable method found to override Can anyone please help No, there are difference between a System.Windows.Forms.Form class and a System.Web.UI.Page class ...Show All

  • .NET Development Thread safety of instance member Regex.IsMatch()?

    I'm using a singleton object which holds a precompiled Regex object: _identityRegex = new Regex( pattern ) In an instance method, that may be unpredictably busy, I make a call to the IsMatch method of the Regex object: bool ok = _identityRegex.IsMatch( input ) Question is: According to the Regex documentation " Any instance members are not guaranteed to be thread safe ". But I need to know whether this particular one is thread safe - or if will I need to put this call inside a lock (monitor), with the potential wait it entails Thanks, Niels Mark is correct. The instance method ...Show All

  • Visual Studio VSS 2005 And VB6

    Hello, I have VB6 and VS2005 installed on the same machine, there is any way to use VSS2005 also from the VB6 IDE If not, can I install VSS6 and VSS2005 on the same machine thank Andrea I would like to experiment with it at work. I have XP/2 with VB6 Pro and SQL Server 2000 . ...Show All

  • SQL Server The Cubes collection has been updated on the server - error

    I am using SQl Server Analysis Services 2005 and an associated Visual Studio 2005 web application that utilizes the cube generated in Analysis Services. My problem is that after I make changes to the cube I sometimes get the error: "The Cubes collection has been updated on the server" . I've rebuilt the cube and deployed it..shouldn't that be enough I also rebuilt the web app and am still getting the error. How do I get passed this thanks, -M How do you connect to Analysis Services Do you use HTTP connectivitly What type of middle tier application you have What it is doing Edwar ...Show All

  • SQL Server Howto do totaling in column wide in matrix table

    Hi Can some one help me please I am using matrix table and i need to do total column wide say example           priority 1      priority 2        P 3            $ 100           $ 500         $ 200            $ 1000         $ 1000        $ 1000 ------------------------- ...Show All

  • Visual Studio Team System Reports contain no data (Possible internationalisation error?)

    TFS is working fine and our team has started using it in earnest now as we move our first big project over to it. However, the reports, even the Work Items report remains totally blank of data which is puzzling to say the least. I've been following the suggestions on here about checking the last time the cube was updated and I've refreshed that and all seems ok. One observation I do have, is the line on the report which says: "Report Generated: 12/9/2005 2:32:39 PM by <domain account>; Last Warehouse Update: 09/12/2005 14:05:56" You will notice that the two dates are in different formats: Reporting Services is in US form ...Show All

  • Windows Forms The parameter is incorrect - Task Vision Server

    Hello, when trying to install the Task Vision server, I get the error message "The parameter is incorrect".  I have gone through the required steps for this install. Thanks, Kevin Thanks, found the script. I actually made a fresh winXP in a Virtual PC and there it installed. Still came up with errors, but the project is there. Ed ...Show All

  • SQL Server SQL Database Template

    Hi.  I'm running VS2005 and trying to use the SQL Database installed template (right-click my project in Solution Explorer / Add / New Item / SQL Database template ("An empty SQL database for local data") to create an MDF file per the "AbsoluteBeginner-Lesson08" video available on MSDN.  When I click "Add", I get an error stating that "Connections to SQL Server files require SQL Server Express to function properly.  Please verify the installation of the component or download from the URL: http://go.microsoft.com/fwlink/ LinkID=49251".  I'm running SQL 2000, SQL 2005 and SQL Express 2005 (all work and can be hit from Manag ...Show All

  • Visual C++ MSVCR80D.DLL Not Found Problem

    Hi, I've just returned to programming, downloadd the April 2005 DirectX SDK and found my Visual C++ 6 STD no longer works. I have downloaded Visual Studio 2005 Express and then downloaded the x86 version of the Microsoft Platform SDK For Windows Server 2003 SP1. My computer is updated daily with all the latest downloads available for my Windows XP Home Edition which I believe is using SP2. I followed the setup as described adding the directories for the include, lib files etc. I edited a couple of files as mentioned in the setup tutorial on the download page to enable the Windows wizard. I followed the wizard and setup a standard windo ...Show All

  • Visual Studio 2008 (Pre-release) What does Avalon mean?

    Hi, Just wondering......the dictionary does say that it is "an island paradise" but couldn't understand its relevance here to Win Forms. Can anyone help me grasp this. -Satya If memory serves me right, Avalon and Whidbey are islands near Seatle... Erno ...Show All

  • Software Development for Windows Vista vista 5231

    Help!!! Please.. I've just got build 5231, and installed it onto my box. Some weird and horrible reason it's not allowing my network card to install correctly. I have a SIS 900 integrated network card, that according to device manager, it has installed but requests me to re-install the drivers. When I go through the motions it has my drivers listed in the drivers list. But always reports that an error has occured whilst installing. I've downloaded the most upto date drivers from sis, and tried installing them via Compatibility mode ( set as xp ). But I get errors whilst doing that. Has anyone got any reasons why this would happen It's vital ...Show All

  • Visual Studio Team System Urgent: Beta3 to Beta3 Refresh Backup and Restore Help

    We had Beta 3. In the upgrade to Beta 3 Refresh we had some problems. We rebuilt the server after backing up all SQL databases. We now have Beta 3 Refresh on the single-server server - completely rebuilt. We are about to do a restore of the database when we thought the database structure may have changed between the two versions or the stored procedures or whatever might have changed. What process should we follow to restore our development environment Thank you in advance for your assitance. BR // Jerry Nixon If you have the Db's from B3 can still follow the steps outlined in the following post: http: ...Show All

  • Windows Forms resizing constituent controls within an instance of a userCtrl

    hiya I have a userCtrl that contains: 1) a label 2) a combobox   I want to be able to resize the label, making it a different size on  different forms.   So, I:   1) drag an instance of the userCtrl onto my form 2) make the userCtrl modifers PUBLC. 3) use the propertyBrowser to manually change the "location" properties  of the userCtrl label.   Howeve ...Show All

  • Visual Studio Using msbuild for a .csproj with alternate referenced assembly locations

    I'm trying to figure out the best way to use msbuild for building a number of various solutions / projects which all tie together to build a final application. The problem I'm having is that I have .csproj project files which reference assemblies in projects that are in other solutions; and msbuild can't find those assemblies when building in an environment where the absolute solution root(s) and relative directory locations of the various solutions / projects isn't the same as when we build in Visual Studio. 1) The <Reference> element in the .csproj file doesn't seem to be documented anyplace. I've scoured the msbuild reference docs o ...Show All

  • SQL Server Applying SP to Log-shipping Standby server

    Scenario: SQL2000 server that is the Standby server in a log-shipping scenario The need: Apply SP4 to the standby server Issue: Service pack installation wants all databases to be "writable". The databases on the standby server are "IsInStandby" state and cannot be made "writable" (non-Read-Only) by the Alter Database command. Question: is there a way to alter the state so that I can apply the service pack without removing log-shiping, applying the sp and then reestablishing log-shipping ReadmeSql2k32sp4.htm: http://download.microsoft.com/download/1/b/d/1bdf5b78-584 ...Show All

©2008 Software Development Network