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

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

clemens

Member List

AMMPCP
Markus Wöß
houman_ag
remo.waller
septembereleven
gr8Kiwi
1on1to1
Colm Field
MikeTheMechanic
Karthikeyan Mahadevan
JanusTorres
SteveKirchner
Adapterboy
Sree Prakash
pappascd
_Werner
J-Man
zfjaj
sergeyv
HarryPatterson
Only Title

clemens's Q&A profile

  • SQL Server DataStage Vs SSIS

    Hi, We are in a process of migrating a process running in Ascential Data Stage to SSIS. The database server is ORACLE 9i. We need samples/guide on the following datastage equivalent features. 1. Calling a function/script/routine from task's Data Flow transformer as Before/After Stage event. 2. Complex XML parsing and loading into sequential files. 3. Creating a batch & based on the condition calling the tasks. For example, if condition=YES then call task 'A' or call task 'B'. 4. Any shared container concept. (A portion of activity will be used by most of the tasks) 5. In the Data Flow Destination, is we have feature like insert ...Show All

  • SQL Server Cube deployment hangs

    Hi, SQL2005 RTM I work with offline cubes projects. When I change the cube dimensions, it sometimes happen that the deployment hangs. The deployment is set not to process the cube. Then When I look into the Analysis services service status, I see that it is stopped! I can sometimes get out of it by restarting the service or if really bad, restart the server, then the deploy works. What's that Philippe Make sure first you have SP1 installed. It contains some important bug fixes. http://www.microsoft.com/downloads/details.aspx FamilyID=CB6C71EA-D649-47FF-9176-E7CAC58FD4BC&displaylang=en ...Show All

  • Visual Studio Team System Terminology in Guide CMMI

    Hi, Could anybody tell me how can I interpret  ,p.e.  2 : CM : 1: 1.2  ,  for  'Establish configuration management System'  and  'Establish configuration management Records' Is this ok : 2: Level 2 CM : Configuration management    1: Specific Practice  1.2. Item 2  within  Specific Practice If not .... Does exist anything  that  tell me  the  level  of  CMMI Thanks Leticia ...Show All

  • Visual Basic I am new to this

    And I have built a calculator but I still don’t understand this publishing thing. Now I just want just make it so I can send the exe directly to people with out them having to install or anything but I don’t know anything about it. Can someone tell me or point me in the direction of a tutorial I can do. All help appreciated J Try: http://msdn.microsoft.com/library/ url=/library/en-us/dnwinforms/html/clickonce.asp or: http://msdn2.microsoft.com/en-us/library/t71a733d This will walk you through the new publishing options.  If you're referring to publishing an app with an older version of VB, let us know. Josh ...Show All

  • Visual C++ c++ language help

    hello! i am new to this forum and also to this Development tool by Microsoft. I want to know what is the procedure to access help to different funtions.  as in Borland c++ help menu provides. Usually you just have to move the cursor over a function like atexit and press F1,  sometime Strg+F1 (Dynamic help) leads into the better result, because you can preselect several help topics. I hope I understood your question correctly. ...Show All

  • Visual Studio Team System Naming Convention for Whidbey

    Hi, Good Day. Can anyone provide pointers as to where i can find a comprehensive Naming Convention guideline and coding guideline document for Whidbey, that goes well with FXCOP Thanks a lot in advance. Regards, Murali http://www.amazon.com/gp/product/0321246756/002-2872601-5856864 v=glance&n=283155&n=507846&s=books&v=glance Some of this content is posted on Brad Abrams' blog as well: http://blogs.msdn.com/brada The updated design guidelines will be published to MSDN as soon as we can do so (the current content provided by MSDN is out of date). ...Show All

  • Windows Forms Property Grid - displaying nested properties

    Hi !  Consider the following class definitions: Class Student {    //members    public int m_Age;    public string m_Name;    //Properties    public string Name{ get{return m_Name;}}    public string Age{ get{return m_Age;}} } Class School {    Student s1;    string m_SchoolName;        School()     {        s1.m_Age = 14; &nb ...Show All

  • SQL Server Processing SCDs in bulk

    I read another post. I'm hoping I'm just doing something wrong, and that the SSIS team wouldn't have done this: I read in a batch of records that should cause changes in an SCD in some cases. The table is empty originally. In the wizard, its handling changing attibutes ,fixed and historical. 3 records in ( all with the same business key) = 3 records out In this case, it should only produce 1 record. Are you kidding me There must be a way to set the batch size to 1, right Are they all going down the "new" output I see your point. Not all of them are new are they and I as ...Show All

  • Visual Studio Team System tfsmapping problem (not fatal but not sure what happened)

    I'm using the December CTP. I uninstalled and then reinstalled the Team Explorer. Everything seems to work fine. I went to run TFSMapping and received the following error: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE>tfsfieldmapping / Unhandled Exception: System.IO.FileNotFoundException: Could not load file or *** embly 'Microsoft.TeamFoundation.OfficeIntegration.Common, Version=8.0.0.0, Cultu re=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The sys tem cannot find the file specified. File name: 'Microsoft.TeamFoundation.OfficeIntegration.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f ...Show All

  • Microsoft ISV Community Center Forums About Error:"Unable to Set Visible Property PivotItem class" ----- Workaround does not work

    I find the workaround suggestion in following topic does not work. My workaround suggestion is: Setting the sorting of the pivot field to "Manual" before setting its pivot items visible. I would like Microsoft engineer to confirm my workaround suggestion. With ActiveSheet.PivotTables("PivotTable1").PivotFields("field1") call .AutoSort(xlManual,"field1") .PivotItems("1").Visible = False .PivotItems("2").Visible = False .PivotItems("7").Visible = False call .AutoSort(xlAscending,"field1") End With //-- ...Show All

  • SQL Server SSIS thinks an invalid expression is valid

    I have put the following invalid expression: @[Metadata ::ValidStream == TRUE (note the lack of a closing square bracket) into a precedence constraint, clicked the "Test" button and got the message "Expression validated successfully". Can anyone replicate this -Jamie Well its a bug in IDW16 then cos ....hang on...ITS THROWING THE ERROR NOW exactly as you'd expect! I swear on my mother's life when I did that an hour ago it was saying the expression was valid. God this thing annoys me sometimes :)   (Remember the variable properties window issue ) cheers Darren. -Jamie ...Show All

  • Visual Basic HScrollBar and AutoRedraw

    HScrollBar From the toolbox, the HScrollBar does not seem to be working (as it did in VB6) It does not fire on "Gotfocus", no matter where you click There is no "Mouseup" event for ending the scroll. Is this tool being phased out, or are there known bugs Related to this problem is Auto-redraw. I use the Scrollbar to help make a selection. As the user pulls the cursor, I have a floating textbox to provide information as the scrollbar passes the choice in question. In VB6 the AutoRedraw of the form avoided erasing stuff in the pathway of the textbox. I read that AutoRedr ...Show All

  • Visual Studio Express Editions Need help with for and pictureboxes

    I'm making a map editor to make maps Every tile is a picurebox. In the menu there is a command "New" wich will load all the default pics into the picturebozes, so you can make a new map i created this for statement dim i as integer For i = 0 To 391 PictureBox(i).image = My.Resources.Image_default Next i But this doesn't work. There is something wrong with the PictureBox(i).image Please help me. I'm using vb2005 Thanks in advance, Radexxion Sure. You will need "Windows Application" project. Then you will need to design your application and implement. What kind of editor you have I mean your map is matr ...Show All

  • Visual Studio 2008 (Pre-release) HashTable indigo

    I have problem with deserialize of HashTable. I define DataContract that contain HashTable and when i use with Svcutil the proxy contain Dictoinary instead of HashTable . [ DataContract ] public class ChannelInfo { [ DataMember ] public int m_ChannelID; [ DataMember ] public string m_ChannelName; [ DataMember ] public string m_ServerName; } [ DataContract ] [ KnownType ( typeof ( ChannelInfo ))] public class ServersInfo { [ DataMember ] public Hashtable m_ServersVector ; //hash contain ChannelInfo } [ ServiceContract (Namespace = "http:/ ...Show All

  • .NET Development Web service data length

    Hi all, I'm using a web service that get a string as aparameter. how maximum length string can the web service get. Can I send it a 15K length string. Is there an option to send it a bytes array [] parameters instead of string. Please help. Best regards... In addition to ahmedilyas 's answer: If you're thinking of passing considerable long strings into your web service you should be aware of the fact that default request size is equal to 4Mb. To increase the maximum size of the request - modify maxRequestLength attribute of <httpRuntime> element in web.co ...Show All

©2008 Software Development Network