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

Software Development Network >> saMug's Q&A profile

saMug

Member List

nberardi
francedic
Evets
kenny_m
Esrar Chowdhury
Kevin Schlegelmilch
dunai2005
Mohammad Javadpur
Lawrence Sutton
scrptman
Mick_RW
Bonavox
Ivan B
Ahmed Bamqadem
almor
Felipe Laso
mpaleari
tomandlis
Marian Andrei
Poppyto
Only Title

saMug's Q&A profile

  • Visual Studio PLK issues moving from MS 2003 to 2005

    I am receiving an error loading a package into Visual Studio 2005 about the Package Load Key: <entry> <record>122</record> <time>2006/02/22 16:11:29.562</time> <type>Information</type> <source>Microsoft Visual Studio</source> <description>Entering function CVsPackageInfo::HrInstantiatePackage</description> <guid>{97358C99-E52D-42C7-8B7C-B59CC4425F4B}</guid ...Show All

  • Smart Device Development Using Visual Studio 2005 with CF1.0

    Hello, One year ago we developed an SmartDevice solution with VS2003. Now we have migrated it to VS2005 without problems. However, most of the current Pocket PCs of our customers have not the CF2.0 installed, and therefore our application does not run on them. I don't want to implement a CF2.0 auto-installation process, since it is very time-consuming. I would like to use VS2005 with CF1.0 as a target for compilation and deployment. Is ...Show All

  • Visual Studio Team System beta3 refresh TFS breaks down.

    2 weeks after using TFS beta3 refresh on a single server,  it seems to break down. 1. when TFC connects to the TFS, it returns the following error: Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'. 2. on TFS machine, when connect to the WWS site, ( http://localhost ), it returns the following error:    Cannot connect to the configuration database. For tips on troubleshooting this er ...Show All

  • Visual Studio 2008 (Pre-release) Indigo Features Specific to Vista?

    Hi Team, As mentioned in many SDRs, there were going to be some features of Indigo that were specific to Longhorn/Vista In particular, I remember the WAS subsystem. Can anyone eloborate on this and/or point me to any materials In addition, I have installed the CTP on top of Vista 5219 successfully but Vista 5219 does not seem to have IIS anywhere!! In Vista Beta 1, as it should be, I had to enable the World Wide Web Publishing Service but that ...Show All

  • Visual Studio VSS metrics

    I want to collect metrics such as the number of lines added, modified, and deleted between revisions of a file for all files in our VSS repository. Please provide me pointers to tools (including commericial) or even ways to do this programatically. I searched on google and came up with just MetricCenter's collector and workstation but I have not evaluated them yet. Thanks The search below will list a few opti ...Show All

  • Windows Forms Where is ClickOnce App?

    Hi, After successfull installation of ClickOnce app can I find where it is installed. I can find it through explorer but what I need is to find it in code Thanks ... There is an undocument registry key that gets created, but you really shouldn't be accessing a ClickOnce deployed app from another app programmatically unless you are going through a remote communications layer like .NET Remoting. You can use .NET Remoting or eventually W ...Show All

  • SQL Server help

    I keep getting this message. It is not something I can reacreate b/c it seems to do it randomly. can anyone tell me what causes this. There is a file sharing violation. A different process might be using the file. [ my documents/APISMobile.sdf ] Is this a SQL CE or a SQL Mobile database SQL CE can only have a single connection opened. I have seen this error when another application on your device (most notably ...Show All

  • Visual Basic VB?

    Hi, I was wondering if there is any free version of VB around And which is better to learn ( ) VB or C++ or whatever the laguage is called ^_^ (sorry I'm a beginner :)) Thanks, Henry. Henryl77 wrote: I was wondering if there is any free version of VB around VB 2005 Express is freely available at http://msdn.microsoft.com/vstudio/express/vb/ All you need to write VB appl ...Show All

  • Architecture Storing parent reference vs ID in business objects

    Our development team is discussing the pros and cons of storing hierarchical information in business classes. Let's use a banking system as an example. Is there any cons to storing a reference to the parent object in child objects (for example, storing a reference to the account in each transaction) Now, we don't want to make it mandatory. For example, when getting a specific transaction based on some ID value, the Account property that refer ...Show All

  • Visual C++ Query - Redistributables

    Can anyone please let me know if i can redistribute Windows Management Instrumentation (WMI) Core 1.5 (wmicore.exe) executable. A little bit off-topic, isn’t it You can download it via http://www.microsoft.com/downloads/details.aspx displaylang=de&FamilyID=AFE41F46-E213-4CBF-9C5B-FBF236E0E875 If you can copy it to your CD, you should contant MS product support... Greetings   Jochen ...Show All

  • .NET Development Client-Server Communication

    Hi, Im using .Net 1.1 SP1, and in my scenario, I have the server and the client applications that use tcp channel and binary formatter. The client connects to the server, and registers himself by calling the server subscribeClient method, this method receives an object named (client) that is an instance of IClient and is MarshalByRefObject and marked with the [Serialiazable] attribute, this object contains the client properties and the me ...Show All

  • Visual Basic WebBrowser SelectAll/Text size

    How can I (i) select all the content of a webbrowser control and (ii) change its text size in code In VB6 I would have used the ExecWB method, but this seems to have vanished in .net. I try the following, it does not work...         For Each item As Windows.Forms.Control In Me .WebBrowser1.Controls           &nbs ...Show All

  • Visual Studio Team System Backup again

    Hi All, I set jobs, which backup DBs (all 6 of them), and the only thing I can't do is to backup the ADAM repository. What's the exact procedure to do it Regarding the restore procedures... Are there any Thanks in advance For ADAM backup, see the bottom of this page: http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/TechRef/7cfc8997-bab2-4770-aff2-be424fd03cda.mspx However, Active Directo ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Unmanaged directX and .net windows form

    I have written (with a pointer from you lot here - thanks) a visualisation program in unmanaged C++ DirectX. Everything works fine, however I need to be able to change and edit parameters of the model with the usual text input boxes and track bar, as well as haveing a menu with different options. I have written a little windows form program that does this but wihout the directx stuff. I would like to add my DirectX work into a window in the f ...Show All

  • Visual Studio Tools for Office Any changes in the shim program?

    Hi; I am using the shim code that I downloaded from MS about 18 months ago. I am now building under VS 2005 instead of 2003. Is there an update to the shim code and does it have anything critical in it Note, my add in is IDTExtensibility2, not VSTO. I'd prefer not to change because I made a bunch of changes in the shim code so that if there is an error loading, that error is displayed to the user instead of it failing silently. thanks - dave ...Show All

©2008 Software Development Network

powered by phorum