Software Development Network Logo
  • Architecture
  • Visual C++
  • Windows Vista
  • VS Express Editions
  • SQL Server
  • VS Team System
  • Visual Studio
  • Visual FoxPro
  • Visual J#
  • .NET Development
  • Windows Live
  • Visual C#
  • Microsoft ISV
  • Smart Device
  • Windows Forms

Software Development Network >> asim.iqbal's Q&A profile

asim.iqbal

Member List

HelenZHOU
StLThumper
Oiz
Mamta
Richard Bysouth
cornzy
Auris
Graham Lower
Martin Ly
devFro
patWrecks
Jurek
Deepesh Bhanani
erdogancemevin1989
kramer
dekzorro
Jayden CHan
Jeremy Riley
harolds
Raja Ram Singh
Only Title

asim.iqbal's Q&A profile

  • SQL Server FREETEXTTABLE

    Hi.. I have used Full-Text Search in a stored procedure with English words whithout any problems..But when i use it with Arabic words it gives me THE Error: Server: Msg 7619, Level 16, State 1, Procedure SearchProject, Line 19 Execution of a full-text operation failed. A clause of the query contained only ignored words. The stored procedure : CREATE PROCEDURE SearchProject ( @SearchString nvarchar(500), @CultureName nvarchar(50), @H ...Show All

  • Visual C++ __w64 int ( What is it )

    I have been working on porting application. I have been facing warning related to "__w64 int" conversion. I wanted to know whats __w64 and what care needs to be taken to correct the warning. The warning i am getting is warning "C4244: '=' : conversion from '__w64 int' to 'int', possible loss of data Any help on this regards is highly appreciated. Thanking in anticipation. Regards, - Imran. The problem is that in 32bit a pointer values fit ...Show All

  • Visual Studio install sql or vs first?

    What is the preferred order to install: .NET framework Sql Server 2005 developer edition Visual Studion 205 Team or does it matter Thanks Doesn't all of this get installed by default in the proper order if you select the proper components or does VS Team edition not come with SQL DE like pro does ...Show All

  • Visual Studio Team System TF30177: Team Project Creation Failed (Unable to connect to SQL Reporting Service)

    Hi, I've installed single server TFS RC succssfully. I installed sharepoint and sql server before tfs. But when I tried to create a team project. It failed. I have verified http://<tfs server>/default.aspx works and http://<tfs server>/ reports works as well (reporting services). I've also added the user to SQL Servier Reporting services as the Content Manager role and as well Adminstrator role for Sharepoint servies. Please h ...Show All

  • .NET Development Why is System.Net not available in my add reference list?

    Subject pretty much says it all. I'm using Visual Studio 2005 C# Express. I went to add a reference to System.Net and System.Net.Sockets, but they simply aren't there. I tried reinstalling/repairing the SDK, but to no avail. I can't find any reference to this problem by googling it. I'm completely confused as to why this namespace isn't present. All work is halted until this issue is solved, so any help would be greatly appreciated! Thanks, Jas ...Show All

  • Visual Basic Network Drive ???????????????

    Hi, I want to know that my network drive is work properly or not. If I make a network drive in pcA for pcB but if pcB remove its sharing than i want some confirmation that network drive is not working... Please Help me out... ********************** Manu Raj Try using the System.IO.DriveInfo class. When the network share becomes unavailable, the IsReady property is false. ...Show All

  • Smart Device Development Transfer files between PC and PPC.

    I've searched for this no doubt frequently asked question to no avail. I want to copy files programmatically from a PC to the PPC, and back again, usually to the storage card. I'm using VS2005 VB.NET, but can convert from C# or C++. ---Mike Sriram Krishnan MSFT wrote: How are you connecting to the PC Is it over ActiveSync or is it over the internet Also, do you have some server ...Show All

  • Visual Studio Express Editions fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory

    Hi All: The story so far: I am having a we bit of trouble running the most difficult of all C++ programs the imfamous first C++ program Hello World! code: // Simple Hello World Console Application #include <iostream> using namespace std; int main() { cout << "\nHello World!\n" << endl; return 0; } And we get: ------ Build started: Project: Hello, Configuration: Debug Win32 ------ Compil ...Show All

  • Visual Studio Team System VSTS integration with QTP

    Hi, We are currently using Mercury QTP 8.2. And our application is a .NET based application. So I wanted to know if you guys have any plans of integrating QTP with VSTS so that we don't have to switch the scripts from QTP to VSTS. Thanks, Amit. I believe that is what the generic test type is for. It allows you to call external programs to execute a test for you. MArk B. ...Show All

  • SQL Server Can I use SQL Server Management Studio Express to work with SQL Server Everywhere?

    Can I use SQL Server Management Studio Express to work with this...SQL Server Everywhere I bought VS2005 Pro and installed everything, including the Developers edition of SQL Server 2005. I would love to play with this and try converting old Access desktop applications. Unfortunately I am unsure how to create and modify a new database for SQL Server Everywhere using SSMSE. I have several tables that have a thousand records o ...Show All

  • Visual Studio Express Editions Build Error with PostBuild script

    It seems that regardless of what command I put into the Post-Build property of my project I get the error: 'C:\Documents' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. I've tried even simple things like "echo hello." and I get the same result. echo hello. 'C:\Documents' is not recognized as an internal or external command, operabl ...Show All

  • Visual C# c# addin

    I created an addin for c#...I want me addin to be able to read whatever project code i have open.... how do u make the addin able to do such a thing     If you are using VS2005 here is links that should be interesting http://msdn.microsoft.com/vstudio/extend/default.aspx which gives you this link in MSDN http://msdn.microsoft.com/library/default.asp url=/library/en-us/vsintro7/html/vxc ...Show All

  • Visual C++ Function pointer for GC

    Is there a workaround for passing pointer to a member function of a gc class I know I can use delegate but I don't want to. Thanks P A non-gc heap. Here is a pseudo code: __gc struct galvac_c { .... int **d; static void foo(galvac_c *instance, int *a) { .... } }; void boo( galvac_c* inst, void (*foo)( galvac_c* ,int)) { ... foo(inst,cur_num); ... } int _tmain { galvac_c *d = new galvac_c(); foo(d,gal ...Show All

  • Windows Forms How to Export Data from Excel Sheet to Access

    Iam facing a huge problem here when i try to export the data from excel sheet to an access db, i have worte the code which reads the data from the Excel file into a datagrid but my problem now that i don't know how i can get the data from the datagrid into the access db i have tried to use a select/insert commands to read and fill the data directly to the access db but it didn't work and always gives me an err, so is there anyway to do this ...Show All

  • Visual C++ .Net Framework

    Hi, I have an application which I did not originally create.  I develop it using Visual Studio 2003 - Visual C++.net.  When I click on the configuration manager for my solution I can see that this platform, for said application is "Win32".  I didnt think this was the case since my work (code) is developed compiled and run correctly using visual studio.net. Then i created a completely new project, visual c++ and chose the opt ...Show All

©2008 Software Development Network

powered by phorum