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

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

Jolting

Member List

kanthb
jeff______
dsandor_rtg
meArun
GRAYDEMON
Hugocpp
iffi raja
ancernet
phaazebroek
Prerak Shah
gteddy
grohlster
Julian Jelfs
mitr_ar
Jazzyv
Leo Kent
GSLAG
SeanDr_MS
sm1else
Russ McDaniel
Only Title

Jolting's Q&A profile

  • Visual Studio Express Editions long interval between StreamReader/StreamWriter processes

    Hello, in my program I am using StreamReaders and StreamWriters, and they work, but if I use the StreamReader or StreamWriter process, it takes long before I can use them again, so now my question is: can I make the process-intervals(sorry if this name doesn't exist) shorter Or should I use an other way to read and write files, and who can be used in faster time-intervals Grtz, Tom. What do you mean by "it takes long before I can use them again". Could it be that you are getting an exception like "Access Denied"/"Sharing Violation"/"File is in use" etc. In this case probably you don't " ...Show All

  • Visual C++ Pointer to System::String*

    C++ .NET 2005: I am writing a functioin which parses HTML-code. So, my purpose is to "fish out" the title html-code. And I do not want my functioin to return any value. I want this function to change arguement. And I write: void htmlParse(System::String&str){ ... } to call this function I write: System::String* txtContent; htmlParse(&txtContent); But this does not work. I have got an error: Error 1 error C2664: htmlParse: cannot convert parameter 1 from 'System::String __gc **' to 'System::String __gc &' c:\my\my.h 168 So, I can't write a function which will change my System::String-arguement ...Show All

  • Visual Studio Team System TFS install - problem setting up and connecting with new user

    I have a new installation of TFS (RC), installed on a single server in workgroup mode. I am now at the point of creating local machine users and adding them to TFS. Since there are other system permissions (sharepoint, reporting svcs) associated with TFS admins, i created a local group for this and added it to the appropriate roles in sharepoint, reporting services, and in TFS (when logged in as TFSSETUP of course). However, i did not make this group a local admin (is this necessary ). I am now wanting to create a new user 'userxxx', add the user to my local 'TFS Admins' group, connect to my TFS Server in Visual studio, and create a new t ...Show All

  • Visual Basic GDI+ Questions

        I have this beloved old VB6 program that has been converted to a sleek new vb2005 program. It's name is "Color" Color is a utility. It will sample pixels color anywhere on the desktop. It also gives me the x-y coordinates for a given location. It gives me the RGB color value in hex and decimal. I find that I used Color to measure dimensions a lot. and that I'm always having to(x1-x1) and (y1-y2) and awful lot. It's natural that I'd like to use Color to measure anywhere on the desktop or more accurrately what I'm seeing in the moment. So tonight I've been playing with GDI+. It's no problem to: dim g as graphi ...Show All

  • .NET Development can't delete a row using TableAdapter.update!

    Hello, I am working on the RSS Reader project from the videos. When I try to update the table, when I delete a row, or sometimes when I add rows, I have the following error: "Update requires a valid DeleteCommand when passed DataRow collection with deleted rows." And the full one:  System.InvalidOperationException was unhandled   Message="Update requires a valid DeleteCommand when passed DataRow collection with deleted rows."   Source="System.Data"   StackTrace:        at System.Data.Common.DbDataAdapter.UpdatedRowStatusErrors(RowUpdatedEventArgs rowUpdatedEvent, BatchCommandIn ...Show All

  • Visual Studio Team System error MSB3202

    I'm having trouble building a team build. I am able to define a team build just fine, and when I try to run it, the log files seem to suggest that it can find the source files just fine. But I end up with a lot of errors. My solution uses Enterprise Library 2005, so here is one of the errors that reference it (so, I don't think it is custom code related): error MSB3202: The project file "..\..\..\..\..\..\Program Files\Microsoft Enterprise Library January 2006\src\Data\Data.csproj" was not found My team build has the file in its local source, the error occur when it tries to compile. TIA. jdn ...Show All

  • Software Development for Windows Vista 5270 Repartitioned External Drive

    Not sure if I'm in the right place, if not please direct me where to go. I installed build 5270 and for some reason it repartitioned my external USB drive (at no point during the installation did I select the external drive for anything)...has anyone else seen this behavior   Is there a way to undo this ...Show All

  • Visual Studio 2008 (Pre-release) MediaElement.Volume = 0 not working ?!?

    Hey! I’ve created a customcontrol where i set a MediaElement as a texture to a Viewport3D-object. What I would like to do is to set the it’s volume to 0 but it doesn’t work properly when i use... myMediaElement.Volume = 0 ...when initializing my object. Anyone that have had the same problem and worked arount it somehow I create everything frome codebehind using a MediaTimeLine, MediaClock, MediaElement if that help you guys to give me an answer cheers /erik I'm using a MediaElement in one of my project and I've got no problem.... Are you using myMediaElement.Volume = 0 in the MediaOpened ...Show All

  • Smart Device Development DataGridTableStyle MappingName for Details BindingSource

    Hi, I have two grids bound in a master-detail arrangement using a binding source for each grid. The binding source of the master grid has a dataset datasource and a table name for the datamember. The datasource of the child grid's binding source is the master grid's binding source. The datamember of this binding source is the name of the relation between the master table and the child table. The child grid has a table style with mappingname equal to the child table's name. Ok, so that sets up the scenario. Problem is, the table style used for the child grid doesn't seem to work. The column styles I set up with it have no effect, instead, t ...Show All

  • SQL Server Exception of type 'System.OutOfMemoryException' was thrown. (Microsoft.SqlServer.SmoEnum)

    I just received this message: Exception of type 'System.OutOfMemoryException' was thrown. (Microsoft.SqlServer.SmoEnum) I am completely dead in the water. Cannot connect to SSAS 2005. HELP! hello, it is not quite clear what are you trying to do when the exception happens. Is the system really running low on memory the comment above seems to suggest that you are trying to connect to SSAS, however the exception seems to come from SMO ( ) which is an OM for working with SQL server (relational). if the issue is that you are unable to connect to MSAS, could you please provide more information as to what are the sequence o ...Show All

  • Visual Studio Team System Work items seems to use sAMAccountName as key to the AssigneTo field.

    When assigning work items to people the dropdown list displays a list of sAMAccountName . In our case these are very none informative - they don't give a clue to the persons name as it consists of random letters and digits. Is it possible to get it displayed as givenName , middleName , sn or something other more readable When hovering over a user in the team project permission dialog a tool tip displays some other field from AD that is of some help to us in that case. Something similar would be nice for the AssignedTo field. Regards Christer There's been a recent development on this issue.  We have go ...Show All

  • Visual Studio Shape inside a shape

    Is there a way to put a shape inside a shape. I would like to put a shape inside a shape the same way as creating a compartiment for attributes.  Is it possible Example : Having a Square shape  I would like to put inside the square a circle or a roundedrectangle in some way that allows me connect to any shape in the diagram. Thanks Luiz Ricci   There is some functionality that approximates to this in the Examples.Customizations ActivityDiagrams example that comes in the VS SDK samples folder. But it will be easier to do in the next release. Alan ...Show All

  • Software Development for Windows Vista Obscure Error: EventDeliveryFailedException

    I am new to wwf and in working with callExternalMethod I am continuously getting a EventDeliveryFailedException error, which I am unable to solve. I have seen several messages about this error in this forum, but none of them matches my situation and has pointed me to the proper solution. My code is based on the examples in lab5, but it is slightly different. Here is a description of my case and problem: I use a sequential workflow with a callExternalMethod as the last activity. This callExternalMethod is used to pass back data to the process invoking the workflow, which happens to be a console application. After calling the method o ...Show All

  • Software Development for Windows Vista What registry entry to unblock a VC application in XP Firewall

    Hello, Not sure if this is the right place for my question. While installing our VC based application we'd like to make an entry in the registry for XP SP2 systems such that the Firewall doesn't popup the block / unblock dialog box at runtime. Our application needs internet to run and the EULA mentions it and the user must accept the EULA to install the software. What registry entry do we add to make a rule for the Firewall to allow the application connect to internet without asking the user Thanks in advance I do not even know if it is possible.  The firewall is there so the user has to authorize programs from accessing th ...Show All

  • Visual C# How can I show HTML content to Win Form

    I generate a text with Html pattern (simple HTML, no script).How can I show that content to win form as a web page Can you share your experience Thank you very much. hi, you can use this WebBrowser1.DocumentText = "your html context" you must append all your text at once you can iterate through array for example and add to the webbrowser text use something like string builder or string and when your string is comopleted append it to the webbrowser hope that helps ...Show All

©2008 Software Development Network