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

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

CLM

Member List

RudieVanHout
MikeRW
Hurm
ehab ghabour
Richard Chauvet
levik
Mauro Sagripanti
woytek
Beat
shanxx
rsa25
Terence Lee
Johan Levin141712
SpiderX81
Deviraja
Matthew S. Monroe
CodePrince
sweetpea7227
BMoores
abehead12310
Only Title

CLM's Q&A profile

  • Visual Studio Express Editions OOOPs wrong uninstall

    I unistalled .net framework ver 2 beta 1 before uninstalling CTP of Sql express now I can no longer uninstall sql express should I just reinstall .net 2.0 beta 2 and then uninstall SQL Express and everything else.  Thanks Please try to re-install Framework back before trying uninstallation. The order to uninstall SQL components matter as well. It is order of SQL express first, SQL tool and SQL native client. Uninstall instructions for pre Beta 2 Express products chemas-microsoft-com ffice ffice" /> > > http://lab.msdn.microsoft.com/express/uninstall/   ...Show All

  • Visual Studio Tools for Office VSTO Installation Problem

    I'm having problems to create a new VSTO 2005 project. I installed the components in the following order: Office 2003, Office 2003 SP2, Visual Studio 2005 and VSTO 2005. I had not problems in the installation but when i try to create a new VSTO project (e.g. Word document) the wizard is launched and i select that i want to create a new document. Then after a few seconds an error message appears: The error message said that i have to clear the "disabled items" in the Help/About menu in office or reinstall the VSTO 2005. I have done the two things (the disabled items list is empty) and reinstalled the VSTO 2005 and i'm havin ...Show All

  • Visual Studio Help! Installation package is too large by crystal report 10 merge module.

    I created a new installation package by installshield 10, I added only CrystalReports10_NET_EmbeddedReporting.msm into installation package and don't add any other file, then build the program, the size of the installation packge is 120M, it is too large for us. We use only dataset and ADO in our crystal report datasource. So we don't want to pack something that we don't need, for example: oracle and odbc etc. Is there a way to reduce its size Or reduce its size by editing CrystalReports10_NET_EmbeddedReporting.msm and deleting some dll files Have you tried to create ...Show All

  • Smart Device Development What components create a 'complete' eVC++ SDK?

    I have downloaded eVC 4.0 early December and SP4 a couple of weeks ago. Now I see all eVC downloads are updated to 1/20/2006. I need to build GUI applications for CE.NET 4.1 and CE.NET 4.2 immediately and if possible support CE.NET 5.0 as customers migrate. These GUI app's will use simple serial I/O. I see SP3 supports different devices than SP4, WTL packages, PPC, WindowsMobile and CE Emulator SDK's (standard_sdk.msi), etc. What components create a complete current eVC++ Tookit Do I need to reInstall with the Jan/20/2006 versions Will eVC 4.0 with SP4 support both CE 4.1 and 4.2 Thanks eVC++ 4.0 SP4 supports the fol ...Show All

  • Visual C++ visual C++ tutorials?

    Does anyone on these forums know a decent site for visual C++ tutorials. I personally hate the ones on the microsoft site so please can you help me =) Visual C++ which aspect of it, the use of the IDE, general C++ programming, use of the crt, windows libraries, MFC, ATL. There are quite a few areas which you can cover with VC. ...Show All

  • Visual C# How in the world?

    I have a text file that I am reading that looks like this: "2002", "1", "500", "2003", "1", "501", "2001", "1", "500", "2000", "1", "503", "2001", "2", "500", "2000", "2", "540", "2003", "2", "550", "2002", "2", "523", The first column is 'year', the second is 'internal/external (1 means internal, 2 means external)', and the third is 'amount'. I want to use these numbers to make a report that looks like the following: Year:                                Internal  &nb ...Show All

  • Visual Basic Cycling through textboxes

    Using Microsoft Visual Basic 2005 Express Edition, I have got a row of textboxes named T1 up to T9, and I am  trying to find a way to cycle through them. So if the starting text box was T1 then the pattern would go T2, T3, T4, T5, T6, T7, T8, T9 and say if T5 was the starting textbox it would go T6, T7, T8, T9, T1, T2, T3, T4. Is this possible With your code what happens if I have lots of textboxes but just want to search nine of them called T1 up to T9. ...Show All

  • Visual Studio Team System Where to find a reference for the Team Foundation-API?

    I downloaded the VSIP-package, but there is no reference either... So where do I find it Daniel, You can find this on vsipdev.com, however, it takes some navigating once you sign in. I recommend signing in to vsipdev.com then navigate to the following URL: http://affiliate.vsipmembers.com/affiliate/downloadfiles.aspx You want to download the one labeled Visual Studio 2005 SDK. Ed blog ...Show All

  • Visual Studio Team System InvalidComObjectException from second test method.

    I have a test suite that used to work fine with NUnit. In the process of migrating it, more or less verbatim, to VS I am seeing a problem with InvalidComObjectExceptions being thrown in the SECOND test method (and I presume every one after that). The first test method executes just fine. The .NET classes that I am testing use COM Interop to talk to some COM objects that actually implement much of the functionality. For some reason, the run-time callable wrappers seem to disappear before the second test method gets executed. This generates InvalidComObjectExceptions when the objects are accessed. I am using the static [ClassInitialize] ...Show All

  • Visual Studio Compartiment with multiple classes to be added

    Is there a way to add two or more attributes from diferent classes in the same compartment   Thanks Mapping compartments to relationships to abstract classes is now enabled in DSL Tools December CTP, so Luiz's initial issue shoudl be solved. ...Show All

  • Windows Forms user control problem

    New to VB.NET I have an application with 2 usercontrols on a Form called Main Login and PhoneLog When the app runs the phonelog is not visable and the login is. I am able to login and hide the login control but the phonelog control will not change to visable. I think this is a lack of the proper reference somewhere but I'm not sure. I get an  ...Show All

  • SQL Server Flat file produced but need line returns

    My Integration Services creates a flat file using OLE DB Source and then a Flat File Destination.  The flat file is created from data from my data source with is just a table with many rows. Each row in my flat file .txt is appended onto each other, there are no line returns after each record.  How can I put in a return after each row in my flat file that is outputted from the Flat File Destination component in conjunction with the properties in my Flat File Connection Manager.  What am I missing here in order to ensure each row from my table creates a carriage return in my .txt flat file In my File Connection Manager ...Show All

  • SQL Server SQL Server 2005 and 2000

    When SQL Server 2005 finally ships, will one be able to install it on a machine with SQL Server 2000 already installed Where can I find instructions to install SQL Server 2005 Developer on same box as SQL Server 2000 Developer Do you want to select the SQL Server Database Services 8.00.761 for upgrade during the SQL Server 2005 installation I want to make sure I don't mess it up. Thanks. ...Show All

  • Windows Forms TreeView icon Image Quality

    I'm using the treeview control to display some heirarchical data and it seems to working fine, but the icon image quality is horrible. I'm using icons that come with VS2005 (Image Library) and they look great when browsing the icons in Windows Explorer, but look terrible when bound to a treeview node. Anyone seen this behavior before Hey Max...thanks for posting Yeah...I've set the imagelist colorDepth property to 32bit to no avail. ...Show All

  • SQL Server Should a sysadmin have local admin rights on server?

    Hi, The company I work for outsources all its non-development IT. So all windows servers are administered by an outside company. Lately we have purchased SQL Server 2005, along with a dedicated Windows Server 2003 server. I am the sole administrator of this SQL Server, and so have sysadmin rights. However because the outside company is responsible for all windows servers, they are very reluctant to grant me local administrator rights on the server. This has been causing problems, partly because I have to go through them for many simple requests (such as moving database files, or changing SQL Server configuration files), and ...Show All

©2008 Software Development Network