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

Software Development Network >> luidia.mk's Q&A profile

luidia.mk

Member List

bdbodger
DemonStration
Johan Lindfors - MSFT
W.Yuan
Bernybon
tour_of_delusion
Jared Ko
SimonS_
Morad
Stojance
Wreckage8
Stefan Kratzert
Mario Aoun
Eric Wellnitz
salvatore
Steve in Crystal Lake Illinios
Bill Foust
Jon_ProactiveLogic
ErikWestermann
EnzoMa
Only Title

luidia.mk's Q&A profile

  • Visual Studio 'There was a failure downloading the URL' from Visual Studio 2005

    I've just added a solution to VSS2005 by creating a new solution in Visual Studio 2005 and checking the 'Add Solution to Source Control' checkbox in the 'New Solution' wizard. After making some random changes to the solution, I checked in my new code and closed VS2005. If I reopen VS2005 and attempt to open the same solution via the 'SourceSafe explorer (ie File-Open-Project/Solution/SourceSafe(Internet)) we receive the following error: 'There was a failure downloading the URL' http://server.company.ca:81/SourceSafe/VssDownload_db1/<someguid>/<someguid>.bin . Do You want to retry downloading this file from the server How ...Show All

  • .NET Development cannot convert from System.Data.IDbTransaction to System.Data.Common.DbTransaction

    i get the above error msg from this: IDataReader = returnedRecords = null; Database db = CreateDatabase(); using(DbCommand dbCommand = db.GetStoredProcCommand("sp")) { db.AddInParameter(dbCommand, "@UserId", DbType.Int, userId); if (CurrentTransaction == null) { returnedRecords = CurrentDatabase.ExecuteReader(dbCommand); } else { returnedRecords = CurrentDatabase.ExecuteReader(dbCommand, CurrentTransaction); the transaction and connection are declard in another class and can be provided if required, but i am sure these are set up correctly as I have taken this from on-line (MSDN) source. Wayne } ...Show All

  • Smart Device Development How can I create a Smartphone Home plug-in project for both WinCE 2003 and Win Mobile 5.0 ?

    Hello, Sample "Homescreen" project has only Win Mobile 5.0 setting, and I need a plug-in for WinCE 2003 as well.  If I build a plug-in under WM 5.0, can I use it for WinCE 2003 as well If no, what kind of project should I create to support both OSs: DLL, static library, or something else   And what options and settings should be set Thank you. Hi, If you have the platform SDK (the platform that you want to add to project, here wince2003) installed on that machine, then do the following 1. Open the homescreen solution 2. Goto Menu Build->COnfiguration Manager 3. On the Homescreen "project" r ...Show All

  • Visual Studio Stuck to solve custom metadata puzzle

    Hello, I have an MsBuild project that runs unit tests and generate code coverage information. To do this it needs to know not just file names, but also namespaces for each assembly being tested. We have the following convention: - If assembly is called MyCompany.MyAssembly.dll, then it contains namespace MyCompany.MyAssembly; - Unit tests for assembly MyCompany.MyAssembly.dll are placed in MyCompany.MyAssembly.Tests.dll. So for each assembly being analyzed I need to send to NCover the following data: - test assembly name (MyCompany.MyAssembly.Tests.dll); - master assembly namespace (MyCompany.MyAssembly). I am using MsBuild co ...Show All

  • Smart Device Development How about cell broadcast in magneto?

    I can't find any infomation about cell broadcast in WM50. Does anyone know where can i find it You'll find in sms.h that the lowest two bytes (0x0207) stand for SMS_E_MOBILEUNSUPPORTED. I have the same on my Palm Treo 750, but I know to receive SMS or CellBroadcast is true. As suggested on http://teksoftco.com/forum/viewtopic.php p=784 , we might need to call sth like RIL_ SmsSetBroadcastMsgRanges afterwards. Let's see.. ...Show All

  • Visual Studio Express Editions 64-Bit OpenGL Application development.

    I'm currently working on compiling some sample code that uses OpenGL. my setup: AMD Athlon 64 Processor gl.h glu.h glut.h Microsoft Platform SDK Visual C++ 2005 Express Edition Whenever I try to build, I end up with this error: .\Debug\i.obj : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' I get the basic idea of the conflict of architectures, but I was wondering if there was a work around Since the Athlon 64 chips run normal 32-bit applications as normal, is there a way to just compile it as a 32-bit Application Thanks in advance for any advice or solutions. I have ...Show All

  • SQL Server SQL Express user permissions?

    I'm trying to build a web application using SQL2005 Express and Visual Studio Express.  It all works OK on the local machine, but gives an error "Login failed for user xxxx\ASPNET" when used remotely.  I can't find where I can set login permissions for SQLServer 2005 Expresss - can anyone help, please Thanks John This looks like a problem in the login control. The error reported probably has nothing to do with the actual error. The "login failed" error should always be logged to the errorlog file, if it did indeed happen. Probably the control is reporting incorrectly the error. Try contacting the ...Show All

  • Architecture designing an online & offline application... what methodology to use?

    Hello, I am at a stage where I want to develop and application that will work the same whether if you are online or offline. I can always write an application that hooks up to a server while online (connected to a network) and queries a db for the interactions bewteen the user and the app. Then when offline have another app that looks at the local database... but i don't want to write two apps... I want to build an app like outlook where its just the one app that lets you work online or offline... what is the best method someone said to me use xml to store data localy and pool that so often from the server. The application sh ...Show All

  • Smart Device Development bluetooth XP

    I need to know where to find the the actual values for the following GUID for MS Bluetooth Stack using socket programming. GUID_L2CAP_Event_Info GUID_HCI_Event_Info GUID_Radio_In_Range GUID_Radio_Out_Of_Range It would be nice to find the header files for the Bluetooth SDK. see tanuki i am not any professional developer but i can help u with that header file the header file comes in the Platfrom SDK of the Windows u can download the full SDK form http://www.microsoft.com/msdownload/platformsdk/sdkupdate/XPSP2FULLInstall.htm but if u want only the BluetoothAPIs.h and the related file. Then u can download it from http://www.freewe ...Show All

  • .NET Development Noob question- Problem with Web Application designer.

    Hello. The problem I have encountered is the following: Today I installed Visual Studio 2005 professional edition. I opened a web application and I decided to start with the design, but when I went to the design I noticed that the main body reads text and it does not have grids, instead it types text. I want to change it to grid layout mode using absoloute (x and y) coordinates. Please help the noob! Check out this tip ...Show All

  • Visual C# getting data from new designed input form

    Hi, I need to get some values from the user , so I have designed a new input form that contains several radioButtons. I need to read the values of the checked radioButtons in the main form, the values that I can get is only the default values that is initialized when the new input form is loaded. I have wrote the following lines of code in the main form class: InputForm ssf = new InputForm (); ssf.Visible = true ; ssf.Activate(); ssf.Enabled = true ; and I generated a public method in the input form class than reads the values of radioButtons if they checked. But also the values that can be got is the in ...Show All

  • Visual Studio Express Editions can`t get sql server expres 2005 to install with vwd express or vb express

    hi, i tried installing vb express 2005 beta 2 with the online installer and everything installed ok but sql server expres 2005 beta 2, this part of the package didn't complete its download and finally i had to uncheck sql server to get vb installed. after that i tried installing vwd express 2005 beta2 with the online installer and the same thing happened: sql server express 2005 april ctp didn't finish the download. i have spend a lot of hours waiting for it to complete downloading but nothing. here is a picture of what i say: i don't have any log file to look for errors, i only want to get installed vb, vwd and sql server express 2005 ...Show All

  • SQL Server Changing SQL-command with a script

    Hello I want to change the sql-command that is behind a ole db datasource with a script So that first the script is run and that the sql-command is changed Somebody who has any idea   g4rc wrote: can you give me a link to the post I cannot find it Its at the top of this page i.e. The first reply on this discussion thread. -Jamie ...Show All

  • Software Development for Windows Vista Pause a workflow

    Hello, Is it possible for the host to 'pause' a workflow's execution at the completion of a specified activity and then resume execution from that activity I know one could define special activity types within the workflow that listen for external events and effectively pause the workflow in that manner, but I'm thinking of the more general case, where the workflow is not specifically designed to wait for external events. I'm primarily interested in a sequential workflow but would also be interested in if this is possible with a state machine workflow. Thanks, Notre Thanks Paul. Suspend on the wor ...Show All

  • Visual Studio Express Editions Unable to create a stand-alone executable

    This may sound like a beginner's question, and it really is one. I have just created an application. It's a fairly simple thing, no more than an interface that opens files and runs programs. When attempting to run the executable on other computers, a message is displayed requiring that the .NET Framework version 2.0.50215 be installed. Now I could put the entire setup for my application on the disk, so that the user first runs it; this way, I suppose, the required elements from the .NET Framework would be installed automatically in the user's computer. However, this is not the way this is supposed to work. I want the user to just click ...Show All

©2008 Software Development Network