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

Software Development Network >> M. Simioni's Q&A profile

M. Simioni

Member List

ashk1860
Son_seph14
gsl3
dsallow
kencol
hye_heena
KimberlyL
KnobCreek
Chris Honcoop
Martin1307
Srichris
Tom O
Ceex
centexbi
Rafael Leonhardt
Mystagogue
Dottj
mpetanovitch
python_and_chips
TMF
Only Title

M. Simioni's Q&A profile

  • SQL Server Accesing package Variable in Conditional Component

    Hello Experts, I am trying to load data to a sql table from flat file..I have a script component which will validate the data. I am also firing the errros when data validation fails. Once I encounter an error I want the whole package to be aborted. What I have done is declared a variable called errorcount (Scope :Package) and I am incrmenting this variable everytime an error is raised and next I have a Conditional Split which will check if this variable count is greater than 0 if yes I will not update the table.This is the only way I think this will work. error I am getting is :The collection of variables locked for read and write access is not available outside of PostExecute. I understand they r in the same data flow thats the r ...Show All

  • SQL Server Understanding 'Nested join' syntax

    I just came across of a query that has a syntax that is new for me: SELECT BridgeOrganizationStructure . ParentOrganizationCode , DimEmployeeOrganization . Emp_FName , DimEmployeeOrganization . Emp_LName , BridgeOrganizationStructure . SubsidiaryOrganizationCode , BridgeOrganizationStructure . LevelFromParent , FactAttempt . ActivityFK , FactAttempt . CurrentAttemptInd , FactAttempt . AttemptStartDt , DimActivity . Activity_PK FROM DimActivity INNER JOIN FactAttempt ON DimActivity . Activity_PK = FactAttempt . ActivityFK AND ( DimActivity . Activity_PK = 55 ) AND ( FactAttempt . CurrentAttemptInd = 1 ) RIGHT OUTER JOIN BridgeOrganizationStructure ...Show All

  • Visual Studio 2008 (Pre-release) sending 30 MB from a WCF server to many clients

    I need to create a solution for this scenario: A lot of clients all over the world (winforms) should play media files that a server sends them. The server has a playlist of media files for each of those client. Whenever a playlist is changed on the server the client should 'know' about it and download the media files. the size of the files could be around 30 MB. Should I use WCF to send the files to the client or should I use FTP instead What is the diference between WCF and FTP in terms of speed , security and scalability i am not FTP expert,i am thinking mixing WCF and FTP may be better choice for perf reasons you can use WCF to send alerts messages from service ->client once client knows abou ...Show All

  • SQL Server Why cant we create a partition for Dimension?

    Hello, Dimension also has data.So Why cant we create a partition for Dimension AS 2005 doesn't support partitioning dimension data. This feature will be considered for future versions of the product if there is a popular demand. ...Show All

  • Visual Studio 2008 (Pre-release) Adding Columns to a ListView

    Hi everyone, I'm trying to populate a ListView control using code in C#. While I am able to display one column of information, how can I add an extra column For example, this is the code I have so far for just displaying the first name. for (int i = 0; i < 100; i++) { ListViewItem foo = new ListViewItem(); foo.Content = "First Name: " + i; // ucMain = ListView created in EID (Sparkle) ucMain.Items.Add(foo); } In several of the online examples, especially those created in VB, the listviewitem seems to have a subitem method, but I can't find the WPF equivalent to use in C#. Thanks, Kirupa Thanks for the response Lee. That seems like a pretty roundabout way of adding data to a L ...Show All

  • Windows Forms rotating a progressbar in VB2005 xpress

    Hi, Does anyone know how to rotate a progress bar in Visual Basic 2005 Express Can it be done Thanks in advance ST W Sorry you can not. Maybe try using this control on the code project website. ...Show All

  • Smart Device Development CABWIZ/Makecab problems

    Hi all, I'm having trouble building a CAB file for a CF 2 project. Done the usual steps,  Added a Smart Device Deployment project to my solution, set its propertys, go to build and Always get back a message saying ; Error: CAB file "C:\Documents and Settings\DAVE\My Documents\Visual Studio 2005 \Projects\Project1\DeploymentCAB\Release\Project1. CAB " could not be created It's really annoying, I dont want to have to go back to using 2003 to build projects as I really like the new features in CF 2, but if I cant deploy them correctly, then theres no point. Any thoughts/comments appreciated. Dave You are not alone, I have virtually the same problem. The only difference is that I wasn't ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Networking in XNA using System.Net (Sockets)

    I have been working hard this past week on a couple of classes (two components) for my XNA engine, Xna5D. These two components have been an Asynchronus TCP Server and Client for networking purposes. I have finally got the code to be working stable enough to show it off a bit. I have wrapped the basic Socket classes and exposed callbacks via Delegates/Events. The XNA Game Component portion can be easily stripped off (I only use it for getting a reference to an XmlLogger component). Speaking of which, if you do try to use these you will need to strip that out (Referencing XmlLogger) unless you have the full Xna5D source. It is pretty easy to do though. A link to the source code (zip)... http://downloads.jsedlak.org/Xna5D_ClientSe ...Show All

  • .NET Development Urgent:How to serialize class object to send through sslstream

    Hi I am using Sslstream for client server communication.I wanted to send class object along the SslStream from server to client and vice versa.Sslstream will send data in the form of byte array, so how to convert the class object to byte array .I tried to serialize the object with memory stream , but in the client side i am trying to deserialize the data i am gettig the following exception. End of the stream encountered before parsing was completed Stack Trace:- System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run() at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessa ...Show All

  • Smart Device Development Beta of Microsoft Certification Exam 70-540

    Microsoft Certification Exam 70-540 is available in Beta form right now! This is a Technology Specialist exam for application developers in the mobility space. The Preparation Guide is available for the Exam at: http://www.microsoft.com/learning/exams/70-540.mspx . To register visit one of our independent testing providers: * Thomson Prometric: http://www.prometric.com/ContactUs/T...rs/default.htm * Pearson VUE: http://www.vue.com/ms/ Please use the following promotional codes when registering: Exam 71-540: BTA540 Best of luck! Howard Dierking Product Planner Developer and Database Certifications Microsoft Corporation Isnt Sql 2005 Mobile Edition trhe same as SQL Everywhere Also, I ...Show All

  • Architecture Any good Ntier real world (architecture)examples available for download?

    Hi all, Everybody talks about designing a good architecture Talking between tiers in stateless manner avoid chatty objects use interfaces Use factory patterns etc etccc But no one has published or uploaded some generic examples of different architectures so that you can see how things really work.(A complete solution)with different projects in it. Just tired of reading theory and not seeing any examples. Am I wrong Could anybody point me in the right direction or do i have to reinvent the wheel If I have to it will probably be a square one Thanks and apologies for moaning.   Well, you never stated in your original post you wanted something free of charge, however, ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Is it realistic to create one's own engine?

    I'm not new to programming, but I'm new to game programming and C#. I'm wondering to what extent it's realistic for someone to make their own 3D (or for that matter 2D) game engine. The two projects I have in mind for myself are a turn-based 2D war/strategy game, and a 3D adventure game in the manner of "Dreamfall". On the 2D side, I feel confident I could come up with a 2D interface on my own. I haven't done a lot here yet, but I did manage to whip up a little 2D hockey game without peeking at Bill Reiss's excellent 3D airhockey tutorial at http://xna101.spaces.live.com/ . I've even given my computer hockey opponent a very primitive AI. OK, my collision detection and physics aren't great, but I'm not sure how much I'll need either of ...Show All

  • Visual C# Why C# does not support multiple inheritance?

    Hi Please let me know why c# does not support multiple inheritance. I know it will support multiple interface inheritance. but why in the case of classes Pls let know the reason. Regars sanjay take a look at these links this is explained well there http://blogs.msdn.com/csharpfaq/archive/2004/03/07/85562.aspx http://blogs.msdn.com/nickmalik/archive/2004/12/31/344966.aspx http://www.c-sharpcorner.com/Language/MultipleInheritanceCB.asp hope this helps ...Show All

  • .NET Development Finalizer

    What is the core differnce betwenn destructor and Finalize() I took the question to mean "What is the difference between C#'s destructor and the .Net Finalize() method " To which the correct answer is "There is none". You have described the difference between the C++ destructor and a .Net Finalize(), which may well have been the OP's question! ...Show All

  • Windows Forms Clickonce form display issues -- Help!!!

    Some forms of my clickonce application was not aligned/displayed correctly on some computers but okay on the others. Just wonder if anyone has the similar issue before. Could someone help Thanks a lot! Hong ...Show All

©2008 Software Development Network