Syed Wajahat Iftikhar's Q&A profile
Visual Studio Team System Can't create new team project
Hi, the problem has already been described in this forum: trying to create the first team project the wizzard fails due to a Sharepoint connection problem. And I tried (probably) all of the solutions: - changed to NTLM authentication - permission for reporting services - permission to Sharepoint services Some hints that might be interesting: - the SharePoint Virtual Server List shows Default Web Site with an installed Version but Admin ...Show All
Windows Live Developer Forums Some Ideas for Messenger8
Hello! I have some suggestions for new MSN There is first three "must fixed" bugs: First, there is missing of option To show a Large display pictures in Contacts list,that is very useful option from version 7.5 Second,the colors of windows in Messenger Live are't good chosed,they are too light,or something...So it look very bad. Third, the menu bar are too slow to use (not practic) ,they ar ...Show All
Windows Forms Binding to object which implements INotifyPropertyChanged
When binding to an object which implements INotifyPropertyChanged, is there a way to configure the Currency or PropertyManger so only the changed property of the datasource is pushed to the bound controls For example, if one property of the datasource object is changed by a Forms.Timer Tick event, it seems that all properties of the current object are refreshed by the Manager, and all bindings are pushed to the bound controls. If an edit was ...Show All
.NET Development DataAdapter.Fill() is necessary?
Hi all, In ADO.NET 2.0, there's a new method called DataTable.Load (DataReader) method, so is it necessary to use DataAdapater.Fill(DataSet) anymore I think all developers don't mind to write a few more line to change .Fill() to .Load() if the performance can be improved greatly after moving from DataAdapter to DataReader (as DataReader is native and fastest approach in retrieving record). Thanks, Fill() ...Show All
.NET Development Connecting to SQl 2005
Hi, I have built an application in C#, using VS.Net 2003 and .net framework 1.1. i am trying to connect it to a SQL2005 database, which is held on another machine within the same network. I keep getting an error reporting that the sql database does not exist or can be not accessed. The connection string is OK. Do I need to install .net framework 2 on my local m/c, or is there something else which I need and if so what Thanks Jason ...Show All
Visual Studio Tools for Office vbScript with .NET
With Visual Studio 2005 and Framework 2.0 you discontinued the Microsoft.Vsa namespace. How do I execute vbScript in your latest framework without having to return back to your COM MSScriptControl (C:\WINDOWS\System32\msscript.ocx) I had been using the with Visual Studio 6.0 and then upgraded to VS 2005. I am using msscript.ocx in C++ and what used to work under 6.0 now does not. Calling Run on the control for a ...Show All
.NET Development Reports Using Stored Procedures and ASP.Net (7 Days Planner)
Good day! I'm currently doing a Reports Module in a project here in the Philippines. One of the reports is from an appointments table, I have to create a 7 Days planner. From the dates in the table, I have to classify each appointment to what day it falls. For example, there's an appointment for June 13, 2006, I have to show in a data grid under the column Tuesday. It would depend on what date the user will choose on when to start the 7 Days Pla ...Show All
Audio and Video Development WMS9 Authorization Plugin with C++/CLI. Anybody done this???
I'm attempting to rewrite a Windows Media Service Authorization plugin from C# (which leaks even with a minimum implementation) in C++/CLI. I can get the plugin to work using ATL, but have to access a lot of .NET classes, which is the reason I want to try C++/CLI. At this stage I have been unable to get WMS9 to enable my plugin. Has anybody managed to get a WMS9 plugin to work using C++/CLI If so would you be willing to share a barebones version ...Show All
SQL Server How to connection to ODBC data source ?
How to connection to ODBC data source In the Connections pane, right-click and select New Connection... . You will now have the complete list of available connections rather than the top few, choose ODBC - Connection Manager for ODBC connections . ...Show All
Visual C# Multi-Line statement
How to write statements running into multi-lines in C#, like using "_" in vb6. Just do it. You can use as many lines as you like, so long as you're not inside a string literal at the time. ...Show All
Visual Studio Team System Error in profiler report generation
I am getting the following error (message box) while preparing report. What should I do to fix it --------------------------- Microsoft Visual Studio --------------------------- Symbol Engine: Loading symbols for module 'd:\School\bio\projects\Approximation\LPMotif\Release\LPMotif.exe' Symbol Engine: Loading symbols for module 'C:\WINDOWS\system32\kernel32.dll' Symbol Engine: Loading symbols for module 'C:\WINDOW ...Show All
Visual Studio Team System Disconnected modified files
The biggest reasons we are not switching over from VSS to VSTFD have to do with working on files is disconnected mode, sluggish performance and multiple file comparisions. Perhaps you can address some of our issues 1. If I am disconnected from the source control and I have modified project files or deleted project files (and probably added files) team foundation does not find these file changes. Moveover, a "get latest version" beli ...Show All
.NET Development System.arithmeticException
Hi everyone... I am using VS2003 and while designing a simple basic form i got this error. This error is shown for the control (textbox) that i have added. Till yesterday it was working fine and suddenly i am getting this error. An unhandled exception of type 'System.ArithmeticException' occurred in system.drawing.dll Additional information: Overflow or underflow in the arithmetic operation. I aslo tried adding the following code: using System ...Show All
Visual C++ Trouble using registers from SSE2
Hi. I want to implement software that should gain performance by storing, operating and reading values that are stored either in XMM registers or in the newly available additional (AMD64) GPR registers. I have to use Visual Studio 2005 which doesn't provide inline assembler any more so that I have to use intrinsics. With them I want to store values in a predefined manner to all XMM registers. Therefor I use 16 _m128i variables, hop ...Show All
Windows Forms how to limit number of instances of a form being opened?
I have a btnAddNew on my frmMain which opens frmAddNew for adding new service record: What can I do to make sure the no matter how many times the btnAddNew is clicked, the frmAddNew will only have one instance opened. this is the code under btnAddNew_Click: //open up frmAddNew frmAddNew frmAddNew1 = new frmAddNew(); frmAddNew1.Show(); Also, I have a btnPendingServices, which opens frmPendingServices, I want to make sure u ...Show All
