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

Software Development Network >> p.cosmos's Q&A profile

p.cosmos

Member List

JCollins
Shafa
Niels Flensted-Jensen
HeathM
Nate00
Al Pie
Daniel Coleman
SWGuy
Chris.Stewart
Learning VB
Thomas.Goddard
aliasx
Alvin Kuiper
Peter D.252325
Rishab
Steven Wilmot
FredMunro
Palmi
chirag.dave
Robin E Davies
Only Title

p.cosmos's Q&A profile

  • Windows Forms need to display multiplelines using messagebox

    hi, i need to diplay the text in multiplelines in messagebox.Help me with this. thanks venp even though both solutions are valid (as always, replies are welcomed!) it is best to use the language's syntax instead of importing another language into the language you are using for many reasons, including this. So which ever language you are using, use its functions/syntax than trying to import from another one.... ...Show All

  • Software Development for Windows Vista Runing workflow on WCF

    Hello, I have a long running workflow that I want to host on a WCF service. I have created a class that inherits from ServiceHost and that class initializes the WorkflowRuntime, but I can't find any way to get access to that runtime instance. I was expecting to have something like WorkflowRuntime.CurrentRuntime or a helper class that could retrieve the current instance, pretty much like WorkflowWebService.WorkflowRuntime. Is there something similar Am I missing something Thanks. Paulo, have a look at the following samples: SDK (RC1) CrossTechnologySamples http://wcf.netfx3.com/files/folders/other_snippets/entry4415.aspx http://www.codeproject.com/useritems/CustomRemotingForWorkflow ...Show All

  • SQL Server Is lineage more trouble than it's worth?

    Very often during dev. I add processes that don't change the metadata of a data item (for example a new sort) yet the linieage id is changed.  This causes lots of headaches down the pipe.  If metadata of a data item is not changed in the pipe, why is the lineage id changed If lineage is not smart enough to figure out when some metadata was actually changed, should it be made smart enough   Or optional Ken Fair enough, performance is certainly important. If lineage ids are a consequence of removing tons of error checking code and simplifying memory allocation in the integration engine, I can see how that would speed things up considerably at run-time. I do think SSIS is an excellent tool, amazing for a ...Show All

  • Community Chat Using Vista?

    Good idea Joe! Okay, I'll go first.  I'm using Vista RC1 full time now.  The computer seems quieter--doesn't take so many trips to the hard disk for VM paging.  I find going back to XP an unpleasantry, so I think Microsoft is succeeding here. Glass is nice.  I think the performance is what I expected it to be on an Intel Advanced Graphics card (Dell Dimension 9100).  Office 2007 is also pleasant to use, but they stil have some cleanup work to do on their UI. Who else is using Vista   Brian I have a Celeron 1.2GHz if you want me to check it out on that :-) Automatically Vista will take out the whole graphics system because it doesnt meet the requirements..... Ce ...Show All

  • Visual Studio Express Editions CD Installation

    Can I order the installation CD (for C++ Express Edition) from Microsoft Am quite happy to pay. Thanks for your reply, Weston. The thing is, I don't have broadband access. That's why want to order the CD, if possible. I'm interested in the Express versions of Visual C++ and Visual Basic. Can you help ...Show All

  • Visual Studio Team System Object reference not set to an instance of an object

    Everytime I check in a file, i get this message. What is this for Thanks, Ted This is unusual... I'm afraid I need more information on what your are doing to be able to analyze the problem. Is this message appears in VS or VSS What is exact message (including the title) Which version of VSS you are using Do you get this message on other operations or only on Check in Is this ony for a specific project/file or you get this error for everything What type of project you are checking in Which VSS plug-in are you using (Internet or LAN) Have you tried registering dlls in SourceSafe install folder with regsvr32 ...Show All

  • Windows Forms Starting a .NET Application from .NET Windows Service

    Hi there, I have been trying to strart a bunch of instaces of an application (XYZ.exe targets framework v1.1) from a service (also ABC.exe targets framework v1.1). Using ProcessInfo ( e.g. System.Diagnostics.Process.Start(ProcessInfo pi or String file)) object. This works alright until the count is less than or equal to 24 but as soon as I try to start 25th process I get the following error in the event viewer: The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: .NET Runtime version 1.1.4322.573- XYZ.exe - Common Language ...Show All

  • Visual Studio Express Editions IE Plugins

    how can i add my IE plugins to my web browser i'm making popit, Do you mean to add the IE plugins to your WebBrowser control Could you tell me what IE plugins you want to add Actually there are so many ways to finish this task. If you can give the specific question, you will get your satisfied answer. Here I have two links to help you with this problem. One is about the WebBrowser Class as follows: http://msdn2.microsoft.com/en-US/library/system.windows.forms.webbrowser(VS.80).aspx The other is some instance on the WebBrowser control and hope that can help you: http://msdn2.microsoft.com/en-us/library/2te2y1x6.aspx ...Show All

  • Software Development for Windows Vista Workflow aborted with SqlWorkflowPersistenceService

    Hi, i'm testing workflow hosting and when I created a simple workflow (1 code activity that do nothing) and start, will completed with sucess. But when I addservice SqlWorkflowPersistenceService after start my workflow it was aborted. Why The problem is: System.Workflow.Runtime.Hosting.PersistenceException: MSDTC on server  'machine' 'is unavailable. ---> System.Data.SqlClient.SqlException: MSDTC on server 'machine' is unavailable. I'm using SQLServer 2000 on localhost. I solver stating "Distribuited Transaction Coordinador" on Enterprise Manager [ Console Root / Microsoft Sql Servers / (local) / Support Services ] ...Show All

  • SQL Server vb code in ssis

    HI, I have a function written in vb and want to know if there is a way to use it in an ssis package Is there a task that I can paste this function in and execute it Like the vbscript task or T-sql task The function opens up 2 tables and updates table1 recordset with data from table2 if the (if statement) is correct and It uses 2 do loops. Any ideas Thanks Head over to the VB General forum. They can probably help you better than in here. http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=32&SiteID=1 ...Show All

  • .NET Development Why isn't System.Net.Mail.MailMessage serializable?

    I am working on a project where I have to serialize email message information in order to send it to the server that actually sends it using SmtpClient. It would have been wonderful if I could have just used MailMessage on the client side, but it is not serializable. Why Now, I have to create a clone of MailMessage that is serializable. To file a change request please go to: http://connect.microsoft.com and join the Visual Studio and .Net Framework program. From there you can submit feature/change requests that will go directly to us. Thanks. ...Show All

  • SQL Server Insert Date/Time Question...

    Hello, I have an access database that contans a field called 'My_Date'. Since I want the column to store the date and time, I made the datatype of the the column 'Date/Time'. When I just insert the date like this: Insert Into Meeting (My_Date) Values ('01/01/01') The default time of '12:00:00AM' is given. So when i query the field I get the following output: 01/01/01 12:00:00AM How can i make it so when i insert a date and no time, there is no default value of 12:00:00AM So when i query i will just get: 01/01/01 Thanks, I just changed the Format to Short Date, but unfortunately it didn't help. I just tested it with the following insert command: Insert Into Meeting (My_Date) ...Show All

  • SQL Server Import/Export data with SQL Server 2005 Express

    Hello folks! I have installed SQL Server 2005 Express and SQL Server Management Studio Express. Everything looks ok and works fine, but I can't find the Data Import/Export Wizard.  Can anyone tell me how to Import/Export data Thank you!!! SQL Server 2005 Express Manager does not offer Import/Export functionality as it is dependent on SQL Server Integration Services (SSIS) and SQL Server Agent.  You will need to optain the full version of SQL Server Management Studio. Peter ...Show All

  • SQL Server Unable to set Default Schema for a group

    We're using Windows Authentication with our SQL Server.  We've added a domain group to the SQL Server groups and would like to give it a default schema.  The properties window is the same for users and groups but the default schema field is enable only for user entities.  We cannot add a default schema to a group.   Is this by design,  a bug or a problem with our SQL Server installation Updated on 2005/08/29 My first try was done at through Database\Security\Users.  I tried going through Server\Security\Logins and I got this error message    Alter failed for User 'Domain\Group'. (Microsoft.SqlServer.SMO)   Additional Information:   --> An exception occured while ...Show All

  • SQL Server Is there support for xml path in SQL Server 2005 Express Ed?

    Hi. I tried a for xml query in SQL Server 2005 Express Ed. but it says that there is an error near path. I tried the rest of the statements in the query and they were fine. So this led me to ask if it there is for xml path support in SQL Server 20005 Express Edition Just in case this has anything to do with it, I have an installed version of SQL Server in my PC too. But I didnt find that in the requirements in installing the Express Edition. I really need to know this...It's kind of hard having to do the queries in for xml explicit, which works by the way. yes, thank you.. I was more careful this time.I still have to check it with the VPS though. Thanks a lot, its reassuring to know that at least that's d ...Show All

©2008 Software Development Network