hooman.tadbiri's Q&A profile
Visual Studio Team System Team Project Creation Fails because of Sharepoint
OK this one is killing me. I have done the install about 3 times and keep getting the same error. When I go to create a new team project, I step through the wizard and click finish. The wizard then goes on to create the Reporting Services Part, the Source Control part, and when it gets to Share Point it fails on authentication. Everything is in a domain and I have used service accounts as specified per the install. Here ...Show All
SQL Server Client Tools
Hello, I have just Installed SQL Server 2005 on windows 2003 OS. Is there any client tools like Query Analyzer of SQL server 2000 through which i can connect to the server and fire my queries Where do I find that tool... Thanks, siaj Siaj, The functionality of Enterprise Manager & Query Analyser have been rolled into 1 tool - SQL Server Management Studio (SSMS). I'm sticking my neck out here but ...Show All
.NET Development system.objectdisposedexception
Hi, I have a multithreaded application that crashes with the following msg in event log ... EventType clr20r3, P1 smartserver2005.exe, P2 1.0.0.0, P3 43f6cc52, P4 system, P5 2.0.0.0, P6 4333ae87, P7 3ad8, P8 a5, P9 system.objectdisposedexception, P10 NIL. I have provided try catch block in all routines in the code & still the appl crashes with the above msg. Note that crash is not consistent for a particular se ...Show All
Windows Forms CheckBox not working if loading from a dataset
I'm working with a datagrid in c# using windows forms. I am having a problem getting my check box to work in the datagrid. I have a SQL statement that returns my data in a dataset. I bind the datatable within the dataset ...Show All
SQL Server ReportWizard.vsz
Is there a way to modify the reportwizard.vsz file to use a specific report.rdl file instead of the report.rdl file found in C:\Program Files\Microsoft SQL Server\80\Tools\Report Designer\ProjectItems\ReportProject Basically I want to add multiple wizards and point each of them to a different report.rdl file. Any help is appreciated. Thanks --devin Sorry, this is ...Show All
SQL Server Uploading images to SQL Express
Hi, Could someone help me on how I can store images into my SQL Table I'm using "Image" as Column Name and I use VWD 2005 Express. I saw a lot of C# examples, but not VB.NET examples. Please help !!!!! Bart Thanks Lars.... can you believe it, I actually figured it out... but I didn't know that there was an auto increment with the ID Key... so I guess I'll go back and take a look at it. I really hate to keep asking questions, but is the ...Show All
Visual C++ Problem in MFC AppWizard(exe)
my code is like this: void CRrDlg::OnGetText() { CString kk; int f; CRrDlg* pEdit=(CRrDlg*)GetDlgItem(IDC_EDIT7); { f=22; kk=f; pEdit->SetWindowText(kk); } } I cant show 22 as output and i don't want to use kk.Format() to display. Is there any way to put variable f as variable kk how to convert int to a char string And, how to use SetDlgItemInt I can't use Format because everytime i use it,it will ...Show All
Windows Forms Transparency/Clipping problems
I'm having problems getting my custom control to draw with transparency on top of the form. The custom control has the shape of a rounded rectangle, and the rounded-off corners need to show through to any other controls underneath it, or the&n ...Show All
SQL Server Error installing SQL Server 2005 Upgrade Advisor
I'm getting a Windows Installer error when attempting to run the Upgrade Advisor setup package (SQLUASetup.exe). The error message reads: "This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service." The machine is running Windows 2000 sp4. Both the .net framework v2 and Windows Installer 3.0 have been installed. A ...Show All
Visual Studio Express Editions First Project
I have been charged with gathering all incoming faxes, converting them to PDF files and thru keywords (Names Departments etc.) sending them to specific personel using Active Directory. I have a program that will convert to PDF, but I need to know how to search and distribute with (I hope) VB. I am brand new to this so any help would be greatly appreciated. OMG Tally, To what degree is this to be automated ...Show All
Visual Basic Creating Relations within a Dataset
im having a bit of trouble creating relations my dataset has 3 tables (client, episode, appointment) one client can have many episodes, and any 1 episode can have many appointments Client (0) INUMBER - primary key Episode (1) ENUMBER - primary key INUMBER - foreign key Appointment (2) ANUMBER - primary key ENUMBER - foreign key so i thought to set up my relations i would only have to do the following:- dsResults.Relations.Add( "Nod ...Show All
.NET Development error try project only build - 2005 beta , build type x64
receving the dreaded "operation could not be complete - unspecified error" message box . I see that another user has the same problem and is reporting it in the Microsoft Technical Forums Visual C++ Visual C++ General VC2005 Beta2 Crashes I'm going to cross reference my issue to that one as I have done here . Maybe someont at MS can help ...Show All
Visual Studio Team System WSS account creation in AD for TFS
Hi, Would it be possible to deploy the SharePoint service portal site generated by TFS application tier to support account creation in AD like http://www.microsoft.com/resources/documentation/wss/2/all/adminguide/en-us/stsc05.mspx In other word, can I invite developers to my project with TFS just like ISP prvoviding web site owner the ability to invite users not already have accounts in the domain for collaboration Can TFS utilize this ne ...Show All
Visual Studio Team System How do I configure access for users from another domain?
I'm beginning to think I'm missing something basic. My users in the other domain can access the TFS but can't see Documents or Reports (without setting DNS suffixes on their machines) because those URLs include an unqualified server name. Can anyone help me fix this Thanks in advance. This scenario could have been better addressed at setup time by chosing to use the FQDN instead of the NetBIOS name for th ...Show All
SQL Server Programmability of parameter bar(layout/items)?
Hi all, does anybody of you know how to code and customize the parameter bar of the SSRS reports I know about putting code behind expressions but how is it with parameters How is it possible to... 1. define the layout of the parameter bar and the positions of the parameter items 2. make the parameter items user-specific Is it possible to define a report with the report designer and hand over data (parameters) by code-behind or a referenced ass ...Show All
