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

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

trusjde

Member List

Kaos
Johan Andersson
DiamonDogX
Thomas B Winans
eclere
steal
GregWilliams
eyupcinar
gpalace
Ray Linder - Glacsy.com
hooman.tadbiri
Robert Zhang
Michal Szalai
WPF Fan
Neal Hudson
Priyananth
gkostel
George2
Vishal Ghotge
Werner Clausen
Only Title

trusjde's Q&A profile

  • Visual Studio 2008 (Pre-release) MessageBuffer: reading and writing to/from a stream

    Hi I'm implementing a message caching routing system. I have a service that accepts a System.ServiceModel.Channels.Message as a parameter for an operation. I can serialize the message to disk by creating a MessageBuffer from the Message and then calling the MessageBuffer.WriteMessage() to write the message to a stream. If I want to (re)transmit the message later on, how can I read the serialized message back into a MessageBuffer Thanks for any help Simon I have a few clarifying questions about your scenario: 1) What is your expected lifecycle of your Message It sounds like you have (a) Message comes in, (b) Message gets copied to disk and optionally sent, (c) Message is disposed, (d) later Message ge ...Show All

  • Smart Device Development setting datagridcolun headertext

    Hello, I'm using Visual studio 2005 c# to develop smart device application. I've a form with master/detail with 2 datagrids (one for the master an one for the detail). There is a relation between the 2 tables in the dataset. The data is well displayed (correctly filtered in the detail datagrid). The issue is : when I modify the columns headertext for a column in the detail datagrid, the headertext stays unmodified. does somebody have the same problem thanks for help there is no problem for the master/detail display it works fine in Visual studio 2005 and typed datasets. the issue is that I change manually the headertext in the detail datagrid but the datagrid always displays the na ...Show All

  • Windows Forms Publish error.

    Following error happens once in a while, could someone tell me why it is happening Error 68 Publish failed with the following error: Could not find a part of the path 'C:\Development\Test\Test\Source\Shell\bin\Release\Test.publish\Test_1_0_0_9'. Thanks in advance. Can you post the build output for both For both directorys you have correct permissions, enough space, and you can physically get to them with explorer. ;-) James ...Show All

  • SQL Server SQL connectionstring parameters

    Hi, does anyone knows where can i find all the values that support the connectionstring since the connectionstring uses the "server=local;database=nortwind;UID=me...." etc. are there more parameteres to specify which one of them is not REALLY important , where can i find a list or something about it Thank you, i hope i made my point clear Thank you for your posts, they are really helpful to me , by the way, another question just came to my mind, the thing is my app connects to a sql server in my computer, so i can manage some databases and stuff like that, but my pc it's not gonna be the one that uses it, i need my app to run in another pc, but i don't know whats gonna happen because ...Show All

  • Visual Studio Team System Number of clients on a workgroup environment

    When I install Team Foundation Server and Clients on a Workgroup environment, is there a any physical limitation on the number of clients that can connect to the Team Foundation Server Thanks, Julio Julio, I think it would have the same issues/restrictions as TFS w/ AD. E.g., we know there is a practical limit per server. Of course, workgroup will only work in a 1 box configuration. Has to do with SIDs, etc. Also, using workgroup does add administrative work, e.g., adding users to the local machine, etc. But, to your specific question ... you shouldn't see any real limitation than that of TFS ...Show All

  • Visual Studio Express Editions Cannot register filter with win98se

    I have built a capture filter with VS Express on a pc with xp pro, where it registers ok thru regsvr32.exe. But if I try to register it on another pc with win98se it fails to register. It happens with both the debug version and the retail version. Any comment or advice please Regards, pcd. I found that the following simple method works:- (1) Copied 3 files - msvcr80.dll, msvcp80.dll, msvcm80.dll from \windows\winsxs\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd to the folder containg the app and my dll. (2) Transported the folder to the win98 computer. My own dll registered ok. The app also worked ok. BTW the WIX method did not work, win98se did not have the correct insta ...Show All

  • SQL Server Where to build client application for SQL 2005 standard edition

    Hi, I have a database working on SQL Server 2005 Standart Edition and i want to create a client windows form aplication. My problem is where to do it Im trying to use MS visual basic 2005 express edition but it doent support SQL Server 2005 Standart Edition, it only supports SQL 2005 express edition. What should i do And in the visual studio 2005 that comes with the package of SQL Server 2005 standart edition there is no project of a winodws form. Please help Hi, I have a database working on SQL Server 2005 Standart Edition and i want to create a client windows form aplication. My problem is where to do it Im trying to use MS visual basic 2005 express edition but it doent support SQL Server 2005 Standart Edi ...Show All

  • Software Development for Windows Vista Code to demonstrate error

    Using the External Ruleset demo as a base, I constructed a class library that dynamically builds rules and runs them using the RuleSet.Execute method. Everything works perfectly until I tried to use the WorkflowMarkupSerializer to stream and restore rulesets. What I have found is that I can take a running ruleset (if then else) where the "then" is evaluated properly, stream it to xml, reconstitute it to the ruleset and the "else" will always be called. I have checked and double checked the syntax and values and everything says the test should succeed. I constructed NUnits that can demonstrate that the same rule runs correctly when dynamically built (using CodeDom), but once the rule is built using the WorkflowMarkupSerializer (I used a var ...Show All

  • Visual C++ Conversions string <-> int in C

    Hi everyone! Does anyone know how to convert a string to an int and vice versa in C (not C++, only in C) I need it because I have to create txt files incrementally, whose names are 1.txt, 2.txt, ...etc. Thank you very much!   Cla82 wrote: [...] It gives no problem if the filename is for instance "%i.txt" alone, without the path. How is it I think the space for filename is too small for your longer path. Increase it. For instance: char filename[_MAX_PATH + 1]; Also replace " // " with " \\ " and check the return value of fopen in next versions.   ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Screenshot in windowed mode occluded by other windows!

    My 3D program works in windowed mode. And my screenshot capture code using GetFrontBufferData() works fine until one day I found that another on-top window was in the captured image! It seems working in the same way as the PrintScreen key. The SDK document said GetFrontBufferData() is the only way to get fullscreen antialiased image. Then how can I get only the content of my 3D window But multisampled render target cannot be lockable... and GetRenderTargetData() don't work with multisampled render target... The user will be sad to see the captured image is poor quality compared to what's on screen. ...Show All

  • Visual Studio 2008 (Pre-release) Linq to MySql prototype - looking for developers

    Anyone out there who uses MySql Am looking for contributors for the Linq to MySql project. Question to Microsoft: I have called the generator 'MySqlMetal.exe', so that Linq users would know, what it does. Do you have any problems with the blatant copying of SqlMetal name I can rename it, if you want. Thanks, Jiri George Moudry This sounds interesting :) Maybe in the future it would be possible to write DLinq within php environment against mysql. ...Show All

  • Visual Studio Team System Database Validation Rules

    I see built-in database validation rules that can be used with webtests. My quick try to use them the way I use the other validation rules failed, I get an error "DatabaseFieldValidation Validation Object reference not set to an instance of an object. Column=TestColumn, ExpectedValue=Test, WaitTime=15, Retries=1, DatabaseServer=servername". I could not find any document which explains them, can anyone direct me to the documentation or any idea on why I get this error Can these be used with Webtests that test webservices Here it is - < xml version="1.0" encoding="utf-8" > <TestCase Name="WebTest1" Id="51e3d301-be9b-4b62-9f82-11f6be950467" Owner= ...Show All

  • Smart Device Development Small help..

    Hello here is the attached code i used to send SMS and i got this from MSDN as a sample. But it sends class0 sms, can you please edit the code to send class1 or normal sms. I think the provider specific class has to be changed but i couldnt do it properly. So please help me, thanx a million inadvance. File: SMS.vb ---------------> The class used to send sms Imports System.Runtime.InteropServices Imports interopserv = System.Runtime.InteropServices Public Enum SMS_ADDRESS_TYPE SMSAT_UNKNOWN = 0 SMSAT_INTERNATIONAL SMSAT_NATIONAL SMSAT_NETWORKSPECIFIC SMSAT_SUBSCRIBER SMSAT_ALPHANUMERIC SMSAT_ABBREVIATED End Enum 'SMS_ADDRESS_TYPE Public Structure PhoneAddress '/ <summary>The address type.</summary> Publ ...Show All

  • SharePoint Products and Technologies Using WorkFlows in subsites

    I have a main site and subsites(blogs, Wiki). I'd like to implement a workflow which does run whenever someone adds a new item to a list in the main site, to automatically create a new wiki page. It seems that metadata (lists, workflows, ...) doesn't show up in subsites. Is there a way a subsite can "inherit" some of the parents' metadata/structures Regards ...Show All

  • SQL Server File System Task Error

    Hi, I am using the 'File System Task ' to create a directory structure (e.g ..\DB; ..\DB\LOG; ..\DB\BACKUP; ) I set following properties for the single tasks: UseDirectoryIfExists = True;  Operation = Create Directory; The task works fine before installing SP1 on the server.  Now it creates an ERROR if the directory already exists and it is not empty. SSIS package "testcreatedirectory.dtsx" starting. Warning: 0xC002915A at Create DB Directory, File System Task: The Directory already exists. Error: 0xC002F304 at Create DB Directory, File System Task: An error occurred with the following error message: "Das Verzeichnis ist nicht leer.". (The Directory is not empty.) Task failed: Create DB Directory ...Show All

©2008 Software Development Network