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

Software Development Network >> Luca Serano's Q&A profile

Luca Serano

Member List

Jim Hume
John Holden
Jack Hudler
mattneck
CarlosHere
LeCoop
Uli1962m
km9
BobSun
Miha Markic
asd9ny0yy
mumichang
DonM
bcbs_tony
Denis B
zhongzhong
BrianM
mamma
cristianin_79
Clemens Kolbitsch
Only Title

Luca Serano's Q&A profile

  • Visual Studio Express Editions Problem reinstall visual web developer 2005 express edition beta 2

    Hi All... Pls help...i have problem reinstall the above mentioned..previously i have already installed this..but i am not sure whether i have installed successfully so i remove all the relavant component and want to reinstall back again ...but after uninstall i realised that i need to remove the component in order which i did not do that =( Please help....now when i try to reinstall back...it just hang there....what should i do I need this urgently..please help....thanks !! Corine Thank you for trying out the Visual Studio Express Editions. Could you try running the cleanup tool at  http://go.mi ...Show All

  • Visual Studio Tools for Office Clear data from excelsheet

    Hi I am able to bind ListObject/ExcelSheet control from the database. Now I have created one Button control named as "Clear". When this button clicked the content of listobject should be disappeared (not from database). What code should I write on click event of the button. Thank you. Set the data binding on the ListObject to null. You can do this by calling the SetDataBinding(null) method or setting the DataSource property on the ListObject to null. ...Show All

  • Smart Device Development Adding a new target device to the VS2005 IDE?

    How can I add a new target device (a custom WinCE Emulator OS) that I built with Platform Builder to the target device dropdown in visual studio In short, I built a Win CE OS using Platform Builder. Now I want to debug an application on this device (it's an emulator build) using the VS 2005 IDE in which I built the program. I can't figure out how to do this Same procedure works for RTM as well. On my PC files are located here: "%ProgramFiles%\Common Files\Microsoft Shared\CoreCon\1.0\Target" That might be a custom location, if you don't have this folder please search for one of thes ...Show All

  • SQL Server Connect Oracle10g from SSIS

    Hi All, Does anyone try to create a task in SSIS extract data from Oracle10g to SQL Server 2005 Regards, Nicol Have you gotten any response on this yet If not let me know and I'll put something together. ...Show All

  • Visual Studio Team System Non-VS client for TS source control?

    Newbie question: we have developers who do embedded work and don't use Visual Studio. They prefer their own editors and must use speciaiized compilers/linkers. They currently use SourceSafe for source control. Is there a standalone VSTS source control client that these folks could use We are very interested in changesets, shelving and the tying back to project tasks. Are these only available in Visual Studio/VSTS As far as I understand there is VSTS client which looks just like Visual Studio 2005, but without any languages installed. Using this client you will be able to check files in/out and access al ...Show All

  • Software Development for Windows Vista FileWatchService and State Machine Workflows

    I have a question in regard to the FileWatcherService activity available for download and how to incorporate it with a statemachine workflow. I am developing a state machine that will react to files being dropped into a FTP store. Based on the file extension and name of the file, a new workflow instance will be started or a persisted one with be reloaded. In either event the appropriate state activity will run. The FileWatchService will need to react to files being dropped info the FTP site overtime. Using the FileWatchService example, once that workflow example completes (for one file) the FileWatchService does not react to new files. ...Show All

  • Visual C++ error C3861: 'snprintf': identifier not found

    Hello everyone, When I tried to compile a C++ files in Visual Studio 2005, I got this error: C3861: 'snprintf': identifier not found.  I suspect some standard C lib are missing but not sure what they are. Can someone please give a pointer thanks a lot for your help.   Its _snprintf or the corresponding new safe function would be sprintf_s http://msdn2.microsoft.com/en-us/library/ce3zzk1k.aspx ...Show All

  • Visual Basic Support for VB6 and COM

    We currently use VB6 and have several applications that make use of COM objects. It works well and we're happy with it. What I'm wondering is, at what point might support for VB6 be dropped in favor of newer versions and, when we do eventually upgrade, should we be concerned that we may at some point lose support in the tool for COM programming (and if so, when) Thank you so much for any insight you can provide. JohnHart_MS wrote: Hi Stephen, If you have time I would really like to find out from you what code the Upgrade tool generated that you found was unusable. Was it just that so ...Show All

  • .NET Development access permission probelms. HELP ME!!!

    I have two computers, a desktop and a laptop, both running win xp home. Both are wirlessly enabled and connect wirelessly to the internet through a belkin router. The desktop will happily see the laptop and share files, and everything seems to work just fine. The laptop, however, refuses to see the desktop. I have shared all folders properly, both are part of the same workgroup, and I have run the network set up wizard, and tried to connect using RUN and the IP address. Whenever I try to connect the laptop to the desktop I get the same message; \\... is not accessible. You might not have permission to use this network resource. Cont ...Show All

  • Visual C# Specifying and Encoding w/ Trace and FileStream

    Hi ... I would like to have my trace file produced with a Unicode encoding. I'm using a FileStream and wasn't sure how to specify a different encoding. Any suggestions on documentation Thanks! Doug You need to use a StreamWriter instead of FileStream. StreamWriter has constructors that accept an Encoding parameter. For example StreamWriter writer = new StreamWriter("c:\\mytrace.log", true, Encoding.Unicode); ...Show All

  • Visual Studio Express Editions Graphic in VB 2005

    Please, how to make graphic in VB 2005 Express I need only to make field of coloured rectangles, but so effective, that painting 400 x 300 rectangles takes only few miliseconds so changing all viewfield will be like animation even with scanning near fields (i need to make rendering for programm Life) please show example of code Real solution was here (class compatible with drawing.image, with direct access to pixels) http://www.freevbcode.com/ShowCode.asp ID=7801 ...Show All

  • Visual Basic VB.Net Data???

    If my SQLdatareader.Read and it reads that for this particular ID there are row asscociated with it i want to just UPDATE my table, If the row does not exsist i want to INSERT my new row...I am getting the world famouse exception "Object Reference not set to instance of an object" and it highlights the bolded code below any reason why Thanks for the help Private Sub btnSave_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click If lblClient.Text = "" And txtcenter.Text = "" And txtenvelope.Text = "" And txtSenditem.Text = "& ...Show All

  • Visual Studio Team System FxCop 1.35 and VS 2005

    Hi all, I've got a couple of custom rule libraries here that I need support usage with both FxCop and VS 2005. I understand that I need to compile my rules against the specific FxCop assemblies for each of the two (FxCop assemblies for FxCop GUI, and VS\FxCop to VS 2005 IDE). What's the best way to do that Having to remove and add references so to compile my libraries seems like a big hassle to me (along with having to maintain separate versions of my rule assemblies). Any comments are highly appreciated. Thanks! Claudio Lassala Claudio, Unfortunately, until we improve this (which is in our plans for Orcas), that's the o ...Show All

  • Windows Forms Problems with Batch Update...doh!

    Hi- Here's the scenario. I'm retrieving data from two different tables. Once I get this data I am looping through the data and I have to update a couple columns in the same table. Doesn't anyone know of where I can find a good example of this. I've been looking every where for this.  Example:  Stored Proc:  SELECT IL.listing#, IL.imageID, o.brokerNum, ...Show All

  • Visual Studio 2008 (Pre-release) SQL Translation

    When I use the following statement: var q =    from       o in db . Orders    where       o . CustomerID == "ALFKI"       &&       o . OrderDate < new DateTime (1998, 5, 1)    select       o ;   DLINQ translate correctly all WHERE filters to SQL. But when I use: Customer cust = db . Customers . First ( c => c . CustomerID == "ALFKI" ); var q =    from ...Show All

©2008 Software Development Network