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

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

JeanL

Member List

PudBawl
Eirian
MEder
rogupta
Suja
meg1
Rohit Parasharami
SolidSpace
brb.1977
Kitz
krishna mohan2990
huabing78
DeanoCalver
Micky2006
Jassim Rahma
Lynn Trapp
edonoho
cedubose
domfos
ArronBrice
Only Title

JeanL's Q&A profile

  • Community Chat VB.NET

    please does anyone know how to create a non visual class that has the behaviour to count characters, words, alphabets, vowels, consonants, digits thanks We have a thing on these forums, when we see a question which is obviously a homework assignment. We will answer specific problems/questions related to the problem but would not simply do you complete assignment for you. It is often best to show us your code so we can help you where possible but we do not send out complete homework assignments. So if you have a specific issue then ask the question, but homework assignments are designed to test you understanding and knowledge of the subject being taught. Not you ability to ask someone else to do ...Show All

  • Windows Search Technologies WDS and Terminal Services

    Hi Does anyone know if WDS will run in W2K3 terminal services and if it is supported Thanks Gavin ...Show All

  • Visual Studio Team System Create work items using TFS API?

    Hi, I'm trying to import all of our bugs from Bugzilla to TFS. I'm able to pull the data out of Bugzilla's MySQL DB just fine using C#, but how do I use the TFS API to import these bugs I downloaded the TFS SDK and read through some samples, but they seem overly complicated. Can someone please post a very simple example in C# on how to create one work item Bug in TFS I can then take it from there. I need to be referencing Microsoft.TeamFoundation.Client and Microsoft.TeamFoundation.WorkItemTracking.Client correct Thanks, Ethan Thanks. Now I am getting this exception on the workItem.Save() line: TF26201: This work item has unsupported fields, or user does not have permissions. I am assuming that this h ...Show All

  • SQL Server Row Number Assigned Via RunningValue But Without Grouping

    I have a report where certain columns have values that get repeated, but the client has a rigid requirement for not wanting these columns as groups in the reports (other programs and exports doing specific tasks with those values). In these reports, the "hide duplicates" value is checked, so as to give an aesthetic sense of grouping. The data for the report, in raw form is: Value 1 A Value 1 B Value 1 C Value 2 D Value 2 E Value 2 F Value 3 G Value 3 H etc... In its aesthetic form, it is: Value 1 A B C Value 2 D E F Value 3 G ...Show All

  • SQL Server Truncation error when importing from ODBC to flat file

    I am having problems reading from and ODBC conncetion from Oracle RDB into SSIS. I am using a DataReader source which uses a ADO.NET odbc connection to an oracle RDB database. I am having that write to a flat file. When I read integers from the source, it works just fine. When I read character data (char(48) for example), it gives me trucation errors. Is the DataReader source capable of reading char data from an odbc connection Here is the errors I receive: SSIS package "Package.dtsx" starting. Information: 0x4004300A at Data Flow Task, DTS.Pipeline: Validation phase is beginning. Information: 0x4004300A at Data Flow Task, DTS.Pipeline: Validation phase is beginning. Information: 0x40043006 at Data Flow Task, DTS.P ...Show All

  • Internet Explorer Development Executing javascript uisng Response.Write() method doens't work properly as in IE6

    Hi, I use to open the modal dialog in Button_Click event. Dim objSelected As New Microsoft.Web.UI.WebControls.TreeNode objSelected = objTree.GetNodeFromIndex(objTree.SelectedNodeIndex) Dim NodeType As Integer = GetItemType(objSelected.NodeData) Select Case (NodeType) Case ITEM_TYPE.FILE 'open the EditFile.aspx LJscript.Text = "<script language='javascript'>" LJscript.Text += "window.showModalDialog('EditFile.aspx', window, 'dialogHeight:600px;dialogWidth:600px;center:Yes;help:No;resizable:No;status:No;toolbar:No;menubar:No;dialogLeft:300;dialogTop:300');" LJscript.Text += "</script>" Response.Write(LJscript.Text) Case Else 'open Ed ...Show All

  • SQL Server management studio does not work

    Hi, I get TITLE: Microsoft SQL Server Management Studio ------------------------------ Exception has been thrown by the target of an invocation. (SQLEditors) ------------------------------ ADDITIONAL INFORMATION: An error occurred creating the configuration section handler for system.data: Column 'InvariantName' is constrained to be unique. Value 'Microsoft.SqlServerCe.Client' is already present. (C:\Windows\Microsoft.NET\Framework\v2.0.50727\Config\machine.config line 128) (System.Configuration) ------------------------------ Column 'InvariantName' is constrained to be unique. Value 'Microsoft.SqlServerCe.Client' is already present. (System.Data) ------------------------------ BUTTONS: OK -------------------------- ...Show All

  • SQL Server WROX Code Problem

    Hi, I'm pretty new to SSRS and VB.NET and was hoping someone might be able to help me understand why the following code fails when the click event outlined below is fired. The line highlighted in Red is the problem area and when this is commented out the event executes successfully. I've also downloaded the C# version of the code from the WROX site and this also fails. The code snipet relates to the windows application "RenderingVB" in Chapter 12 of their Professional SQL Server 2005 Reporting Services book. I've tried the WROX forum but there isn't a great deal of activity. Any help would be much appreciated. Thanks Mike Private Sub btnGetParameters_Click( ByVal sender As System.Object, ByVal e As Sys ...Show All

  • SQL Server SQL Express XCopy deployment under Vista

    We are in the process of converting our MSDE-enabled products to using SQL Express for compatability with Vista . With help from the msdn article at http://msdn2.microsoft.com/en-us/library/ms165716.aspx I've been able to create a test install that works fine under XP, but fails under Vista . We have our application installing under the "Program Files" directory, and are copying the database's MDF file into the same directory. We are using AttachDbFileName to connect to the database and under XP the LDF file is created fine. Under Vista we receive an error that the database cannot be attached and I've noticed that the LDF file is not being created. I was receiving the exact same error under XP until I removed the LDF f ...Show All

  • Visual Studio 2008 (Pre-release) Possible Bug with absolute position & ScrollView

    I have a grid (g_big), hosted within a ScrollView. The grid has a child grid (g_small), positioned using its margin: g_small.Margin = new Thinkness(..); If GridView is resized so g_small is partly hidden, when I click on g_small it voluntary changes its absolute position. It looks like it tries to bring itself into the view. I wonder is that a bug or futures, in if former is true how do I fix it Thanks. Its not applicable just to textbox but to any interactive control which might get focus and it might be necessary to bring it in focus. ...Show All

  • SQL Server Troubleshoot Distributed Service Broker App

    Hi There Ok i have done the following on my target instance i have created an endpoint, xml schema, message types, contact, activation sp , queue and service. On the initiator i have created an endpoint, a route to the target service, same xml schema, same message types, same contact, queue and service. When i try test this by doing the following: SET @msg = CAST ( @body AS XML ) BEGIN DIALOG CONVERSATION @dialogHandle FROM SERVICE [http://ewx.co.za/DemoInitiatorService] TO SERVICE 'http://ewx.co.za/DemoService' ON CONTRACT [http://ewx.co.za/DemoContract] ; SEND ON CONVERSATION @dialogHandle MESSAGE TYPE [http://ewx.co.za/DemoMessage] ( @msg ); END CONV ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XACT audio sounds cutting out

    Hi all, I have a static class I'm using to play sounds loaded in the content pipeline through an xact audio project. In my game, several of the same sound can be played within a few milliseconds of each other. They're basically explosion sounds. Now when I hit more than three of these objects and they play their sound within a short space of time, the sounds cut each other out and sometimes don't play at all which is very poor. I'm not limiting instances in the audio project although I've tried every permutation of this I can think of anyway. I know about the garbage collection issue when using cue objects that aren't referenced etc. but I'm actually just using soundbank.playsound and not getting the cue object at all. ...Show All

  • Software Development for Windows Vista StartWorkflow() function - ss.RunWorkflow(wi.InstanceId) - Error

    hello, I am getting error in Controlling ASPNETWFPageFlow projrect which i download from samples. The default page working fine, When I click the Start button, I get error. NullException It is ocuring in the Module.cs --> StartWorkflow() --> ss.RunWorkflow(wi.InstanceId) please help me vijil bangalore Hi vijil, I am also trying to run the same sample.I can run the application successfully till page4.But after that i am also getting the error in module.cs in line no.175.The error is given below. Server Error in '/ASPNETWFPageFlow' Application. ...Show All

  • SharePoint Products and Technologies When BDC Webpart reports error, what log should we look at?

    Here's the message, what log is this referring to "An error occurred while retrieving data from aspnetdb_ExtranetInstance. Administrators, see the server log for more information." Okay, the Windows Event Log, server events. Other errors may surface in the WSS logs, but I didn't see anything of use there. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. A C++ version of the XNA Framework?

    Are there any plans for an unmanaged C++ version of the XNA Framework (along the same lines as the managed and unmanaged versions of the sample framework) pisiiki you should be able to use other .NET languages if your target platform is windows. Everything I've read so far from the MS guys in reference to the 360 indicates C# will be the only option (at least for now). ...Show All

©2008 Software Development Network