Joachim Juell's Q&A profile
Visual Studio Team System Removing a source control project from a Team System project.
Is there an easy way to remove a source control project from a Team System project I cannot find a way to do this in the documentation and in the source control explorer, Delete or Remove is greyed out. HELP! Yeah, I know that is something that would be good, but after having a chat with the local Microsoft Evangalist Charles "Chuck" Sterling. He informed me it was designed that way. Thinking about it i think it is probably a good thing. Cause if you deleted certain branches within source control you would want it reflected through locally, else you would be left with all these folders local ...Show All
Visual Studio Express Editions Unable to run debugging.
Hello Happy new year. I am a new user of Visual Basic express. And I can not get startet. The problem is that I get a message wen I try to debug somefing. The message is: Error while trying to run project: unable to start debugging And then somefing in Dutch. De bindingsingang is ongeldig. I don't now wath it meens in Englisch. Can somebody help me solving this problem. Regards Carel Take a look here: http://blogs.developerfusion.co.uk/blogs/thushan/archive/2005/08/31/840.aspx ...Show All
Visual Studio Express Editions Read from ini-File: PInvokeStackImbalance
Hi, I want to write and read some information and configuration in a ini file. I now found a code-snippet for reading and writing from/into ini files: Private Declare Function GetPrivateProfileStringA Lib "kernel32" _ Alias "GetPrivateProfileStringA" ( ByVal sSectionName As _ String , ByVal sKeyName As String , ByVal sDefault As String , _ ByVal sReturnedString As String , ByVal lSize As Long , _ ByVal sFileName As String ) As Long Private Declare Function WritePrivateProfileStringA Lib "kernel32.dll" ( _ ByVal lpSection As String , _ ByVal lpSetting As String , _ ByVal lpValue As String ...Show All
Microsoft ISV Community Center Forums Subform Problem
hi all i have a problem that i tried my best to solve it but i can 't till now the problem is i have a form with 2 sub forms in side it built using MS access 2000 currently we moved the database from MS access to MS Sql Server 2000 since then this form no longer works the form idea is that user select the customer id from combo box after update event will do requery for both subforms both sub forms based in a query that select all data from transaction table based on the customer number selected by the user when ommited from the selection the subforms works and displays all the customers regardless the user ...Show All
Visual C++ Problem Using ExitWindowsEx
Hello, after getting an answer about how to close the system, I have a different problem. I wrote the following code: #include "stdafx.h" #include <windows.h> int _tmain( int argc, _TCHAR* argv[]) { ExitWindowsEx(EWX_FORCE, SHTDN_REASON_FLAG_PLANNED); return 0; } I get the following errors: >error LNK2019: unresolved external symbol __imp__ExitWindowsEx@8 referenced in function _main >fatal error LNK1120: 1 unresolved externals With Thanks, Gal Beniamini ...Show All
Visual Basic ADODC Runtime
Hi, I am trying to teach myself VB and unable to figure out how to set up the recordsource of a ADODC at run-time. This is what I am trying to do. I greatly appreciate if anybody can give me some feedback. Sincerely KPLG Private Sub Form_Load() Adodc1.ConnectionString = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=ChangeDB;Data Source=EMC-NT" Adodc1.CommandType = adCmdUnknown Adodc1.RecordSource = "select top 10 * from servdata" End Sub A couple of quick questions here. Are you attempting to use VB.NET to achieve this or an early version ...Show All
.NET Development Edit And Continue
Hello, How can E&C be activated on a x64 windows box against a x86 application thanks if you cant get e-n-c working, here's a solution that i found works.... i had a 2003 project i converted to 2005 i created a brand-new project, and added all the forms manually. then, i added the datasets (only the xsd file) and the crystal reports (only the rpt files). i let the custom tool re-generate the class files for that stuff. voila! edit and continue now works for me!!!!! yeee-haaaa! hope this helps, george hardy ...Show All
.NET Development ftp connection breaks
Hi, I have a ftp client based on the edt library. And it works fine untill I switch to a different program or I minimize it. Then it starts spawning all kinds of exotic errors. But mostly I get connection already in use Any ideas on how to solve that Thanks already This uses a 3rd party FTp Client. YOu might want to check with them Koolkraft.Library.FTP Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///I:/TVID/FTP%20Upload/MediaAdmin/bin/Release/Koolkraft.Library.FTP.DLL System.Net has a class FtpWebRequest, that allows you to do the ...Show All
SQL Server Urgent: how to get source data with runtime variable
All, I need to pass a variable to get source data from Oracle on OLE DB source. The variable is defined by an Execute SQL task (previous step) on the control flow and it is a package level variable. In the data flow, OLE DB source using ‘SQL command from variable’. The variable sql command works when it just: Select *from table But I need the variable SQL command like this: Select * from table where last_modified_date > - - variable1 the variable1 is defined by anther Execute SQL task at runtime Can someone give some light on this Many thanks Jessie, Is t ...Show All
Visual Studio Express Editions ASPNETDB.mdb locked in memory/can't copy.
I have a situation where people are trying to copy their "aspnetdb.mdb" databases up and the SQLExpress process has the existing files locked in memory. This is preventing from copying up new files. The only way that appears to solve this is recycle the SQLExpress service. Is there any bugs or has anyone run into this problem and found a workaround without stopping/starting the service Steve Schofield steve@orcsweb.com I assume you mean MDF (SSE database) and not MDB (Access database). A dynamically attached database in SSE remains locked as long as there is an active connection opened against it, us ...Show All
Visual Studio 2008 (Pre-release) Button List?
Hello, I'm planning on making a palette toolbar, ie. a toolbar of several buttons where only one can be selected. Could anyone make any suggestions as to the best way to go about this Should it be a list of radiobuttons with their style altered to resemble toolbar buttons, or is there another way Any feedback would be great. Cheers, Andrew It would seem like a ListBox would be the way to go, using its default behaviour only 1 item is selected, and you can alter the appearances using a Trigger. There should be plenty of samples out there of this being done, but if you don't have any you can ch ...Show All
Visual Studio Tools for Office Merge Field Collection devoid of merge fields in Header/Footer
If I add mail merge data fields into a header on a document and then iterate the merge field collection, the collection does not contain the merge fields I placed in the document header. Why and where/how can I "get to them" ... You need to give us a bit more information. The code you're trying to use would help. Also - version of Word - does the document contain more than one section - what is the mail merge document type (letter, directory, labels...) ...Show All
.NET Development Operation must use an updateable query occurs with non-admin account
Operation must use an updateable query occurs with a non-administrator account. Otherwise it works fine. I am attempting to update an Access database. I'm using XP SP2 Professional and an Access database. Get the message "System.Data.Oledb.OleDbException: Operation must use an updateable query"... Works fine with the admin account but not with a power user account. Works fine with an alternate admin account also. Any ideas Temporarily upgrading the power user acct to an admin account fixes it, but that's not how I want to do it. Is your Access database on a network resource Or in a ...Show All
Visual C++ For each with IDictionary
I've got such code: Collections::Generic::IDictionary<String*, int > *mapLetters; for each (Collections::Generic::KeyValuePair< String , int >*q in mapLetters){ myFunction(); } And the for-each element does not work. I've got an error: error C3285: for each statement cannot operate on variables of type 'System::Collections::Generic::IDictionary<TKey,TValue> __gc *' But in official site of Microsoft they wrote that for-each must work fine. There's the note there: -- The foreach statement of the C# language ( For Each in Visual Basic, for each in C++) requires the type of each element in the collection. ...Show All
Smart Device Development Alternative for FindWindow ?
Hi, I hope some here can help me out. I want to normaly exit an external application. I've found ways to kill it, but that leaves a tray icon available. So i thought to have found a way to use the SendMessage or PostMessage (all listed in the function) I tried it on the Calculator on the pocketpc and it works great (see below) The problem: The application i want to exits lives as a tray icon, and is NOT listed in te "running applications" so (i assume) i can't use the FindWindow. Is there any other way to find the handle i.e. FindProcess (if this exist, how do i declare the DllImport) public void quitCalculator() { const int WM_QUI ...Show All
