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

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

appolospb

Member List

Fishouille
SnakeEater
MasterOD
The Philosiphiser
JojoJohn
ShreeDet
RobARob
Bart from SLC
CVL
Dreifinger
LeibNiZ
Rodpheus
chi2king
FlashFan
Rui Dias
Todd Girvin
BobbyVee
riverwalker
Dr. Thunder
Mike Barry
Only Title

appolospb's Q&A profile

  • .NET Development Can not publish ASP.NET pages in IIS.

    For some reson I cant deploy my webpages in IIS. I have been using VS.NET 2005 to develop some small assignments and using the internal webserver in 2005 to view them. But now I wanted to use some of my webservices remotely and I put them in my wwwroot. The errors I get is: Either when going to the webservice with my browser: -------------------------------------------------------------------------- XML-tolkningsfel: ej valformat (XML-interpret ...Show All

  • Visual Studio Team System Difference between avg. page time and avg. response time

    I notice that there are 2 similar measures: Page/somepage.aspx/avg. Page time and Requests/somepage.aspx/avg. Response time In all test runs, the value of avg. Response time is far larger than the value of avg. Page time. What's the difference between the two Avg. Response Time is the average time for individual requests, like aspx, html pages, or gifs. Avg. Page Time is the time to load an entire page, whic ...Show All

  • Windows Forms setup and Deployment with .net framework 2

    please anyone how  to deploy a project with VS 2005 .net framework 2.  make a exe  file to run on other computers. VS 2003 has a setup project, VS2005 does not. thanks hz VS2005 does have setup projects. When adding a new proj ...Show All

  • Visual Basic HOW TO SAVE IMAGE INTO ACCESS DATABASE.

    Hi,    I want save the image into the database. Please, anyone help me to How to convert image as binary or any other way to save the image. Bye, Rashe Hi, Thanks for coding.I tried your ideas. But I didn't get the imagae . So, I try to convert the image into binary format and save it to the database. Then I got the image in the database. If picturepath <> "" Then nhandle = FreeFile 'assigns a free handle fname = pictu ...Show All

  • Windows Forms Rich Text Box

    Do you know how to set the center point of a rich text box For example, I would like to search for a word in a document and I want to scroll the rich text box so that the word appears directly in the center of the box. ...Show All

  • Windows Forms Show/Hide a form with a .gif image

    I'm trying to create a form that will be shown for about 10 seconds every hour or so, and then hidden again.  It only contains one gif image & is displayed in the lower right hand side of the screen.  In my testing, the form is shown with the .gif until I add the code to keep track of the time.  Then, there is only a black square in place of the .gif.  Is there a way to fix this   It starts out in setUpForm(), ...Show All

  • Smart Device Development Installing VS2005 & Active Sync

    Is there some special order of installing the differnt programms I'd like to have VS2005 beta2  (Team Suite Edition) Active Sync 4.0 Device SDK 5.0 DMA update But I'm not able to get it working (the connection between Device Emulator & Active Sync & VS2005) I always get a "Cannot Connect Error!" Norbers I have tried to connect using the Device Emulator Manager, then cradled the Pocket PC 2003 SE Emulator (installed with ...Show All

  • Visual C++ About convert CString to char*

    When I Search the forum with this tilte,I found there is a way to convert CString to char*.but I get a error when I compile it in vc 2005  CString hello("CString");  char* hello1=new char[hello.GetLength()+1];  _tcscpy(hello1, hello); Error 1 error C2664: 'wcscpy' : cannot convert parameter 1 from 'char *' to 'wchar_t *' d:\projects\c++.net\test3\test3\test3.cpp 20  why thanks.   ...Show All

  • .NET Development Lingering temporary DLLs from XSLT with script.

    I have an XSLT style sheet that includes some C# "script" to do some date rendering. Every time I run the transformation, I get a new DLL in my temporary directory that has the compiled script functions. The DLLs don't ever seem to get deleted, so I'm getting this pile of 4k DLLs. Is this a bug in the .NET framework (I'm using version 2.0), or am I doing something wrong that is causing this This is the relevant bit of code from m ...Show All

  • Visual C# Login

    hi all, I am designing a login "component" for my application. Do you know of any good examples of login implementation on the web that I can get ideas from It must NOT be windows authenticated login. I have my own dB table etc. Thanks Hi If you have your own database table that stores your user's credentials then you could use SQL and ADO.NET to authenticate your users. The following assumes that you have a table call ...Show All

  • Visual Basic Using each digit of a byte

    This one is kind of interesting. A byte consists of two digits, right Now, each digit of this byte holds data for a different object. Say the byte is 7F. The 7 would be the data for one object and the F would be the data for the other object. Or say the byte is 04. 0 would be the data for the first object and 4 would be the data for the second object. Get it How would I write the byte this way Say I have two textboxes, txt1 and txt2. txt ...Show All

  • Visual C# Static constructor bug?

    I'm not sure if this is a bug or just an ambiguity in the C# language. I haven't been able to find any reference to clarify it. It has to do with static constructors. We all know that a static constructor is called before any instance constructor and before any static members are referenced. However, I seem to have found a situation where that is violated: using System; namespace ConsoleApplication1 { class test { public test() { ...Show All

  • Visual Studio Team System Latest version MSF Agile Process Template

    I’d like to know which is the latest version of the MSF Agile Process template. have this version that came with a trial version of the Team Foundation Server- "MSF for Agile Software Development - v4.0" however this templete has less Reports ( "Work Items by State" for example) than the version "MSF for Agile Software Development - Beta 3.100.2", which you can donwload at msdn. is there another version released ...Show All

  • .NET Development Why is the VS 2005 DataAdapter documentation so misleading?

    If you read the first line in the help file for SQLDataAdapter, it says the following... Represents a set of data commands and a database connection that are used to fill the DataSet and update a SQL Server database. This class cannot be inherited That is about as far from the truth as possible. If a DataSet is a collection of 10 datatables, some of which are related, and some are not, then how in the world is the SQLDataAdapter su ...Show All

  • Visual Studio Team System Run configuration problems

    There is an element inside the runconfig file called relativePathRoot . This value holds the path to the solution root, so that other paths inside this file can be relative. When executing tests from within the IDE this value is getting reset properly for the machine the solution is opened on. On my automated build server I am building the solutions and executing the tests from the command line, and apparently when you execute tests using MSTes ...Show All

©2008 Software Development Network

powered by phorum