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

Software Development Network >> alex.knights's Q&A profile

alex.knights

Member List

AR SOFT Informática
Lavanya.R
Rory Hudson
LucDew
BhuttCrackSpackle
assassin316
Sailu
Holger Grund
d00d
terbs
McROBBHOOD
R Muller
Cim Ryan
N Camp
DavidR
alypeely
Deforge
gary-ccl
Pankaj Lakhina
Mike Turner
Only Title

alex.knights's Q&A profile

  • Smart Device Development WM 5.0 PPC SDK install does not finish

    The install, repair, and uninstall of the Windows Mobile 5.0 Pocket PC SDK does not finish.  Here is the end of the install log... Action ended 10:49:26: InstallFinalize. Return value 1. Action 10:49:26: RemoveExistingProducts. Removing applications Action start 10:49:26: RemoveExistingProducts. Action ended 10:49:26: RemoveExistingProducts. Return value 0. Action 10:49:26: CUSTOM_ACTION_0. Action start 10:49:26: CUSTOM_ACTION_0. *** RunInstall: Start MsiGetProperty success PlatformGuid = {4118C335-430C-497f-BE48-11C3316B135E} RegisterPlatform: START MsiGetTargetPath success szInstallDir = C:\Program Files\Windows CE Tools\wce500\Win ...Show All

  • Visual Basic include DLL widthout make reference....

    Hi everyone. I use an external DLL and I want inlay the DLL into my exe program. (I don't want copy the exe program and the dll file, just 1 file!) How can I do that and I can call the dll file in the code Hello! I would recommend embedding the external dll into your assembly and then using reflection to locate and load it. That would allow you to compile it all as one file. There are some fancy linkers on the market that allow you to do this but your scenario is pretty straightforward. I hope this points you in the right direction. Christopher ...Show All

  • Windows Forms what functionality should be included in the client download?

    hiya, In a normal clientServer scenario, the .EXE might reside in a fileShare/ IIS on the server. I understand that the client can download the .EXE via clickOnce. Good so far I hope :-) Does the code that is included in this .EXE simply contain calls to the bizlayer code which resides on the server I hope my wee diagram: 1) explains my understanding of&nb ...Show All

  • Visual Basic AnalogTVTuningSpace and MSVidCtl

    I´m trying to develop a decent tv tuner/capture application (since there are no such apps, nowhere, I say) in Visual Basic 6.0. I´m using the MSVidCtl component together with the AnalogTVTuningSpace and IChannelTuneRequest object to achieve this, as described here:  http://msdn.microsoft.com/library/default.asp url=/library/en-us/directx9_c/directX/htm/hostingthevideocontrolinavisualbasicform.asp  and here:  http://msdn.micro ...Show All

  • Visual Studio 2008 (Pre-release) IRequestChannel or custom ChannelFactory?

    Hi, Some context first: I'm in the process of upgrading an existing framework to WCF. This framework is being used in 500 enterprise applications. From the client side, this framwork receives a Sw.Request message. This base message will contains the Action. You can also create a typed message deriving from this class. One of the requirements is continue to use this message infrastructure. What I need to do.. So now I need to replace that framework with WCF. I started from the client side because the service side won't be the problem. There is no notion of a typed proxy with operations in the client because everything tr ...Show All

  • Visual Studio 2008 (Pre-release) how to get WCF to work on Windows 2003 IIS

    I'm new to WFC (indigo) so please bear with me for a hopefully dumb question with an easy answer.   I have created a very simple service that is working on my Window XP 64 bit machine just fine with localhost.   However, when I move it to a Windows 2003 R2 test box and try to hit it remotely I get the error: “System.ServiceModel.UnknownFaultException: The request for security token could not be satisfied because authentication failed.”   I'm using January 2006 CTP.     Service Code: namespace newIndigoTest {     [ ServiceContract (Namespace = "http://xxx.xxx.xxx" ...Show All

  • Software Development for Windows Vista Defining private field using xoml

    Hi all, At the moment I'm authoring a workflow using xoml instead of c# code. I want to add a private datamember to the workflow definition. I thought I've once seen someting like: <x:field .... InitExpression="..."  xmlns:x="Definition"> Q: Is there some kind of xoml definition for a field, if so, how is it used Regards, Ronald Ronald, Support for field declaration in xoml has been removed in Beta2. Thanks, Vijay ...Show All

  • SQL Server cannot rename package....

    I created an earlier package called LoopAndLoadProductionTable.dtsx but the package crashed....and when i try to open a new project and rename the package to the same previous name, it say "will i want to overwrite it " i press yes and i got an error "Error HRESULT E_FAIL has been returned from a call to a COM component." when i tryed to find the previous package from a SSIS Package Store, i click the package path, then i get "connect to SSIS service on local machine failed: the specified service does not exist as an installed service"..... how do i resolve these 2 errors ...Show All

  • Windows Forms Word Document in Web Browser control

    I am loading a Word doc in a web browser control on a WebForm. I do not want the document to be editable, nor do I want any IE interaction, i.e. ctrl & N. I have been searching for days and cannot find a solution. Any suggestions would be greatly appreciated. Thanks! Hello, I have been trying to get an application to do the same thing. In fact I am having tons of trouble in trying to get word and the web browser control to stop asking the user questions. "Do you want to save your changes " -- What changes! ! The user alread pressed the save button dammit! "Can't open the docum ...Show All

  • Visual C++ Floating Point Addition Problem

    I have a sticky and weird problem. I have two C++ programs running under Visual Studio 2003. One program works correctly, the other has problems adding two double values. Take the following 3 simple test lines. double dTest1 = 0.00061234567890; double dTest2 = 3359.01234567890; double dTest3 = dTest1 + dTest2; Program that works, dTest3 = 3359.0129580245789 Program that doesn't work, dTest3 = 3359.0129394531250 Notes: 1 - The program that doesn't work may have come from the 16 bit world. 2 - I have checked the compiler and linker options between the 2 solutions and there isn't anything that is obviously different. 3 - I have turned ON the di ...Show All

  • SQL Server SQL 2005 Enterprise June CTP Installation Error

    Tried to install several times (on Win2003 Ent. SP1) but I always get the following error: Failure adding user NT AUTHORITY\NETWORK SERVICE to local group SQLServer2005MSSQLServerADHelperUser (1388) The user varies (sometimes NT AUTHORITY\SYSTEM) and so does the local group (sometimes SQLServer2005SQLBrowserUser). Any tips Regards Roger me too: 1.Product: Microsoft SQL Server 2005 CTP -- Error 29635. The setup has encountered an unexpected error while Installing Local Groups. The error is :The system cannot find the file specified. 2.Product: Microsoft SQL Server 2005 CTP -- Error 29533. SQL Server Setup wa ...Show All

  • Visual Basic Get Local Users Full Name

    Hi All I did post this in VB General but no-one can come up with a answer there so... How can I get the local users full logon name under VB.Net now i.e. John Smith as opposed to SmithJ There was a function for VB6 that would return this but under NET... Not a bad idea Matthew. Given the complexity of System.DirectoryServices and the LDAP provider you might want to consider exposing some of that information through "My" as well. ...Show All

  • Visual C++ dllexport and function templates specializations

    Let's say I have the following template function:   Template <typename T> void Fun(T t); I'd like to be able to implement some specializations of Fun in a first DLL (DLL_1), some other specializations in a second (DLL_2), and still some other in a third (DLL_3), but DLL_2 and DLL_3 may make use of specializations implemented in DLL_1. So in DLL_2, Fun<T> may be both imported and exported, depending on T. I somehow managed to implement it by always declaring (in the .h file) the template as dllimport:   template <typename T> __declspec(dllimport) void Fun(T t); and always implementing the specializatio ...Show All

  • Windows Forms FTP/Wininet issue...Help!

    I'm using the Wininet.dll to download images from a ftp server.  Everything seems to be working fine until my app just hangs after a while when using the FtpGetFile method.  Does anyone know of any way to set a timeout property   I've looked everywhere and haven't found anything to help me out.   Is there another way to FTP files that&nb ...Show All

  • SQL Server Can replication be ran on a MS sharepoint database?

    Hello, I was curious if you can have merge and/or snapshot replication setup on a MS sharepoint database Thanks. John I don't think that those will work for the following reason. At a recent MS course, we asked our instructor if it was possible to change the content database in SP central Admin to a secondary database server during a crisis. They advised that this might be a problem because the SP configuration database creates hard-coded entries referencing the database server name that it resides on. They suspsected that these entries would cause problems in the long run, if not right away. ...Show All

©2008 Software Development Network