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

Software Development Network >> Luis Sa's Q&A profile

Luis Sa

Member List

jjbunn
Remi Szyndler
emirac
trulyviral
Arinaya
Victor DelPrete
amit_800
BPCoder
CTEZ
Karl Sumwalt
Test 1
StuartLodge
Raghs_RMK
Akash tharakan
Thorsten Abdinghoff
Chris Carr
SkyBlade!
Sunil Sarlaya
AEC-JD
Alvin_D
Only Title

Luis Sa's Q&A profile

  • Smart Device Development Unable to start debugging in Beta1 & Smartphone 2003

    Hi, I'm a newbie to developing with smartphone I have created a simple application in Beta1 just the default smart device. It compiles fine but when I try to run it in debug on soluton platform Smartphone 2003 Emulator the emulator starts up but then I get the following message: Unable to start debugging Unable to start program'%CSIDL_PROGRAM_FILES%\Hello World\Hello World.exe'. Any ideas. Also I can't work out where to configure the network card in smartphone I have set the work copnnection to NET CARD. If I run the application for Pocket PC 2003 emulator the same happens but in Pocket PC emulator I can work out the ip address of the devi ...Show All

  • Visual C++ CHTMLView bug with IE7 beta 2

    I am using Visual Dev 2003 with a CHTMLView derived Class as part of a larger application. The content pages have HTML wrappers with Flash content. It's been working fine with IE 5 & 6, but after installing IE 7 beta 2, I get the equivalent of "cannot display web page" on the first clicking of an internal or external link after timing out. When I return to the previous page and click the link a second time, it works! Anybody else run into this, any suggested fixes Would there be a better place on MSDN to pose this question I think this is same as http://lab.msdn.microsoft.com/ProductFeedback/viewfeedback.aspx feedbacki ...Show All

  • .NET Development HTTP 405 method not allowed

    Hi all, I want to upload an image from mobile to my PC. I'm using the HTTP(POST) method for doing that. all the time I get "405 Method not allowed" error in the mobile. Is the IIS support this way or I have to do that otherwise. With downloading image to the mobile I did it, but uploading the is a problem Have to make certain configurations to the IIS. Is ther other ways to do tha. An important thing to say that the mobile is working with j2me platform so the HTTP posting I impemented in java. Any ideas, best regards... Getting this error from some mobile devices from ASP.NET 2.0 ...Show All

  • SQL Server Practical Uses for the "Embedded Code" functionality

    Dear Anyone, I understand that there an "Embedded Code" functionality in RS2005. Does anyone know any good uses for this Thanks, Joseph Hi, Dont you thik there should be a property for a report that controls how many "records" get displayed on a page . Currently when I create a report, only 3 records show up and I get 2000 pages. Instead I would prefer 100 records on one page and fewer number of pages Or is there any way to do this Thanks. ...Show All

  • .NET Development Change Application Pool Identity Programmatically

    Security doesn't allow developers to have IIS installed locally on their PCs, nor do they allow developers to be in the administrator group of the development web server. In order for them to debug, we have individual application pools running under the identity of the developer. (Thankfully IIS 6.0 has allowed this feature.) We wrote a small program that allows a user to recycle their application pool: public void RecycleAppPool( string appPoolLocation, string appPoolName) {    //Execute Code to recycle a user's app pool    DirectoryEntry w3svc = new DirectoryEntry(appPoolLocation + appPoolName); &n ...Show All

  • Windows Forms Application::Exit() does nothing !

    can somebody please explain why the following C++ .net code popus up a message box Application::Exit(); Application::ExitThread(); MessageBox::Show(S"exiting"); surely the first line should terminate the program instantly the second line should do the same thing to the current thread the third line should not have a chance to execute!!! so how can i terminate my program early without us ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Id3dxline problem

    hi folks can anyone tell me what the problem with this code ID3DXLine *pLine =NULL; D3DXCreateLine(&Device,&pLine); D3DXVECTOR3 v[] = { (0.0f,0.0f,0.0f), {5.0f,0.0f,0.0f) }; Device->BeginScene(); pLine->Begin(); pLine->DrawTransform(v,2,&pWorldTransform,D3DCOLOR_COLORVALUE(1.0f,1.0f,1.0f))); pLine->End() Device->EndScene() iam not getting displayed any line on the screen; I don't know about managed code but you probably need to have a projection and a view matrix before you call this. Can yo ...Show All

  • Visual C++ winuser.h

    I just started with VC++ 7, before used other tools. Win32 app project. I've got a problem with very simple thing. My VStudio .NET 2003 compiler does not see "winuser.h" I try to use "INPUT" structure  and "WM_INPUT" event, but compiler cannot recognise it. This line in my source #include <Winuser.h> ... and full path to "winuser.h" #include "C:\ .....\Winuser.h" does not help. That is so stupid ..., spend 1 hours to change project setting and no result. Please help. Thank you. Try including windows.h. If that still doesn't work, preprocess you file and see why it is not de ...Show All

  • Visual Basic vb6 to .Net conversion issue

    I have a large application build up of smaller projects. I have several modules shared among these projects. I also have forms shared among modules and projects. In VB6 I could compile a project even if I had a reference in a function that's part of a project's modules to a form which isn't included in my project, but I have no reference to this function in current project. Now as I've seen, in VB.Net this cannot happen any more. So, what is the solution to this ...Show All

  • Visual C++ exe problem in vc++.net

    when i click debug visual studio sasys that it cant find exe file. And exe file is not available in my project I dont know whether it is deleted or not exists . So please tell me how Ican solve this problem, and can I made exe yourself. Please somebody Help me ! Greetings Your program must have a successful debug build prior to debugging. The program your environment tries to debug is specified in "Project->Properties->Debugging->Command". It defaults to $(TargetPath), which is the destination of your debug build. The destination of your debug build can be found in " ...Show All

  • Visual Basic GenericIZE This...

    I am betting this is a very hard problem for 99.9995% of programmers. It's supposed to be simple and supposed to be one of the benefits of generics, yet generics will not work with this incredibly simple case. If you can get it to work, I'd love to see it. Take the class below and convert it to accept generic arguments of <int> or <double> or <long> or whatever. You'll find a big surprise when you you get it coded up and try to call IsDataValid because it's going to say that your generic objects don't support the operation you are attempting. Good luck. Public Class X_GreaterThan_Y Private _X As ...Show All

  • .NET Development Please I want quick manual for ADO.net

    Please I want quick manual for ADO.net to help to deal with quickly please I want it as fast as you can   ...Show All

  • Windows Forms Warning MSB3331

    I have a Windows VB application built using VS 2005 Beta 2 that includes a reference to DAO (3.6) but when I do a build I get the following warning. I can't find information on the warning in MSDN or google. Can anyone explain what is causing this and how to correct it. ============================= C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3331: Unable to apply publish properties for item "dao". ============================= Can you please turn on verbose logging and send us the snippet of the log that includes the error To enable verbose logging on the command line add a /v:d to the comm ...Show All

  • Visual Studio Team System Migrate Code Analysis Policy Settings to Solution

    It seems it only turns on rules that I previously had turned off, it will not turn off rules that we do not wish to use.  Is this by design, and if so is there a way to make it properly synch between solution and server Bump.. Is there an answer for this   If I turn off all code-analysis rules in the solution and do a Migrate it works fine.  But if I have all code-analysis rules turned on in the solution and do a Migrate nothing happens (ie. Migrate can turn rules on, but not off). Is this by design   If not should I file a bug for it ...Show All

  • Visual Studio Express Editions Where are the registration benefits

    Have just installed and registerd VB Express. I received an email with a link to the registrations benefits page ( http://go.microsoft.com/fwlink/ LinkId=52054 ). This link leads however to Microsoft Connect, not the registration benefits page. The link given in the Express Registration FAQ  is the same incorrect link. Judging from this forum, this seems to be quite common. has anyone got a working link to the page Cheers    B-M-C wrote: Have just installed and registerd VB Express. I received an email with a link to the registrations benefits page ( http://go.mi ...Show All

©2008 Software Development Network