Daniel21's Q&A profile
Visual C++ Project Build Error PRJ0003 "error spawning cl.exe"
Help! None of my projects will start. I keep getting the same build error. I have already added the directory that houses cl.exe to the VC++ executable directory and now it gives me a dialog box that states "These project configurations are out of date. Would you like to build them " Upon clicking yes, it states "There were build errors, continue Upon clicking yes, it states "Unable to start debugging. Unable to f ...Show All
Visual Basic DirectCast Vs CType
Can anyone explain to me that when can I use DirectCast vs CType I know msdn documentation mention something regarding inheritance that there must a inheritance relationship between objects that are being casted when using DirectCast I use CType when I am converting a variable to another type to be stored in a variable. I use directcast to change a property of variable I need to cast to another type. ...Show All
.NET Development Webservice SSL issue
I have a secure webservice that uses SSL (and basic authentication). I also have a client application that calls functions on this secure web service. We get an error " Could not establish secure channel for SSL/TLS". We have tried all the suggestions on the net and have finally run out of options. Has anyone else had this problem This problem happens sporadically on some machines, and on others it happens with every sin ...Show All
SQL Server SSIS The product level is insufficient for component "Fuzzy Grouping"
Hello, I have a Dataflow with a Fuzzy Grouping component. When I load this package in my application and execute it, i get the following error message: The product level is insufficient for component "Fuzzy Grouping" (561). Whithout the Fuzzy Grouping component the Dataflow works properly. I work on a client machine with following installations: framework 2.0, SQL 2005 Standard with all services, VS 2005. What's wrong, can you ...Show All
Visual C# Instances
How would I make an instance of a form available from all forms Can someone explain to me, or send me a code snippet Depends on the definition of available One could place code like: Form1 newVersion = new Form1(); newVersion.Show(); in the load of every page besides Form1 (recursive mess) and Form1 would open along with each page. ...Show All
Windows Forms What's wrong with my FolderBrowserDialog?
Hi, I use the FolderBrowserDialog in installer class. However, when the dialog box is open, I did not see anywhere where a user can select a folder. It has just three buttons. Using MessageBox, I saw folder_browser_dialog.RootFolder = "personal". It does not looks like a path. What is the problem here Or FolderBrowserDialog cannot be used in installer class Please help me. Many many thanks. Below is the code. FolderBrowserDialog fol ...Show All
Visual Studio Combining DTE objects with component designers
I am building a custom application designer which has to cover a variety of issues. Some of them should be covered by custom component designers. Others require working through DTE and other object of the Visual Studio core automation. In either case the implementation should relay upon a common set of objects representing the application definition. Hence the question: How do I build such set of objects so that it would be available for both ...Show All
Visual C++ After the machine automatically updated itself last week, I started getting this:
Microsoft Visual C++ Runtime Library Assertion failed! Program:...am Files\Microsoft Office\OFFICE11\WINWORD.EXE File: .\scoring.cpp Line: 133 Expression: ret For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts (press retry to debug the application - JIT must be enabled) I am a medical transcriptionist - I have no idea what any of that means - I just want it fixed right away. ...Show All
Visual Studio Team System "Remaining Work" report only shows active workitems
Using TFS Beta 3 Refresh, I've created a MSF project, imported 100 or so workitems ( via Excel ) and closed 9 of them. When I look at the "Remaining work" report however the chart starts at 105 workitems and decreases to 96. The closed workitems do not appear. Have I missed something or is there a problem with the "Remaining Work" report I am guessing that you are using TFS reports si ...Show All
Visual Studio Express Editions SQL Server Installation Problem
i m trying to install Microsoft SQL Server 7.0 from CD but it gives error "windows can not find "ie4setup.exe" file but its working on other computers whts problem.thnx The forum here is for the 2005 Express products, you will need to follow the community links from the SQL Server Developer Centre . For the Public newsgroups for SQL Server 7 I would try this link . ...Show All
Visual C# Net meeting
Hi how can i work together with net meeting in my application can anyone write code snippet ...Show All
SQL Server SSIS LOGGING
Second time around w/this one. I'm running my sqlserveragent with a domain admin account and everything works well. I then switch to a domain user and the package fails. Windows app log contains ths Package "Package1" failed. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp . So I go to the sql server agent jobs and select the job I'm trying to run. I then go to Job Step Properti ...Show All
Windows Forms Why would my Form a = new Form() be *CLONEING* itself? ie the new form != a
Does anyone know under what circumstances could cause a new form to *CLONE* itself when Shown I have a MDI app, and am creating new MDI forms. The forms have the InitializeComponent(); code moved from from the create method to the ShowThisForm() method due to the fact the user could create the form and not actually want it displayed Apart from that one oddity the Parent/MDI stuff is basically normal. It all works (to a point) except the clone ...Show All
Visual C# How to convert 2003 win from code to 2005 with partial?
Hi, all. I have a window application written by VS.NET 2003. I opened it with VS.NET 2005 and convert the app. However it doesn't convert the structure of each class code. I like the seperated classes intruduced in VS.NET2005, which seperates form design code from custome code. Is there any tool or way to convert my old 2003 style form coding to 2005 style code seperating design and custome codes Unfortunately, there ...Show All
Software Development for Windows Vista GdiPlusEffects.h missing in February 2006 SDK
I downloaded the new Feb CTP Windows SDK and the compiler complains about missing GdiPlusEffects.h. This file is included conditionaly when GDI+ version at least 1.1 is detected. Where can this file be found The workaround is to edit GdiPlus.h and change the GDIPVER from 0x0110 to 0x0100: // Define the Current GDIPlus Version #ifndef GDIPVER #define GDIPVER 0x0100 #endif Hi Benny. Thanks for the ping. I ...Show All
