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

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

StimpE

Member List

Rainman808
Christophe Lusardi
Finny
hpassant
Elinora
juliomgm
korondy
JoseTA
IsmailErhan
hamdi4u
yoshistr
Justin Starnes
Ronald Lips
learn32dll
hippofear
PlumFighter
Vahid Nourbin
Stuart Campbell
Nikita Mironov
Jeffrey Liu
Only Title

StimpE's Q&A profile

  • Visual C# How to Install Windows Service using command prompt

    Hello all, I want to install the windows service using DOS Prompt(not Visual Studio command prompt). How to do this plz help me will be appriciated hi In VStudio command prompt run :- installutil <Path of the Service> (e.g installutil C:\MyService.exe) Im not sure if normal DOS cmd can do this. Hope this helps. ...Show All

  • Smart Device Development Using the Data Access Application Block in Smart Device Apps

    I am writing a Smart Device App and trying to use the Data Access Application Block (Microsoft.ApplicationBlocks.Data.dll) version2 in the data layer. I have succesfully use the dll in normal windows programs without any problems. However when i add my Data layer project to the Smart client project, i receive the "TypeLoadException" exception. Is the Data Access Application Block  not supported in the .NET compact framework Take a look at the recently released application blocks from OpenNETCF which were released in collaboration with the patterns & practices team at Microsoft. http://www.opennetc ...Show All

  • Visual Studio Team System Excel workItems menu doesn't appear

    Hi, I have installed VS 2005 Team Suite and finished OK. I previously installed Word, Excel and Project 2003. VS seams to work fine but I can't access the workitems menu in MS Excel. If I tried to open Excel from a WorkItems List in VS (for example from Active Bugs query results) I get an error message that says: "Old format or invalid type library. (Exception from HRESULT 0x80028018 (TYPE_E_INVDATAREAD))" The workItems menu in MS Project works fine. Is there any additional Step to make Excel works integrated to VSTS Does anyone know any workaround Thanks a lot Thanks Scott and Buck, I just changed the Regional Settings of the Client ...Show All

  • Visual Studio error: The device is not ready

    I am getting the error below on a particular pc at a client. Here's the background: - Winforms app written in VS.NET 2005. - The application runs, but fails when I attempt to launch the report. - Works fine on another pc at the client's site. - Have re-installed the crystal runtime. - Win2k pro Any suggestions Thanks. System.Exception: Load report failed. ---> System.Runtime.InteropServices.COMException (0x80004005): The device is not ready.    at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options)    at CrystalDecisions.ReportAppServer.ReportClient ...Show All

  • SQL Server SSMSE CTP, Future fuctionality

    Will the final relases of SSMSE include the option to import/export data from other database Or, will an addon be made avalible to give import/export functionality to SQL 2005 Express ...Show All

  • Windows Forms Control Name property

    Is there anything special about the property of the name of a control. The name property does not show in propertygrid for my custom controls. The other properties are fine. Anybody knows why Thanks. Yes,the property has been decorated with the Browsable attribute and set to false. [ Browsable ( false )] public string Name { get { } set { } } This is used internally by the designer ...Show All

  • Visual Basic inline XML-based code documentation for VB.net

    Can someone point me in the right direction to find the syntax for Inline xml-based code documentation/intellisense documentation for vb.net. I had heard that MS was including this for VB in VS2005 and found one reference to it in a vb.net features page but cannot find any examples or documentation on the syntax. Thanks Collin ...Show All

  • Visual Basic How do I load a picture from resource file into a picturebox?

    -Visual Basic Express 2005- I have a resource file and have included all my images into. I need to load hundred.jpg into a picurebox when a certain event occurs. I hope to get the simplest line of code possible to do this Can anyone please help Thanks in advance :) If you need to use it to store pictures you should just add a folder called images and put your images in it. Then you can drag and drop the image to anywhere on your page. When you publish your site, you'll have a folder called images with them in it. Does this answer your question ...Show All

  • Visual Studio 'Load report failure' error occured during generating report by crystal report.

    Dear All Friends, An error occurred during generating report on aspx-based web-application. This application using Crystal reports software to export the details in .rpt format. This error can be temporarily resolved by restarting the server, but this error repeat again within a month. Please look into this matter and help me to find: Whether it is software (Crystal Report) problem or OS related services problem. Load report failed. Exception Details:CrystalDescisions,CrystalReports.Engine.LoadSaveReportException: LoadReport Failed Description : An unhandled exception occured during the excecution of the current the web req ...Show All

  • Visual Studio Express Editions VB Express Beta 2 BindingNavigatorDeleteItem creates unhandled exception

    Forgive me if I'm missing something obvious but I'm new to this. I have a simple database with 2 tables, and a Foreign Key constraint between the parent and child tables, such that changes/deletions are not permitted in the parent table if the child table has related rows. I have a form displaying a DataGridView containing the parent table. This all works fine in that a DataGridView.DataError is raised causing a System.Data.InvalidConstraintException, which I can deal with using an event handler for the DatagridView.DataError. However, deleting an invalid row by pressing the BindingNavigatorDeleteItem button crashes with the message "Invalid ...Show All

  • SQL Server Applying SP1 on Sql Server Express production environment

    How do you apply Service Pack 1 to Sql Server Express 2005 Hi, this can be directly read from the setup instructions: http://download.microsoft.com/download/b/d/1/bd1e0745-0e65-43a5-ac6a-f6173f58d80e/ReadmeSQLEXP2005.htm HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Smart Device Development OEM string

    How do you retrive the OEM string on a PocketPC in C++ unmanaged. I am trying to determine what device our application is running on so that we can choose the most appropiate buttom codes for that device. Thanks ...Show All

  • Visual Studio Express Editions C# networking help

    Hi everybody... i just wanna your help with a piece of code.... client/server program, that the client wanna log in on a server ( send a username and a password) and the server verify if the username and the password match. if they math, the server sends to the client that the usernaem and password are correct. else, it sends that they are not correct. the suernames and passwords pairs are stored in an array or in a Hashtable in the server. no need for database ( for simplisity ). anybody can help me and write me this piece of code Hi! What technology do you want to use Sockets, Web services, ...Show All

  • .NET Development Delay on first call to web service

    As a learning experience, I've written a Windows Forms app which accesses the xmethods StockQuote web service: http://services.xmethods.net/soap/urn:xmethods-delayed-quotes.wsdl (I'm using .NET 2.0 and Visual Studio 2005.)  The (synchronous) calls to the getQuote method of the service take place in the DoWork handler of a BackgroundWorker.  It takes 10 seconds or more for the first call to getQuote to complete; all subsequent calls complete much more quickly. The delay is not affected by the presence or absence of the MyApp.XmlSerializers.dll generated by the compiler.  I know from accessing the same web servic ...Show All

  • Visual Studio Express Editions can't install

    i followed instructions i tried a lot doesn't go: it crashes, i've send report. can't do anything. ... How are you installing, from the Web installer, or the full ISO Image. I would give the full ISO Image a go and see what happens. Manual Install Packages for Visual Studio Express http://msdn.microsoft.com/vstudio/express/support/install/ ...Show All

©2008 Software Development Network