tlindsay45's Q&A profile
Visual Basic Visual Studio 2005 Standard vs Professional
Hi, I am trying to decide between the Standard and Professional versions of visual studio. The only information I can find on the Microsoft web site with a product comparison is ... http://lab.msdn.microsoft.com/vs2005/productinfo/productline/default.aspx this lists several differences which may/may not be of concern to me. Does anybody know where I could find more information on.... 1. The difference between the 'streamlined' and 'full' user experience (I assume this means IDE) 2. What is extensibility available in the professional edition above the 'consume extensions' of the standard edition 3. Does 'remote' debuggi ...Show All
Visual Studio Team System Visual Studio Team Suite Licence
Hi, I checked many pages about software assurance and volume licence, i tried to know if someone has the Visual Studio Team Suite with msdn premuim edition, can be able to install on his lab for many developers or he needs a volume licence or a client licence for each developers Thanks, Tarek Ghazali SQL Server MVP Hello Tarek. Unfortunately you will have to purchase one copy of Team Suite for each developer. Given the large cost for each of these you might want to stop and determine whether or not each of your developers actually needs the full Suite product. As you know the Suite is the co ...Show All
Windows Forms Controls Resizing
I have 3 controls on a Panel.The panel is docked to Fill. The client has demanded that the controls on either side (i.e a listview and treeview) be resized with the form but the center control which happens to be a Panel with buttons(Add/Delete) be nonresizabale.I have managed to achieve this programmatically, but I'm running into the following problems, 1 As I'm unable to use the Docking and anchoring properties(I have tried to my wits end but unable get this working as per the clients demands) the resizing is not smooth and the controls seem to flicker.How can I over come this . 2.Another problem that I'm facing is on minimizing the for ...Show All
Visual FoxPro Pict Issue (VFP6)
Okay, I'm working on a program that writes into a table (dbf) and another one that shows me it's content. Everything's working fine, except for this: @21,10 get pag font "Tahoma",12 pict "9999" What I want it to do is to let me type 4 numbers and be able to display them in the other program. However, when I run the input program and write 4 numbers, the last one doesn't show and it skips to the next input field. I know the input is working because I can see all the 4 numbers when browsing the table. This happens with other fields as well. Basically, what I want to do is to increase the input field size. All suggestion ...Show All
Visual C# How to get the project name of a project while execute it?
for example it is the windows application project Form1_Load() { //I want to get the project name of this windows application porject here //and use the messagebox to show it to the user. //How to achieve it.Thanks a lot. } I have a related question: How do you get the actual physical file name of an assembly that might have been renamed after deployment The code John posted doesn't work if the file has been physically renamed after deployment. It always returns the original assembly name. (Which is a bit annoying, really). I have also tried: System.AppDomain.CurrentDomain.FriendlyNam ...Show All
Visual Studio Team System New System definition using SDM SDK
Hi, I'm trying to create a new SDM system definition using the SDM SDK. I'm using Visual Studio TS Beta2. I successfully compile my .sdm file, I'm able to create manager dll using SdmG and CSC and I also create a prototype for toolbox using protogen tool. When I install my sdmDocument into VS (by adding required entries into registry - EnterpriseTools\Sdm\InitializationFiles and EnterpriseTools\DesignerPrototypeFolders) I see an entry in my toolbox with my system. However, when I drag-and-drop it onto the distributed system designer surface, the designer seems to ignore the definition completely. It displays default system shape, t ...Show All
SQL Server SQL Reporting Services Web Service SLoooowwwwww
Okay here is my delema, i got this great query nice and tune that brings back 2280 records in 3 second... im like great so when i try to run the report the blasted thing times out... my query is super optimized and i got my indexes lined up... so the only thing else i can think of is the web service call... and i am running a reporting web farm... i got 4 web servers infront of this 1/2 TB datawarehouse... and i only do 3 joins in my query.... any ideas or thoughts please let me know... thanks You probably already thought of this, but in the Report Manager, Execution Properties (under Report Properties), what is your Report Execution Ti ...Show All
Visual Studio Error in installing msdn and VSS in Visual studio team system
I have installed visual studio team suite successfully.I also have sql server express on my system. When I am installing VSS then I am getting this error In VSS 2005. The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2337. This is only the case with my systems in our software house. When I try to install DVD on other system perfectly (except one more system give same error). I have tried installing both from dvd and harddisk.Stoped all non related services.Deleting temp files but nothing is worked for me. This sounds like two ...Show All
Windows Forms How to Deploy Clickonce in client place.
Hi to all, I want to know how to deploy click once in client place. i publish the application after that wat i supposed to do. or esle simply copy all the files in the root/clickonceprog/ to the client machine or by giving the publisher url as client address like http://ClientServer/FolderName/. please give me the right direction. thanx in advance. Regards Amjath There are a number of ways in which you can deploy application to the client machine using ClickOnce like Install from the Web or a Network Share In this case you publish you app to a Web site or n/w share and give client the URL of the w ...Show All
SQL Server AcquireConnection method call fails when scheduling a job with Excel Connection Manager?
I have a SSIS package that reads the data from an Excel file using an Excel Connection Manager and imports the data to a table on a SQL Server 2005 DB instance. When I run this package locally on the server the package being on the file system, the package executes perfectly. Now I upload the package to the msdb database and the run the package from there and the package still executes successfully. Now I schedule the package to run as a SQL Server Agent job and the package fails and when the logging is enabled I see this in the log file; OnError,WEB-INTSQL,NT AUTHORITY\SYSTEM,Copy to CRN-ALLOCATION_COMMENTS_TEMP,{40A6BF6E-7121-448 ...Show All
Visual C++ VS .Net 2005, how to disable intellisense...
Hi I am really frustrated with the performance of VS .Net 2005. This is because I always see at the bottom "updating intellisense..." and it uses 60% to 70% of CPU. How to disable this updating of intellisense... Please this is making Visual studio unusable. Thanks Chandra Traian, We did a lot of work to increase Intellisense precision in VC8 so what you mention seems a little suprising. Could you post a sample of a change that VC8 does *not* pick up, which VC7.1 did ...Show All
Windows Forms TreeView Selection...
Hi, I have a TreeView and DataGrid in my form. When the control is transferred from dataGrid to TreeView, the nodes get selected for the first time only if i double click it. I want it to get selected in single click. I tried to set it in these events - Enter,Click, MouseUp /Down / Hover. Still it is not working. Please help in&nb ...Show All
SQL Server can't modify stored proc which is in a publication
Hi SQL 2005 sp1 - merge replication - HTTPS. We have 2 publications for the database - one which has subscription.SyncType = SubscriptionSyncType.Automatic and another with SyncType = SubscriptionSyncType.None. The first publication is there so we can add new stored procs etc, the second contains the initial schema and the data. When we try to modify a proc which is in the publication with SyncType = Automatic, the query never returns. This is most urgent - thanks for your help. Bruce This issue/bug should be addressed in Yukon Service Pack 2. Leo This posting is provided AS IS ...Show All
Windows Forms ComboBox reloading
I've 2 comboboxes: both are loaded from XML file (working as a simple database). When I change selected item in 1st combobox I've to change content of 2nd combobox. Unfortunatelly, it doesn't work for me. Here is my sample code: public LicenseNumbers() { // // Required for Windows Form Designer support // InitializeComponent(); dsAppVersions = new DataSet(); dsAppVersions.ReadXml("apps.xml"); Loa ...Show All
Visual C# Class View
hi.. Is it possible to take the printout the contents of Class View or can i copy that and paste it to word document for my documentation process. Or is there any other way to get the Class Hierarchy of whole project done in C#. Thanks Hi, there is no way to copy paste the class hierarchy, unless you use a Class Diagram and map out the classes. The other way would be to take a screen shot of the Object View from VS05 and paste it in Word. Of course if you use XML comments for your classes, then when compiled with the documentation switch an XML file is generated which has the compelete hierarchy. R ...Show All
