sjohns's Q&A profile
Visual Studio Tools for Office Please tell me where "using Microsoft.Office.Interop.Excel" is
I have received the sample about Excel object but I don't find this library. I'm using version 1.0. Someone knows this please tell me. Thanks a lot ! You can download the Office 2003 Primary Interop Assemblies here: http://www.microsoft.com/downloads/details.aspx FamilyID=3C9A983A-AC14-4125-8BA0-D36D67E0F4AD&displaylang=en For Office XP: http://www.microsoft.com/downloads/details.aspx familyid=C41BD61E-3060-4F71-A6B4- ...Show All
Visual Basic VS 2005 seems unusable for large VB converted project. How do I turn off the background compiler.
VS 2005 seems unusable for large VB converted project. How do I turn off the background compiler. I have a fairly large project that I migrated from VB6 to VS2005. This is the RTM version of VS2005. There are many issues that I need to fix up in the code, but every time I change one line of code, my system runs 100% CPU for 30 seconds. This is not even close to usable. You might think I have a slow machine, but I am runni ...Show All
SQL Server SQL Server Connection problem
Hi All I want to connect SQL Server in a remote pc [Windows XP] from my pocket pc but it gives an error message that SQL Server does not exist or access is denied But when I connect SQL Server in a pc running under Windows 2000 professional it works fine waht is the problem behind it please send some information Regards Bijaya Hi, I want to use the SQL Server 2005 (Enterprise Edition for a 180-day evaluation) on a mac ...Show All
Visual Studio Team System Entering Dynamic Value for a field
How do I enter a dynamic value ABC1, ABC2, ABC3... like this for particular field for the web test. I am running .webtest file only. I have not generated any code right now. I tried with implement this with Extraction Rule. I do not want to bring the data from database with data binding. Please suggest me. Thanks Tampali You can write a webtestplugin which adds a dynamic value to the context and then bind th ...Show All
Visual Studio Team System TFS Version Control workspace structure
hi Is there any API or Sample to get folders and files in project I try to write a small program working as Source Control Explorer, but I can only list the project under workspace. Here is my test program tfs = TeamFoundationServerFactory.GetServer(); versionControl = (VersionControlServer)tfs.GetService(typeof(VersionControlServer)); Workspace workspace = versionControl.GetWorkspace("Administrator", versionControl.Authentic ...Show All
SQL Server Will PPC 2003 DLL's for SQL CE work on WM5 PPC
Writing an installer to handle switching the DLLs depending on OS version is somewhat of a pain. The SQL CE dlls that we are told to install for PocketPC 2003 and WM5 PPC are different... but I noticed that the 2003 DLLs seam to work fine on a WM5 PPC. Is there a perf hit or some other problems I will run into for doing this that I just haven't hit yet Will this work for any WM5 PPC thanks This might work, b ...Show All
Visual Studio ClickOnce Deployment when not administrator
I have a WinForms application that I'm deploying using ClickOnce deployment. None of my users are administrators on their boxes. If I add a CrystalReportViewer to my app and publish it, will it be able to install the necessary CR pieces .NET Framework no longer requires admin rights to install. I think Crystal Reports run time installer should do the same. It is a real limitation otherwise. ...Show All
Visual Studio Team System Deleted Project using TFSDeleteProject but Source Code Root Still Showing Up
I deleted a project using TFSDeleteProject (with the force option) but my VS 2005 IDE Source Control Explorer still shows the deleted source code folder root (with a single TeamBuildTypes folder with a red X thru it). The funny thing is is that if I go to another machine and log in with the same credentials the particular folder does not show up. Looks like there is some sort of hanging artifact on my local work machine that isn't ge ...Show All
Visual C++ Redistributing Visual C++ 2005 Profession (final) MFC and CRT
Hi, Just to let you know some findings about the problems you may encounter. To cut it short, there is something wrong with the manifests for CRT 8.0 and MFC 8.0 from the Visual C++ Redist folder. I would advise not to use them, and taking them from the WinSXS folder of Windows XP instead. I needed to redistribute MFC 8.0 and CRT 8.0 with an application (what an early adopter I am). I did not want to build the .msi deployment package using ...Show All
Visual Basic Export object properties and attributes to XML
Hey, Im wondering if there is some way to export all object properties and attributes such as size, position, color, etc in a VB project/file to XML I am using Visual Studio .net 2003. Thanks. Ultimately you could use XmlSerialization and Xsd.exe to produce what you are looking for. However, i'm guessing that this isn't what you want because "everything" wont neccessarily be output with those methods ...Show All
Visual Studio Tools for Office Is it possible? excel named ranges.... subtotaled?
I have an excel spreadsheet with named ranges on it, I am total the named ranged: this is one named range column header1 column header 2 columnheader3 sum of column header2 this another column named range So what I would like to do is add another section just below th ...Show All
Visual Basic Is there a way to make intellisense transparent?
Is there a way to make intellisense transparent similar to the way you do it with datatips ...Show All
Visual Studio Express Editions How to add ///<summay> in vb2005 express edition .dll project
Hello friends I want to know how to add ///<summay> (which we use in c#) in vb2005 express .dll project. I find this feature of c# very friendly as i can show user the info text while he/she is using my class in his/her project can any one tell me.. thanks regard AVD thanks...but it is giving folloing error/warning Warning 1 :XML comment block cannot be associated with any ...Show All
SQL Server Client tools for 2005 Sept CTP
I haven't found a way to get the client tools for 2005 installed. After a full install of SQL Server 2005 Sept CTP, I don't have the Studio Management tool or whatever it is called. Can anyone help me here I had a similar problem with the iso download. When I downloaded the "self-extracting" install package, *this* problem went away. ...Show All
Windows Forms DataGridView and DataSet
Hello, i'm trying to connect DataSet to DataGridView in Whidbey beta 1, but no data are displayed. If i connect DataSet to old DataGrid, i see '+', then table and all rows. But DataGridView seems empty. Can anyone tell me, where is problem Dat ...Show All
