Software Development Network Logo
  • .NET Development
  • Game Technologies
  • Smart Devicet
  • Windows Forms
  • Audio and Video
  • VS Team System
  • Microsoft ISV
  • Visual Studio
  • Visual C#
  • Windows Vista
  • Visual FoxPro
  • SQL Server
  • SharePoint Products
  • Visual C++
  • IE Development

Software Development Network >> Shahid Mahmood's Q&A profile

Shahid Mahmood

Member List

vzzvzz
Poolius
Chandresh
ComSpec
SAADEDIN
David Parreira
comspy
Gretzky99
Kidsauth
hhewson
slippyC
Mnkylord
faina
Claudiu Chiorean
Zhiwei
KAAU
nc-ghost
Recep TARAKÇIOĞLU
BabuKP
DOSST
Only Title

Shahid Mahmood's Q&A profile

  • Visual Studio Express Editions Build Error

    Every time I try to publish this quiz program I get an error that it failed to publish because it failed to build. It goes on and says: Error 2 Unable to copy file "bin\Release\Literature Quiz.exe.manifest" to "bin\Release\Literature Quiz.publish\Literature Quiz_1_0_0_0\Literature Quiz.exe.manifest". The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. Literature List Quiz Multi-form RenditionError 3 Unable to copy file "Lit Base MulitForm.mdb" to "bin\Release\Literature Quiz.publish\Literature Quiz_1_0_0_0\Lit Base MulitForm.mdb.deploy". The specified path, file name, or both are too long. The fully qualified file name ...Show All

  • Visual C++ socket read return -1 although the actual result has arrived

    I'm using windows sockets. In that I'm receiving a message. The read operation returns -1 although the actual result arrived. If the read operation returns -1 I'm waiting for sometime (Sleep(2000)) and then read again. In the second time read operation succeeds. What can cause a situation like this Thanks This has very little to do with the C++ language. I would suggest you post this question in the Win32 newsgroups here: http://msdn.microsoft.com/newsgroups/ Thanks. Brian (OTP) ...Show All

  • Community Chat NCover usage, parameters, empty coverage report getting generated

    Hi, I'm new to using ncover and is not aware of the basics of how it can be used to test the coverage of my code and how it goes with generating the covereage report for me. Can some one please let me know any pointers or examples where I can find out how it can be used and what each of the command line parameters stand for I had used the '/ ' to get the description of what each parameter stands for. Somethings which I am not clear are the //a - Assemblies: What should I give here Should it be the .dll file of the test scripts or the .dll file which i'm testing using my test scripts I use the following command to generate the coverage report, which shows an empty page when i open the xml which is generated (TestNCoverXml.xm ...Show All

  • SharePoint Products and Technologies Problems with replication of Active Directory password change to Sharepoint 2003

    Hi, we have a problem when some users change their password Sharepoint 2003 does not replicate the password from Active Directory. And the username/password dialogbox comes up. Is there a workaround for this problem Anyone else have the same problem This is the case for around 10 users now. And the only way to make sharepoint is setting the password back to the old password. Appreciate help! Thanks, Kjetil Tveit Hi Kjetil, Are you using SPS2003 or WSS 2.0 (with AD auto creation mode ). If you are running the portal in the same domain as the user, has the user logged out and in again on their local PC Maybe there is a mismatch with the current logged in user on the PC (old password), the integrated windows authent ...Show All

  • Gadgets hello!! problem with web sidebar gadget

    Hello, im new to ur forum. I'm working on a very simple gadget, but i have problem with the flyout and with showing a web site in it. Can anyone tell me how i show a wesite within the flyout box. Thank you very much. No text shown either.... Cannot undetsand why. When i remove the <g: ... > command line, the text is shown. But,when I click on the "Show" text label, something appears, but its to small and "covered" by the gadget. Maybe we have to change the flyout left value ...Show All

  • Visual Basic How do i insert several records into SQLserver (2005)?

    Hi, Im new to VB.NET 2005 and i want to insert several records into a SQLServer database. The first record is ok, but the next will crash. Heres my code: Dim iCnt As Integer Dim cmd As New SqlClient.SqlCommand Dim con As New SqlClient.SqlConnection cmd.Connection = con con.ConnectionString = "[MY CONN STRING]" Try con.Open() For iCnt = 0 To 9 cmd.CommandText = "INSERT INTO Prod (Field1, Field2, Field3) " _ & "VALUES (@Field1,@Field2,@Field3)" cmd.Parameters.Add("@Field1", SqlDbType.NVarChar, 10).Value = "Test " & iCnt cmd.Parameters.Add("@Field2", SqlDbType.NVarChar, 20).Value = "Another test " & iCnt cmd.Parameters.Add(& ...Show All

  • Visual Studio Express Editions F1 help and SDK help not very helpfull

    I tried to look for F1 help for a words "Combobox" and so on. Normal answer I get is that I dont have online help available. It is and enabled, and I've learnt to live with that feature. The reason I had to write, and this is a bit off topic, sorry, is that when I tried searching in local sdk documentation, it uses same favorites as Internet Explorer. That logic is new to me. My messy internet bookmarks and programming topics are quite different. After searching in MSDN online I got some answers. That part is ok. But the sdk help makes me wonder. Regards Leif ...Show All

  • Visual Basic COM+ Component registration for VB6 dll

    Hi, I am having a dll that forms a part of a COM+ application. I have changed a piece of code and not touched any of the method signatures, hoping not to destroy the compatability. I have replaced the existing dll with my new one and restarted IIS and COM+ services that use this dll. Should i have to register the dll again or will it work (should it work ) Please respond as this is under a hot discussion with my team.. Many Thanks and Best Regards, Franklin This is a tricky issue: theoretically if you do not change any public contracts (this includes method signatures, type names, etc) then you can replace the DLL with the new one and it should work. It's best to test this in a closed en ...Show All

  • Visual C# Professional C# Games and Appz

    Are there any professional games developed in C# Are there any professional apps developed in C# Can you link to some examples I want to see what's capable in C#... For a new developer like yourself I would suggest doing some research on XNA and DirectX, Brush up on your Maths and wait for the XNA Game Studio to be released. This should be at the end of the month for the Beta 1 version of the system. You should also go to www.microsoft.com/xna and sign up for the beta program for the xna game studio express. For information on XNA you should start by looking at http://letskilldave.com and http://blogs.msdn.com/xna , the later is the blog site for the XNA Team. One last note, you should start looking at the game development ...Show All

  • SQL Server Which Replication Topology?

    Folks, Help me figure this out once and for all! We have three geographically dispersed offices, each with their own local SQL Server. We are creating a DB application (SQL Server 2005) for our primary business (insurance) and expect to have one database with replicas on the other servers. (There is no "primary" or home server -- each of the local replicas/servers are peers.) Users in each office will update records in the local replica of the database for clients principally served out of that office. All data, however, must appear on all replicas for business intelligence purposes. In addition, there will be some (though limited) amount of record upating in one office for clients principally served out of another office. ...Show All

  • Visual Studio Express Editions DHTML controls

    how do i get the copy, cut and paste controls to work with the DHTML box jenx222, What is the copy, cut and paste control in your project Are they list in VB Express Edition toolbox Please make your problem specific and just tell me what is your DHTML box In order to implement the above function you mentioned, you can write some certain javascript code for each of the functions. However, I don't think you need the javascript code in this question. One more thing, could you tell me something about your project, or what do you really want to do in VB Express Edition Waiting for your reply :-) ...Show All

  • SQL Server Create Time dimension Year, Week, day problem

    Hi, I have a problem when creation a Time dimension Year, Week, day , The week does not start on the correct date eg. Week 42-2006 should start on 16 th. october and end on 22 th october, but in this case it starts on the 15th october and ends on the 21 october. So what happens is that it starts 1 day before it actually should. This is my Time Dimension: DatePart(year,"dbo"."fCapacityLedgerEntry"."Posting Date") DatePart(week,"dbo"."fCapacityLedgerEntry"."Posting Date") 'Week ' + convert(CHAR, DateName(week, "dbo"."fCapacityLedgerEntry"."Posting Date")) convert(CHAR,"dbo"."fCapacityLedgerEntry"."Posting Date&quo ...Show All

  • Visual Basic Sharing data between processes

    I need a easy way to communicate data between two exe programs that are both written in VB.net. The two programs will be running on a single system. I can make the process method work within VB.net but how can I communicate information between the two programs. The type of information that needs to be shared is about 50 string variables that each process would be modifying over a very short amount of time and sending to back and forth between each of the processes. I cannot use the client / server format with streams due to a DLL problem from a third party vendor that must be included within one of the processes. Any help would be appriciated. You should take a look at .NET Remoting. T ...Show All

  • Windows Forms Copying setup projects - can't use copy

    I have a fairly simple setup project (deploys a native C++ application and service). Currently it is written for English. Now I need to create packages for 10 other languages. I thought it would be as simple as copying the project to a new name, loading it into VS.NET and changing the language. I wish to preserve everything in my original project, including file names, registry modifications, setup UI pages, etc. All I want to do is change the language so the setup UI would show up in a new language. My original project was proj1-en. I copy it to proj1-de and add it to my vs solution. However when I try to compile proj1-de (regardless if I change the language to German or not) I get: ERROR: Unable to update the dependencies of the ...Show All

  • SQL Server Merge Replication Replicate Master and related tables

    hi all, Could we configure a merge replication such as replicate the master table and its all related tables (relation deep could be 1.) We dont want to manually find master table relations and configure replication for the related tables. please help for that configuration kinds Thanks StatisticsIO.com and Greg Y for your valuable help. ...Show All

©2008 Software Development Network