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

Software Development Network >> Deleter's Q&A profile

Deleter

Member List

VaibhavG
Trying_another_name
Kevin_H
Dave the Zionist
Readon
RoninBraenk
YaHozna
andret1802
GKenneally
Seema
Buddhike
SummerLily
Doug B
Tim Sohn
Chris Forrester
Birch_P_A_UK
JayJay
Philippe Abadir
Merco
Jack.NET
Only Title

Deleter's Q&A profile

  • Visual C++ Missing mfc42d.lib - 32 bit version

    I'm trying to compile a VisStudio 6 C++ program under the express version and get this error: mfc42d.lib(MFC42D.DLL) : fatal error LNK1112: module machine type 'IA64' conflicts with target machine type 'X86' I've installed the Win2003 server SDK SP1 per instructions found somewhere and apparently the library isn't part of it. I've checked the 2 versions of the library that the SDK installed and both are 64 bit versions. Where can I get the missing library (and others that will show up missing)   Thanks Zoltan The Express sku doesn't include the MFC binaries. You have to install ...Show All

  • Visual Studio Express Editions error building application...

    Hi, I'm trying to build a simple winsock application and it is failing. I did a typical install. I'm pointing include to PSDK/include. I removed all framework references from project dirs. Still showing this ambiguity error. help. ------------------------- Compiling... c:\program files\microsoft platform sdk\include\servprov.h(93) : error C2872: 'IServiceProvider' : ambiguous symbol could be 'c:\program files\microsoft platform sdk\include\servprov.h(48) : System::IServiceProvider IServiceProvider' or 'c:\windows\microsoft.net\framework\v2.0.50727\mscorlib.dll : System::IServiceProvider' c:\program files\microsoft pla ...Show All

  • Visual Studio Team System Unable to create project and other failures

    Version: Beta 3 refresh I'm not able to create a project from my Team Explorer, the log stats this: -------------- 13-12-2005 12:00:18 | Module: ELeadServiceMediator | Team Foundation Server proxy retrieved | Completion time: 0,312496 seconds 13-12-2005 12:00:18 | Module: ELeadServiceMediator | The template information for Team Foundation Server "Teamserver" was retrieved from the Team Foundation Server. | Completion time: 0,078124 seconds 12/13/2005 12:00:19 PM | Module: Wizard | Retrieved IAuthorizationService proxy | Completion time: 0,3281208 seconds 12/13/2005 12:00:19 PM | Module: Wizard | TF30227: Project creation permissions retriev ...Show All

  • Smart Device Development unresolved external symbol wWinMain referenced in function wWinMainCRTStartup

    Hi. I used the included wizard with VS2005 to update my EVC++ 3.0 created project. After sifting through other migration issues I ended up with the error given in the title: unresolved external symbol wWinMain referenced in function wWinMainCRTStartup Ick. I looked at another forum entry, but it did not seem to help. It just created more problems. What do I do to resolve this Keith What does the w in wWinMain and wWinMainCRTStartup refer to Unicode If I misname my WinMain to WinMain2, I will get your error message. I'd add w to WinMain and see what it says. ...Show All

  • Visual Basic How to Pass "Pointer Function" as parameter in VB.net

    i am developing the video confencing in VB>net but i face some problem where How to pass pointer Function in VB.net ,there is one function " capSetCallbackOnVideoStream" it need "Pointer to the video-stream callback function" as parameter ( from vfw.h) . But i do not know how to send this parameter, do you have idea or you have other solution Besides using the vfw.h component to create video conference, it is there have other way to do in VB.net Thanks a lot, i able to use pointer function as You mentioned. The code is worked. ...Show All

  • Windows Forms User Interface Guide

    I've posted the updated user interface guide for the upcoming release.  I won't link to it directly until the rest of the documentation is ready to go, but thought you guys might like to take a peek.  Let me know if you find anything wrong or something that I could explain better. <a href="http://www.windowsforms.net/Terrarium/docs/Gui/userinterface.aspx">http://www ...Show All

  • Visual Studio Uninstalling VS2005 Beta2 - REMOVE button missing

    I was about to install the release version of VS 2005. But while trying to uninstall Beta2, in Windows Add/remove programs, there is no change/remove available for all Beta 2 related entries. OS is Win XP SP2. Can somebody point me to what might have happened Thanks! That is a nice tool. I used it to clean up my machine and installed the release version of VS 2005 with no incident. ...Show All

  • Windows Forms Deployment related problems Plz help. quite urgent

    Dear all, Our company has done a project for a client , I have my project and MSSQL data with me. My database consists of 10 tables and some data in them. I want all of them should load in Clients SQL server when I run a file or I don't know. I want all the tables with same name and database name and schema How can i get rid of this problem . Plz help Regards, Anil Dhiman hello, Thanks for your quick response yes , i mean that, I want my whole tables ,structures and data on client machine how can i do that is there a need to create a data engine sort of thing Thanks , Anil Dhiman ...Show All

  • SQL Server How do I force new databases to be created on another drive on same server?

    I successfuly installed SQL Server 2005 Enterprise Edition today (on the first shot!) but can't figure out how to force new databases, etc to be created on another drive on the server. SQL installed on the c: drive (I had no choice!) but it is a very small partition. I need to install Sharepoint Portal 2003 next (on a different server) and want to make sure everything goes on the other drive. Help me, please!! Thanks :-) As far as I can remember Sharepoint let you choose the destination of the data files. Anyway the default data directory can be changed in the registry: HKEY_LOCAL_MACHINE\SOFTWARE\Micr ...Show All

  • Visual Basic Save and Load?

    What I want to do is save the input from four txt boxes Name.txt Tel.txt Mob.txt Mail.txt After the input is saved I want to add new data and save again etc,etc. Then I need to load the information back again in to the relevant Txt boxes Name to Name.txt Tel to Tel.txt etc etc and scroll through forward and back to search for a paticular name. I am thinking it will have to be done with arrays but how to do it is the question. If this is a lot to ask maybe just start by showing me how to save first Thanks for looking. Public Class Form1 Dim Contacts As New Collection() Private Su ...Show All

  • Visual Basic Generics and Enterprise Development

    I'm trying to think how to implement Generics into an Application, in the past i'd do something like this: (example) MiddleTier:    - User (class)    - UserCollection (class)          - LoadAll   (populates all users)          - LoadAllActive   (populates all active users)          - LoadFromCountry(CountryID as integer) (populates all users from a given country)          'etc... DataTier:   &nbs ...Show All

  • Visual Studio 2008 (Pre-release) WCF Extensions for the real VS 2005?

    Hi I'd like to know if one can install Development Tools for WinFX extensions for the retail version of MS VS 2005 and WCF GoLive binaries. Previous version of the VS extensions is not even being installed since it's MSI-installer does need VS Codename "Orcas" to work with. Thanks. The extensions themlselves are called "Orcas". They require VS2005 retail. Get the latest version by selecting it from the entry page: http://msdn.microsoft.com/windowsvista/getthebeta/ If they don't install for you, you should install with: msiexec.exe /l*v errorlog.txt /i vsextwfs.msi ...Show All

  • Visual C# class issue

    ok, I have the following BasePage.cs that each page inherits using System; using System.Data; using System.Configuration; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; using System.Web.Security; using System.Web.UI.WebControls.WebParts; using System.Security.Principal; using Company.Users; using Company.UserInterface; using Company.Security; using Company.Global; namespace Company.Web { /// <summary> /// Summary description for BasePage /// </summary> /// #if(DEBUG) public class BasePage : System.Web.UI.Page #else public abstract class BasePage : ...Show All

  • SQL Server How do you connect to SQL 2005 Express database on Network Share

    Hello, Ho do I allow multiple users to share a database Background I have developed a Windows App in VS.NET 2005 which connects to a SQL 2005 Express database. Now I want to install the app and database on the network and I am getting an error "File 'file_name' is on a network device not supported for database files" What is the best way to get this working Thanks in advance, Phil I guess you are refering to the Atta’dbfilename syntax: http://msdn.microsoft.com/library/en-us/dnsse/html/sseoverview.asp "SQL Server supports using multiple data and log files for a database ...Show All

  • Visual Studio Team System Where can I found a list of "@" parameters that can be used in query?

    As of Subject. "Add query" feature is marvellous, but apart "@me" and "@Project", what else can I use ...Show All

©2008 Software Development Network