Software Development Network Logo
  • SharePoint Products
  • SQL Server
  • .NET Development
  • Visual FoxPro
  • IE Development
  • Smart Devicet
  • VS Team System
  • Visual C#
  • Windows Vista
  • Audio and Video
  • Game Technologies
  • Visual C++
  • Visual Studio
  • Visual Basic
  • Microsoft ISV

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

Bear23

Member List

Nate Garvey
Siger
Johnathon Gass
Eva Pierce Monsen
::BulletMagneT::
Mateusz Rajca
Leon_ye
foobarX
Robin Debreuil
_joe_
stormside
zolivier
timheuer
Shady9399
NewbieDude
gafferuk
marina B.
Amanda Jamin
duoshock
Joe Albahari
Only Title

Bear23's Q&A profile

  • Visual Basic VB.NET RTC application not seeing messaging events

    I have seen posts regarding this problem but as yet have not seen an answer. No VB.Net answer anyway. I have a VB.NET (VS2005) application which needs to provide both a conference session and an IM session. I have initialised RTC as follows : objClient = New RTCClient objClient.Initialize() Dim myFilter As Integer = RTCEF_CLIENT Or TCEF_SESSION_STATE_CHANGE Or _ RTCEF_MEDIA Or RTCEF_MESSAGING objClient.EventFilter = myFilter objRTCE = objClient objClient.ListenForIncomingSessions = RTC_LISTEN_MODE.RTCLM_BOTH Dim myMedia As Integer = RTCMT_AUDIO_SEND Or RTCMT_VIDEO_SEND Or _ RTCMT_AUDIO_RECEIVE Or RTCMT_VIDEO_RECEIVE objClient.SetPreferredMediaTypes(myMedia, True) ...Show All

  • SQL Server Simple flat file import

    Boy, do I need HELP! Have a simple csv file that I need to import. Worked fine in sql2000; I put it into dts to execute on a monthly basis. Makes connection, db connection, table creation fine, but stops at validation of flat file Basically, I want to go out and get a flat file, drop the existing table, and create the table, and import the information from the flat file. Not a complicated table of about 30,000 records. Create table [db].[dbo].[tblPatient] ( [patientID] into not null, [chartID] varChar(15) null, [doctorID] int null, [birthdate] datetime null, [sex] varchar(1) null, [raceID] int null, [city] varchar(100) null, [state] varchar(2) null, [zip9] varchar(9) null, [patientTypeID] int null, [patName] varchar(100) null) Be ...Show All

  • SQL Server generating XML from SQL

    Hi all, Can anybody advice me how can i go about creating an XML from SQL . The need arised when our jobs which create Xmls from the select statement using vbscript hang in the executing state because the file gets a sharing voilation so we have to change the generated filename on the vbscript code frquently so i thought about can i generate it directly from SQL...... Any ideas this solution would be very helpful for me Thanks in ADVANCE Jacx This may help you XML support in SQL Server 2005 (just in case you're not familiar with what is available): http://msdn2.microsoft.com/en-us/library/ms345117.aspx#sql2k5xml_topic3 Constructing XML using SQL: http://msdn2.microsoft.com/en-us/ms178107. ...Show All

  • Windows Forms ClickOnce .Net 3.0 Framework Prerequisites Does Not Work! Cannot publish because a project failed to build.

    Error 1 Cannot publish because a project failed to build. Error 2 No 'PublicKey' or 'Hash' attribute specified for file 'NETFX30\wfxproxy.exe' in item '.NET Framework 3.0'. Warning 3 No 'HomeSite' attribute has been provided for '.NET Framework 3.0', so the package will be published to the same location as the bootstrapper. Error 4 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'NETFX30\wfxproxy.exe' in item '.NET Framework 3.0' can not be located on disk. See Help for more information. There is no file wfxproxy.exe in the folder. Where does this come from Update, I'm running 64bit Vista apparently the wfxproxy.exe file is not put on t ...Show All

  • Visual C++ getsockname() error failed no 0

    During the execution in VC++ getsockname function returns zero. int ret = getsockname(sock, pLocalAddr, pLocalAddrLen); wat's the reason According to MSDN documentation -- http://msdn2.microsoft.com/en-us/library/ms738543.aspx -- "If no error occurs, getsockname returns zero". So it seems successful execution is the reason. ...Show All

  • Windows Forms TableLayoutPanel scrollbars problem

    I have a TableLayoutPanel in a UserControl. First i had to workaround UserControl Autoscroll problems, because having the TLP right and bottom anchored, Autoscroll property doesn't work (said by Microsoft too.). My TLP now is docked (Fill) , and its Autosize property set to True. But now i occure into another problem: if i resize "manually" the form (for manually i mean not using Minimize, Maximize or code) it works fine, and TLP starts scrolling the right way....but if i, for ex., change my form state to Normal (before it was maximized) and the TLP needs to autoscroll it does, but it doesn't let me scroll the "entire" control, leaving some client area hidden. Later if i just resize "manually" it works a ...Show All

  • Visual Studio Express Editions Register 2005 express (CLAVE DEL REGISTRO???)

    CUANDO REGISTRE EL SQLEXPRESS2005 RECIBI UN CORREO DE BENEFICIOS, PERO Y LA CLAVE DEL REGISTRO CUANDO LA RECIBIRE Please post only in english. If you want to register sql server express you can do it from this page http://www.microsoft.com/sql/editions/express/default.mspx Click on Register your copy of SQL Server Express If you have done that it might take a few days before you are able to access the benefits. If still problem after a few days you can post here, but in english please. ...Show All

  • Visual Studio Team System Project Portals stop working after restoring TFS from backups

    Synopsis of Problem: After restoring TFS from backups, the Project Portals cease working. When I try to load one I get the error message "The virtual server that is referenced here is not in the config database.". Full Story: In my evaluation of Team Foundation Server I decided to see how smoothly a backup and restore would go. The backup was easy enough. I backed up all the TFS databases (per this article ) and the reporting services encryption key (per this article ). With backups safely stored on a separate machine I wiped the server running TFS, reinstalled Server 2003, applied all available updates, and started the TFS install by following the instructions found in the installation guide for a single server configuration. ...Show All

  • SQL Server Calling user-defined functions in OLE DB Command transformation

    Hi We have a user-defined function that can be called directly via SQL (in SQL Server Management Studio) without error. We would like to use this function to populate a column, whist data is being processed within Integration Services. Using an OLE DB Command transformation to achieve this would seem the most appropriate. The following was inserted for the SQLCommand property: EXEC = dbo.GetOrderlineStatus(@dt_required = , @dt_invoice = , @dt_despatch = , @ch_status = , @si_suffix = , @re_quantity = , @vc_invoice_id = , @vc_order_id = ) However, when the Refresh button is pressed we are presented with the error below: Error at Load Orderline [OLE DB Command [15171]]: An OLE DB error has occurred. Error code: 0x8004E14. An OL ...Show All

  • SQL Server programaticaly create subscriptions

    i have one report which is common to many clients say [a..n] and many more could be added. the report for each client needs to be saved to a unc path. how do i programatically create a subscription for each client to run the same report and save to its unique unc path i.e one path for each client. http://msdn.microsoft.com/library/default.asp url=/library/en-us/rswork/htm/rms_subscribing_v1_11sy.asp ...Show All

  • Visual Studio Express Editions Installing Resources

    I have a .wav file and .exe file in my resources. When I install my program on other computers it won't play the .wav file and it won't open the .exe. How do I make my install so that it installs my resources with it If you have them stored as internal resources then you will have to write them out as a file before using them...the easy solution is to add them to your project as an existing item and set the build action to none and the copy to output directory to copy if newer...this will include the file as an external resource...and then you can reference the files through Application . StartupPath ...Show All

  • Software Development for Windows Vista Workflow Persistence, Idle Workflows and External Events

    I've been doing some thinking about how the default workflow persistence services work and how it affects those of us writing complex event-activities (i.e. IEventActivity implementations), and I was curious about something. I was reading Paul Andrew's comment on how the default workflow persistence service will only load persisted workflows that are "ready to run", and how it worked with locking when multiple runtime instances across a farm were using the same persistence database (all very informative stuff). However, what I'm not quite clear on yet is what the "readiness to run" of a persisted workflow is determined. Could someone expand on this a little bit Here's what I'm trying to find out: For example, if an act ...Show All

  • Visual Studio Team System Can't download

    I can't seem to download the file from this location: http://www.microsoft.com/downloads/details.aspx FamilyId=5677DDC4-5035-401F-95C3-CC6F46F6D8F7&displaylang=en&hash=9T3JM2%2bFHKDyVXbaT88d7Cz33EtkhxA4t6WyXP3cBx4pq3yOgl8PG6C3bjFR4TmGRCFprOV38A9cYKKSvO4r8w%3d%3d I keep getting "100%" done, but with 0 bytes downloaded. Can someone please fix the link Our offices are interested in this product. SvenC wrote: Try to clean your temporary internet file cache. Maybe the download failed once and now you are served from your local cache. -- SvenC No that doesn't work. All my co-workers have the same issue. Does the download work for anyone else ...Show All

  • Visual C++ C can do But C++ we cant do this

    Hi Can anyone tell me if is there anything which we can implement using C but we cant do it using C++ though its advance of C. I am waiting for urs reply. C++ allows to do everything that can be done in C. The only restriction is development environment which can support only C. For example, KMDF drivers can be written only in C. Some hardware development systems may contain only C compiler, in this case C is only choice. If C++ is available, it can be used instead of C without any restrictions. ...Show All

  • Windows Forms Autocomplete ComboBox

    Is there a way to set the size of the autocomplete dropdown You know when you type in a text in the combobox it will suggest come values in a dropdownlist. Can the size of the thing be set Thanks, does someone already know how to do this I want to manually specify the width of the autocomplete dropdownlist, here is how my autocomplete dropdownlist looks like in this moment: http://img364.imageshack.us/img364/1429/muestraincorrectoautocoix4.png but I can't find how to do it, I only found this thread ...Show All

©2008 Software Development Network