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

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

JochenS

Member List

mr_superlove
yg
koad
NePasSql
Richard Liu - MSFT
Rags_Bhat
Foster Hardie
Rob the programmer
dsl_beginner
Nilton Pinheiro
rkarem
kpcnatraj
sbailey
Brainsponge
Hi_GC
aleph
darth_dan
MrekM
PCTest
Jim II
Only Title

JochenS's Q&A profile

  • Visual Basic How to Run a VBScript after Application Setup?

    Hi, I have created a setup file for my application using VS2003, my application requires to run a VBScript files automatically after the setup finishes. How VBScript can be added to my setup program Thanks for the help. Open your setup project, right click on the project & choose 'View -> Custom Actions'. On the Custom Action, right click on 'Commit' and choose 'Add Custom Action' & select the ...Show All

  • Visual C++ Resource Compiler Fatal Error in Visual Studio 2005 Beta

    It's impossible to launch Resource Editor from IDE. Resource Compiler Fatal Error RC1107 is displayed. Charming! So, I've wasted half an hour downloading this, and around the same again getting the img file burned onto disk, and installed, half an hour pratting around setting up a project, only to find that this VERY basic functionality is deliberately missing - and that's only confirmed after doing a web se ...Show All

  • .NET Development Connect to Oracle Database programmatically using .NET 2.0

    I am a little confused about this. I have worked with SQL Server databases extensively and can make a connection as simple as below: .NET 1.1 SqlConnection cn = new SqlConnection(); cn = new SqlConnection("server=localhost;database=test;uid=xxxx;password=xxxxx;"); cn.Open(); Now, that I am trying to work with Oracle databases, I run into problems. I read in .NET 2.0 that the same SqlConnection class can be used to co ...Show All

  • .NET Development Inserting string from XML file to System.Drawing.Image

    What am I doing wrong I simply want to add the "im" field at the end of the path, so that the correct jpg is shown.  I've created filestreams and everything works fine for the the text fields.  The images are located in the "Program Files\SmartDeviceApplication1" directory, as is the XML file.  If I type in the actual name of an image, it works, but of course the image is shown for every entry.  (So I know the directory ...Show All

  • Visual Studio Express Editions win32 application

    i have read abt this frm the forum and followed steps given in the following link : http://lab.msdn.microsoft.com/express/visualc/usingpsdk/default.aspx but still i am getting the following error: 1>c:\documents and settings\administrator\my documents\visual studio 2005\projects\test\test\stdafx.h(28) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory i am missing something . plz help Looking at http: ...Show All

  • SQL Server The connection manager 'OLEDB' is not properly installed on this computer

    Please help someone from MSFT! I've just finished installing the Sep CTP on my laptop.  I previously had the April CTP and June CTP.  I followed the instructions for removing a previous installation of SQL 2005. Now, when I try to create an SSIS package, I get a message that says: TITLE: Microsoft Visual Studio ------------------------------ The new connection manager could not be created. ------------------------------ ADDITIONAL IN ...Show All

  • Smart Device Development deployment to mobile device

    Hi. Sorry, I did not know where to post this exactly Just installed VS.NET 2005 with .NET 2.0. I have a smartphone device (C500/SMT5600) and I cannot seem to deploy the application to it (a simple "hello" app) It fails to connect: All attempts to connect to the deployment target at port 5655 have failed. Addresses attempted: 127.0.0.1. The device security configuration may have disallowed the connection. Ensure that you have the appropr ...Show All

  • SQL Server Modify SSIS package saved on server

    I have saved an SSIS pacakage on my sql server. I am able to see and run the package through Integrations services. My question is, is there a way to edit the package through Management studio Thanks Jim sorry, no. Currently you cannot load a package from Mgt studio for editing. From Mgt studio you can see whats running, whats stored, and can execute a package but not edit. ...Show All

  • Visual C# formating a slave drive with c#

    I have been looking around for this question for so long.  Does anyone know how to access a slave drive or network drive through C# to format it We figured that one out on the "erase network drive".  Thanks for the post though! ...Show All

  • Windows Forms Synchronise Flashing of ErrorProvider Alert Icon

    Hi, Is it possible to synchronise the flashing alert icons displayed if a control does not pass validation Thanks ...Show All

  • Visual Studio Express Editions Creating Visualizations

    I am very intrested in visualizations and wonder if it was possible to make 1 using VB Express. if its possible were do i start You are going to have to provide more information. What do you mean my 'visualization' What kind of help are you looking for (noone is going to write code for you) Is there a spcific issue you are having difficulty with, or need some pointers How about the help files Try selecting H ...Show All

  • Windows Forms Read file

    hi i have a text file i wnat to read it line by line and add each line to a listbox can u tell me how Checkout the <strong>TextReader</strong> and <strong>TextWriter</strong> classes, which provide the most basic functions  ...Show All

  • Visual C++ error LNK2019, LNK1120 : win32 API programing by vc++2005 beta2

    i am beginer in c++. i wanna learn win32api.  so, i tried below example using vc++2005 express beta2. but i met following 2 errors : Error 1 error LNK2019: unresolved external symbol _main          referenced in function _mainCRTStartup MSVCRTD.lib Error 2 fatal error LNK1120: 1 unresolved        externals c:\test\parse\winapitest3\winap ...Show All

  • Windows Forms ***FIX*** Error installing Winforms 2.0 application with ClickOnce deployment

    Hi. I have an Winforms 2.0 application that I want to deploy using ClickOnce deployment. I have tried it and the deployment seems to work. I get the webpage where I can install the application from, but when I try installing the application I get an Windows error dialog and a '.NET Runtime 2.0 Error Reporting' entry in my Windows eventlog. Detailed error message: EventType clr20r3, P1 app.exe, P2 1.0.2211.28810, P3 43d0fb04, P4 mscorlib, P5 ...Show All

  • SQL Server SQL Server does not exist or access denied

    Hi,  I have developed a small application using VB6 on Windows XP. Following is the code snapshot. I have added Microsoft ActiveX Data Objects 2.1 Library through Project Reference for ADODB Connection. Public con As New ADODB.Connection Public Sub Main()     Set con = Nothing     With con        .CursorLocation = adUseClient        .ConnectionString ...Show All

©2008 Software Development Network

powered by phorum