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

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

GuyRoch

Member List

ye_xiyong
Rahul Kate
C. Venkata chary
BradyGuy
Sonymony
angela221
husamco
howdy.dk
Gerlop
Inbar M
ventura
azarc
Abu Islah
awt_8
micxba
Balsoft
Asarualimnuna
JamesGreene
Praveenk_RS
jornjorn
Only Title

GuyRoch's Q&A profile

  • Windows Forms Browser opening the .application file

    Just got the latest vs 2005 and testing clickonce deploy.  Everything works fine when pulishing to my localhost.  When I publish to  a remote web site and click Install on the publish.htm page the browser opens the .application file.  If I navigate to the virtual dir with Windows Explorer and run the publish.htm - it works.  Any suggestions.  Thanks I promise - I really did look th ...Show All

  • Visual C# Visual C# Express Edition: Toolbox Components Disappeared / Reset Doesn't Work

    I have been using Visual C# Express Edition productively for a couple of months now - very impressed with the stability and only having to deal with a few minor quirks. Today unfortunately I am encountering issues with the Toolbox. Upon starting up the IDE today and loading my ongoing project, I found that several Toolbox categories had gone missing. For example the "Common Controls" category. So, I decided to try the Reset Toolb ...Show All

  • Visual Basic Just wondering is it possible to change the default title of MsgBox?

    Is there a way to change the default *ugly* title of MsgBox Please don't take it wrong. I know that I can provide the 3rd parameter - but I have to do it on every call. Any ideas   Neo wrote: I think I would like to file a product feedback. You very welcome to :) - do you need any help in doing so (use the send feedback on the community menu item in Visual Studio) ...Show All

  • Visual Studio Team System How to extract list of changed files

    Hi Is it possible to obtain a list of files that have changed between two labels or changesets The history view does show the list of changeset, is there perhaps a way to drill down across the list of changesets Thanks Rivaaj, I don't believe there is a way to do it from the GUI, but the following command line command will give you what you're looking for. The command: tf history /r $/myteamproject; ...Show All

  • .NET Development System.Net.Mail messages caught in spam filter (encoding problem?)

    I use System.Net.Mail for sending mail, but I got some problems. I use encoding ISO-8859-15. I send the message using html and plain text. The html portion is forced to use base64 encoding - and I cannot find how I change this to quoted-printable. And the header got bad MIME encoding. My real problem is that I am caught in spam filters like this: 3.1 BAD_ENC_HEADER Message has bad MIME encoding in the header 1.9 MIME_BASE64_TEXT RAW: M ...Show All

  • Visual J# creating setup

    I create the program, and now i want to share with other users, how to create setup for my program Is it by design that the Publish doesn't work with non-English text given to it It shows garbage when one provides Greek messages etc. Same happens with the installations that VS.net can create (other option than the Publish menu) ...Show All

  • .NET Development xmlhttp request/response problem

    Hi all i am using asp.net v2.0 In one of my page i am calling another page using xml http , this is working fine but first time only , I am sending the request on click of button , when i click the button second time, it's returning the previous response and it's not even calling that page again, where could be the problem. client side (aspx page 1- javascript) var http=new ActiveXObject("Msxml2.XMLHTTP"); http.open("GET","Gensparql.aspx ...Show All

  • Smart Device Development multiple form app, poor performance, design advice?

    We're running into performance problems on our development of a multi-form pocketPC system. We decided a long time ago that each form in this system would be in its own app, and we'd pass the data we needed to move around in xml packets using MSMQ. The reason for this decision was to maximise flexibility, so we can add custom forms for individual customers, and because putting all forms in one app would lead to a BIIIIG app, possibly even apprao ...Show All

  • Windows Forms Why does the ClickOnce 'Install' button generate an xml page instead of starting download?

    Hello, I just published my application for ClickOnce deployment to my web site. When I click on the Install button on the publish\publish.htm page on my website, the browser returns the contents of an xml file and does not start the download. Does anyone know what might be causing this Any help or suggestions would be greatly appreciated. Thanks! Jason I have the exact same problem, on my pc running vis ...Show All

  • SQL Server Unable to install SQL Server 2005 Standard

    I am trying to install SQL Server 2005 Standard Version on my IBM Thinkpad running Windows XP (SP2). I am installing from the CD that was given out to attendees at the Visual Studio 2005 Launch Event. The install is failing on the SQL Database Services with the following error: SQL Server Setup failed to execute a command for server configuration. The error was [Microsoft][SQL Native Client][SQL Server]. The default full-text language is no ...Show All

  • Visual Studio Team System Heeeeeelp!! i cant unlock a file locked by other user!!

    Hi, please help me, other user have locked a file for editing, but his PC crashed, now hes formating his PC. i've tried to unlock it without success, i've read about permissions, i found the "Unlock others", all my groups have this enabled, but doesnt work, what am i doing wrong Due to the way mappings are defined, you need to provide the server path to the file in Richard's commands rather than a local path. For example, &q ...Show All

  • Windows Live Developer Forums Msn Web services ?

    Any body tell me is msn search provides web service for free to use. If payble plz send me link for it. Also tell about limitation of use. I have to use it for building new tools on http://www.way2seo.com Thanx The MSN web search API is free. That's not the most subtle bit of self promotion I've ever seen, we're much more subtle at http://www.bsolveit.com ! hehehe... sorry - I couldn't resist! ...Show All

  • Smart Device Development Unable to play WMV on WMP10 on PocketPC

    I'm not sure if this is right place to ask this question, apologies if I'm out of line. I'm trying to play a video file (encoded as Windows Media Player 9 Screen) on a Pocket PC running Windows Media Player 10 Mobile on Windows Mobile 2003 SE (it's a Dell Axim X50v). I get the sound but no picture, so I'm guessing I'm missing the WMP9 Screen codec. Does anyone know how I can fix this Thanks in advance. I did not ...Show All

  • Visual Studio Using target

    I have a Visual Studio C# proyect and I add this to csproj file. <Target Name="promote" > <CreateItem Include="$(TargetDir)**\*.*"> <Output TaskParameter="Include" ItemName="BuildOutputs" /> </CreateItem> <Copy SourceFiles="@(BuildOutputs)" DestinationFolder="C:\foocopy\cs" /> </Target> But I can't build my proyect with "msbuild /t:pro ...Show All

  • Visual Studio Can you build a guidance package in VB?

    Hi and thanks for any help in advance, Is it possible to build a guidance package in VB I have had a crack at it but cannot seem to register the package. It is a very simple Hello world with one unbound reference to vb assets in the project and then an action that raise a message box. This works perfectly in C#. If I install the *.msi it does appear in vs. I also have tried having the "guidance package development" package enabl ...Show All

©2008 Software Development Network

powered by phorum