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

Software Development Network >> Peter Stuer's Q&A profile

Peter Stuer

Member List

mohdis
cl0
Syanide
FiftyFive
masterbuyerseller
Arun-MS
JoePD
cpshadle
Stuart_D
codeiki
Regeneratez
san1t1
kab122
Marcela Moreno
moria
maixmus
Thomas Mack
YuriyFil
Shalabh Gupta
cgi_70
Only Title

Peter Stuer's Q&A profile

  • Smart Device Development Smartphone Sdk 5.0, VS 2005 beta 2 , WinXp 64 Bit sp1

    I'm trying to develop some appsps for Windows CE 5.0 with the above software. But i always gettin' a connection and deployment error: All attempts to connect to the deployment target at port 5654 have failed. Addresses attempted: 169.254.204.118; fe80::203:ffff:fe8c:9211%5;fe80::5efe:169.254.204.118%2;::1;fe80::1%1. Connect to device failed. I tried everything: - DMA upgrade - reinstalling - repair - Loopback device with static ip - as ...Show All

  • Visual Basic Relase the Fix for Visual Basic Compiler Error &H8013141e&

    Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e&   this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 ..   JSB PS: this error pisses me of, i need to res ...Show All

  • SQL Server Unable to modify or create new tables...

    Getting this message on my event log: .NET Runtime Optimization Service (clr_optimization_v2.0.50727_32) - Failed to compile: Microsoft.ReportingServices.QueryDesigners, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 . Error code = 0x80070002 For some reasons the dll can't be compiled. Try to restart the Optimization service und see if that works. If this is a showstopper for you no ...Show All

  • SQL Server Set Different Path of MS Access Data Source

    Hi All, I would like to create a Integration Service for import a MS Access file to SQL server, and this service will be start at every night, but the MS Access data source path is different in every day, such as "c:\20060201.mdb" or "c:\20060202.mdb" and so on... how can i to define the data source path on Integration Service by every night automatically. Thx for your help. Laputa Did this work I'm trying to ...Show All

  • Visual Studio Team System Generic Test does not seem to deploy the exe

    I seem to be missing something simple here, I guess. The help states that the exe being run by the generic test will be copied to the deployment directory. This is not happening. Even if I add it to the "additional files" list, in effect forcing it to be copied, it is not run from this directory. This matters a great deal to me because I am trying to use a Generic Test to run my GUI to produce Code Coverage results. So I need the test ...Show All

  • Windows Live Developer Forums I am not able to sign in on MSN messenger Please help anyone!

      Recently i have been having porbelms with signing in on MSN, i think it is due to me agreeing to download the latest MSN. From this moment i am not able to sign in. I clicked on troubleshoot (80048883) and it showed 'Your gateway appears to be offline' which i dont know what it means. Then i went on on the Tools menu, click Options , and then click Connection, to check my connection and it showed 'You are currently NOT connected t ...Show All

  • .NET Development Datareader and class'ing

    I am trying to find a way to class my datareader code. the code opens the DB connection and reads the information. then the datareader is used to populate a listbox. is there a way to return a datareader from a class file when I try doing so with 'private void ReadDatabase(string Command)' I get an error that void does not return a value. obviously private int would not work or other similar calls. So how do I return the reader I have to allow t ...Show All

  • Windows Forms toolStripStatusLabel.Text doesn't update?

    I am able to set the toolStripStatusLabel.Text before showing the Form, but after the Form is shown then changing the status is not possible. I do have tried Application.DoEvents() but didn't help. Am using .Net/VS2005/C#. This works: Application .EnableVisualStyles(); Application .SetCompatibleTextRenderingDefault( false ); gui = new GUIForm (); gui.StatusLabel = "Ready" ; Application .Run(gui); This doesn't works: A ...Show All

  • Visual C++ ActiveX Property Page - VS2005 Crash

    Has anyone else had issues with VS2005 crashing / everything vanishing when editing activex control properties via the property pages and not the property view I have an activex control that I wrote under VS6 and we have used it for the last four years without any problems. After upgrading to VS2005 I get the following problems: 1. Navigating around in the property page will crash the IDE 2. Property Page Font values do not matc ...Show All

  • Smart Device Development Design Time Error

    I am working on developing an application for Windows Mobile 5.0 Pocket PC using VS2005 Pro. When in design mode, I get a strange error when I drag certain standard controls from the toolbox to a form. The error reads as follows: Failed to create component 'PictureBox'. The error message follows: 'Component of type PictureBox could no be created. Make sure the type implements IComponent and provides an appropriate public c ...Show All

  • Visual Basic Could not read state file

    My projects keep coming up with this error: Warning 1 Could not read state file "obj\Debug\ResolveAssemblyReference.cache". Exception has been thrown by the target of an invocation. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets 0 0  The help file doesn't exist for it. What am I doing wrong, and how do I cure it please It usually happens after a major edit - ...Show All

  • Visual FoxPro Remote View SQL 2005 REQUERY Puzzle

    Hi, I have an interesting puzzle. I'm using Remote Views in VFP9 for the MS SQL Server database access. I'm trying not to store the connection string within DBC with remote views. When I'm opening remote views I'm supplying a nStatementHandle ("USE a!b CONNSTRING nStatementHandle") from the established shared SQLSTRING connection. Everything works OK till I'm doing REQUERY() for some parameterized views. Program gives me a ...Show All

  • Visual C++ C2275 with CTypedPtrArray

      Hi,   I received the following error message while using a CTypedPtrArray as typedef. Using the VC++6.  I include here the complete code. The program is called CMini: in MiniDoc.h: #include <afxtempl.h> #include <afxwin.h> #include <afxext.h> class Cline: public CObject { protected:    int m_x1,m_y1,m_x2,m_y2; public:    Cline(int x1,int y1,int x2,int y2)  {    ...Show All

  • SQL Server Installation SQL Server 2005 Express Edition

    My Installation failed for the SQL Server. Is it true  that the SQL Server is running only in Windows XP Prof with Service Pack 2. Thanks!  Hi, That is correct. The software requirements have been explicitly mentioned as Windows XP Service Pack 2 on the download page here . Regards, Vikram ...Show All

  • Windows Forms Position label in pictureBox

    I am adding a label to a pictureBox with the following code... Label objId; objId = new Label(); objId.BackColor = Color.Transparent; objId.ForeColor = Color.Blue; objId.Font = new Font(objId.Font.FontFamily, 22, objId.Font.Style); objId.Text = "TEST"; pictureBox1.Controls.Add(objId); Problem is, it is at the top left of the picture box. How can I position this - the x,y coords - properly where I ...Show All

©2008 Software Development Network

powered by phorum