SaLLuComp's Q&A profile
Visual Studio Team System TF30321: The name you typed is already used for another team project
I had a project fail part way through creation (sharepoint timed out on creation for some reason) and it also failed to "back out" of creation properly. Now when I try to create a project with that same name I get error TF30321 "TF30321: The name you typeed is already used for another team project on the Team Foundation Server. Type a unique name for the new team project." I would have thought this was a big problem, but I had alread ...Show All
.NET Development How to connect to oracle 8i with System.Data.OleDb?
When I connect to oracle database with System.Data.OleDb,an exception eccurred during the runtime;My connect string is "Provider=msdaora;Data Source=jzdb;server=10.124.162.8;User Id=sxjh;Password=wsxjm;".How can I do now ORA-12154: TNS:can't handle service name Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where ...Show All
Visual Studio Team System MSSCCI v1.0 and VS2003 Provider not showing up in Options Menu.
All, I have just built a VPC for development use. So far everything has install great except for the MSSCCI provider. I installed VS2003, then TFS Explorer, connected to TFS Server fine no problems at all. Connect to Projects using TFS Explorer as well. Now install the MSSCCI provider all goes well...... But when running VS2003 under Tools ---> Options -----> Source Control I see no option for the MSSCCI Provider. Swtiching back t ...Show All
Visual Studio 2008 (Pre-release) Styles as Resources
Hi, I have a ControlTemplate defined as a resource: < ControlTemplate x:Key = " MyTemplate " TargetType = " {x:Type Control} " > <StackPanel > <StackPanel .Resources > < Style x:Key = " Style1 " TargetType = " {x:Type Rectangle} " > < Setter Property = " Fill " Value = " Red " /> </ Style > < ...Show All
Visual J# unable to open C# solution after converting it using JLCA
Hi, i am using VS.Net 2005 Beta 2, successfully converted a J2EE application to C# project. But when i tried to open C# solution second time it is not opening. Have someone come across this situation Can somebody address this issue. Thanks. Hi, Could you please tell us the error message you are getting That will really be helpful in narrowing down the issue. Thanks. ...Show All
SQL Server How do you process AS objects from the command-line?
Hello, Quick question. How do you process AS objects from the command-line. I've read this: http://msdn2.microsoft.com/en-us/library/ms186673.aspx and asusme I need to issue such an XMLA command but I don't which command-line tool enables me to do it. Natural assumption is that its SQLCMD (seeing as you can do this from SSMS) but I thought I'd better check. Thanks -Jamie Hi Jamie, Here's one interesting way I found, u ...Show All
Smart Device Development SQLite and Compilation for Different Environments
I want to run SQLite on my PPCs for an app I am building. I want to be able to have 2 versions. 1 for all arm processors 1 for all x86 emulators If I compile a C++ app in Visual Tools 2003 for a 2002 device, will this app/should this app port accross all devices with a similar processor regardless of PPC version (ie: 2003-Mobile etc) Thanks! InquiringMinds wrote: If I compile a C++ app in Visual Tools 2003 fo ...Show All
Visual Basic setup - custom dialog
I have a setup project that I put a check box dialog before the installation 'progress'. With 2 check boxes that are: Desktop Icon, and Quick Launch Icon. So how do I check if a check box is selected so then I can place an icon-shortcut on the Desktop and/or Quick Launch Unfortunately, Windows Installer doesn't provide any way to conditionalize a shortcut. However, if you conditionalize the file it points to ...Show All
Visual Studio tasknavigated event
I am using the tasklist object in my add-in and have an eventhandler for the tasknavigated event. Here is the code in the handler: if (myTaskItem.FileName != "") { TextWindow myTxtWin; TextPane myTxtPane; myTxtWin = (TextWindow) applicationObject.ActiveDocument.ActiveWindow.Object; myTxtPane = myTxtWin.ActivePane; myTxtPane.Selection.MoveToLineAndOffset(myTaskItem.Line, 1, false ); myTxtPane.Selection.SelectLine(); navigateHan ...Show All
Visual Basic How do I get the root of the application ?!?!
Hi! My project has the following directory structure (as any project in VS 2005 - by default): [bin] [obj] [properties] some files... System.Windows.Forms. Application .StartupPath method doesn't give me the root folder of the application, but the debug folder in bin folder. Is there a way I can get the root folder of the application Thanx :) Dim al() As String = Split(System.Windows.Forms.Application ...Show All
Visual C# Custom Control Error Message Hell!
Hey howzit I am trying to implement a new user control...all that it allows is for the user to assign each control to a group. One group of OurRadioButton's consist of 2 or more radio buttons and if they have the same checkgroup then you can only check one of them in the group. BUT I keep getting this error message: (the error message appears as a message box type message not in VS debug) "Property value is not valid: Una ...Show All
SQL Server [SQL Native Client]Shared Memory Provider: No process is on the other end of the pipe
Running : Windows Server 2003 Enterprise Edition SP1 IIS 6.0 .NET Framwork 2.0 Visual Studio 2005 Having trouble installing SQL Server 2005. When it's halfway through installing, and displays the message in the install wizard window "Starting SQL Server.....", it stops dead with the error: Machine : <mymachinename> Product : SQL Server Database Services Er ...Show All
Smart Device Development Handling Null value
New to Windows CE .net and SQL Server CE. How do you handle(or test for) a NULL value in a SQL CE table column in code (VB.NET CF, Please) Thanks, the behaviur in string fields is returning false i have the folowing in a query "Select isnull(pCode, '') as Code from products " when i run this in my MS sql server CE the Code field returns false, so this is not a solution, right ...Show All
Windows Forms DataGridView Getting Erroring Column in DataError event
Is there a way to set the errortext for the erroring column in the DataGridView_DataError event. There is an example at : http://msdn2.microsoft.com/en-us/library/system.windows.forms.datagridviewdataerroreventargs.aspx that shows setting the error text for a cell, but the code example is wrong. If (TypeOf (e.Exception) Is ConstraintException) Then Dim view As DataGridView = CType(sender, DataGridView) view.Rows(e.R ...Show All
Software Development for Windows Vista Wfc, xoml and version info
I am trying to compile a xoml file using wfc.exe and the xoml file has references to members in other .net dlls. When I try to compile, wfc.exe workflow.xoml /reference:bin\debug\workflow.dll;bin\debug\other.dll /out:CamWorkflow.xoml1.cs I am getting the error error 279: Could not create activity of type 'Workflow'. System.TypeLoadException: Could not load type 'IWorkflowEvents' from assembly 'Workflow, Version=0.0.0.0, Culture=n ...Show All
