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

Software Development Network >> Sepp Obermayer's Q&A profile

Sepp Obermayer

Member List

Paul200607
Mal Hornsby
Massimo Sartoris
ffederico
drumboy
Frans
Gabriel Rdz
co?kun
groovieblonde
Nishith83
ismard
cjms
5Bucks
John Kimball
Tom Perkin
Syed Atheeque Pasha
Lakshmi1341
JohnM 37373737
Pratik Mehta
Mark Marsh
Only Title

Sepp Obermayer's Q&A profile

  • Software Development for Windows Vista Could you tell me how should I do to enable the work flow foundation can be used?:

    I have installed vs.net 2005 in my computer just now and there is no something which indicates the work flow foundation is available. So I downloaded the file of " Visual Studio 2005 Extensions for Windows Workflow Foundation Beta 2_2(EN).exe" from http://www.microsoft.com/downloads/details.aspx FamilyId=5C080096-F3A0-4CE4-8830-1489D0215877&displaylang=en. But the product code is required to install it. could you tell me the produ ...Show All

  • Visual Basic VB.NET Database Connection

    hi! I am new here, can someone help me Do you know a tutorial or any article about the database connectivity of vb.net I am using  SQL Server 2000 and I want to create a program that can view, add, update and delete records in the database.. Can someone help me with this one Thanks a lot!   Dirty Steve wrote: This is a learning aid that uses a SQL Express database and the video's show how to ...Show All

  • Smart Device Development System.Net.Sockets.SocketException:Could not find resource assembly

    Hi everyone, I have developped a small app for ipaq, windows ce (for which I have installed .Net Compact Framework runtime SP2). The app is very simple, it connects to a url via System.Net.Sockets.TcpClient and retrieves a html web page. Strangely enough, it works on the Emulator however when I deploy it on the ipaq, I get: System.Net.Sockets.SocketException:Could not find resource assembly then System.Net.Sockets.SocketException Could not ...Show All

  • SQL Server Date field cannot be null!

    Visual Basic 2005 Professional Edition: I have an SQL database table that includes a BirthDate field. I would like to have this field as optional when adding a record, but, SQL insists on throwing an exception if the field is null. With this it looks like your table design has the field set not to allow nulls. You will have to alter the table definition to allow nulls for that field. This can be done in ...Show All

  • Windows Search Technologies WDS3 indexing problem

    Hello! I upgraded my working WDS2 to 3 as Outlook 2007 asks me about it. I left my laptop at office for a night but at next morning nothing was found via WDS3. C:\Documents and Settings\All Users\Application Data\Microsoft\Search\Data\Applications\Windows\GatherLogs\SystemIndex contains 2Mb gatherer log. When I tried to start Indexing Snap-In I received Snap-In Creation Failed, so I tried to reinstall Indexing Service from Add/Remove ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Single or Double for vector floats?

    as i'm new to this. i was wondering if your only allowed single floats for vectors etc in directx. most of the code i've seen only has single float values. as i wanted to use the following unit scale 1.000 = 1 meter, 0.100 = 10cm, 0.001 = 1mm. with a max value of 99999.999 i think i'll need double floats for using this. so would i get away with this Since all of the overloads and functions take singles you only ...Show All

  • Visual C++ Funny Error

    Hello, I got this error when I try to view my form in designer mode: The name 'components' is already used by another object. Hide at System.ComponentModel.Design.Serialization.DesignerSerializationManager.System.ComponentModel.Design.Serialization.IDesignerSerializationManager.SetName(Object instance, String name) at System.ComponentModel.Design.Serialization.ContainerCodeDomSerializer.DeserializeInstance(IDesi ...Show All

  • SQL Server Connection managers - OLE DB

    Hi There Quick question.In DTS when you had multiples tasks connecting to the same Database, it was reccomended that you create multiple connections for the same database and let each task use a different connection, thereby making a new connection for each one. In SSIS if i define 1 OLE DB connection to a database, but i have say 6 tasks using that connection that run simultaneously, does eachone open a new connection to the database to make it ...Show All

  • Visual Studio Team System Cannot connet to VMWare TFS from a other windows 2003 VMWare image with Team Explorer

    I've installed TFS (RTM) successfully on a VMWARE image (win2003 Standard). I can connect to the TFS on the same machine. I can connect to the TFS from a Windows XP machine. But I can't connect to the TFS form a other VMWare image with windows 2003 Standard with Team Explorer. All the machines/images are on the same domain and i use the same user on all the machines. The error number i get is: TF31002. If i try this ( http://srv_tfs_caesar: ...Show All

  • Smart Device Development I have a dream... Printing Remotely <Pls Read>

    I'm looking to find a way to remote generate reports (via web service or other) on a server, specify the parameters for the report to use, as well as a print queue to which that report should be directed. Does such a system exist, has anyone used it   What printing solution do you use   Thanks.   I don't see why you can't... I have not used CR for a while but I recall it had a client library with calls like load ...Show All

  • SQL Server sqlcmd default editor on 64-bit not working

    edit.com in DOS is not ported to the 64-bit platform. Maybe notepad should be sqlcmd's default editor More info in the link below: http://www.haidongji.com/2006/04/28/no-edit-in-dos-on-windows-64-bit/ Thanks. Haidong Ji http://www.HaidongJi.com ...Show All

  • Visual Studio Express Editions I don't see any projects to choose from - VWDBeta2

    I go to create a new project in Visual Web Developer Express Beta 2, but don't see any to choose from. Did the install go bad or is there a fix for this no that is not correct, here is what happened. You must of used a registry cleaner. for further details look at this post http://forums.microsoft.com/msdn/ShowPost.aspx PostID=65384 It will show a description and a solution ...Show All

  • Microsoft ISV Community Center Forums Need Phone Number for Empower Program Included Support

    When I signed up for the Empower ISV program, I was told that I would get the following... * One MSDN(r) Universal Subscription with up to five (5) user licenses for development and testing. * Comprehensive access to the Microsoft software you need to build and fully test applications and XML Web services. * Continuous access to new product releases and public betas. * 10 Free Advisory Service Hours per year * Up to five (5) internal use softw ...Show All

  • SQL Server Need help running .dtsx package from web page

    I'm trying to get the syntax right to run a sql agent from my server that in turn will run a .dtsx package when the user clicks a button.  So far I have: in my .aspx page: < form id ="form1" runat ="server"> < div > < asp : button id ="contact_submitted" onclick ="Run_Process" runat ="server" cssclass ="submitbutton" Text ="Click here to start Processing" PostBackUrl =""> ...Show All

  • Visual Basic Links

    hi everyone, can i link to asp.net page from a vb.net program for an instance, i click on a button in a vb.net form and it will link and open up internet explorer (an asp.net page). Sure, put this in the button click event Process.Start( "http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=388338&SiteID=1" ) ...Show All

©2008 Software Development Network

powered by phorum