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

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

lms07424

Member List

AlucardHellSing
syhzaidi
ares_l
F.Sor
Beerwolf
Shan McArthur
Suneel VLN
VSChallenged
C Fandango
Rei Miyasaka
Nasir_khan_persistent
andyhull
Tibia Rules
efriese
K-2
Jerod Moemeka
natetrost
sirmmo
Corinna Vinschen
Darren Mombourquette
Only Title

lms07424's Q&A profile

  • Visual C# XML newbie

    I am trying to read all the values under Genre_Country and Genre_Funk. To loop thru each genre...and get the Title and url. Driving me nuts.... < Radio > < Genre_Country > Country </ Genre_Country > < Title > .977 The Kickin' Country Channel </ Title > < url > http://64.236.34.4:80/stream/1075 </ url > < Title > 1.FM - Country </ Title > < url > http://64.62.194.11:8020 </ url > < Title > .977 The Kickin' Country Channel </ Title > < url > http://205.188.215.230:8000 </ url > < ...Show All

  • SQL Server SQL Express Advanced Licence Question

    HI there, probably an old common question. Installing the Advanced SQL Express version for use at work. Does it require a licence or licences or is free Any answer much appreciated. Thanks Rick Hi Rick, It's Free. We do ask that people who plan on deploying SQL Express as part of an application sign the redistribution agreement , but there is no charge for deployment. Mike ...Show All

  • SQL Server Reporting Services setup and problems

    I have posted this to the general SQL Server group but without any response. I have also searched all of the forums and have not found an answer. For some reason all of a sudden, my Reporting Services is failing with this message when trying to connect: TITLE: Connect to Server ------------------------------ Cannot connect to UKCINT\UKCAZOSQL. ------------------------------ ADDITIONAL INFORMATION: Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'. The request failed with the error message: -- <html> <head> <title> SQL Server Reporting Services </title><meta name="Generator" content="Microsoft SQL Server Reporting Services 9.00.1399.00" /&g ...Show All

  • Windows Forms Bound a control to a datasource when the control is the editing control of a column in a datagridview

    How to bound a control to a datasource when the control is the editing control of a column in a datagridview Help please This is achieved when using a dgvcombobox, whereby the combobox is a source of values, when selecting your column type, choose datagridviewcomboboxcolumn, it has the properties to connect to datasource, etc. , or else to have other types of columns bounded is beyond my knowledge, not available as far i know, so basically you can have multiple columns whose sources are different while all be bouded to one source, so basically it works the same way as a details view, - To achieve this, your dgv should first be bounded to a source, then right click on the dgv, edit columns, and select a column, change th ...Show All

  • .NET Development Trusted_Connection Problem with VS2005

    I'm sure this is a known problem, but I can't seem to find the fix. My VS2005 app connects to the SQL Server database through web services. If I connect with a connection string that uses userid and password, no problem. But, if I change that to use a Trusted_Connection instead, it won't work. This worked fine when the app was compiled under VS2003, but has not since migrating it to VS2005. Is there some setting I need to tweak somewhere In IIS maybe TIA, Someone must know what I need to do I'm sure I'm not the only one using Trusted_Connection in my Connection String to connect to SQL through Web Services ! ! ...Show All

  • Visual Studio 2008 (Pre-release) Styling Brushes

    It appears that there is no way to apply a style to a Brush (such as SolidColorBrush) -- the style property is seemingly non-existant. Is there any reason/workaround for this Thanks! Sure, I would like to be able to say something like this: < Style TargetType = " {x:Type Brush} " > < Setter Property = " Opacity " Value = " 0.5 " /> </ Style > In my case, I will be applying a brush to a Rectangle's Fill property. I am generating a brush color (through custom logic) in my code behind and setting a number of rectangles' fills that way. The end result may be the equivalent (code-behind) code of a SolidColorBrush such as: < Rectan ...Show All

  • Visual Studio Working with MS-SCC API implementation and MS-Access

    Hi All, We have implemented MS-SCC API 1.3. I am testing this with all Microsoft IDEs VC6, VB6, VS03, VS05, MS-Accesss etc. While working with MS-Access, I am able to add an access database (containing different type of objects - tables, queries, forms, macros, modules etc) to the SCM. But when I try to create database from by using our source repository for other user, only tables get added to the database, not other objects like forms, modules. The other user has to execute "Get Latest Version" command for by selecting "All" from "Object Type", to populate other objects. While creating database, SccPopulateList() function get called. In this function we are checking out all object files in local file system ...Show All

  • Visual Studio Express Editions Install Error - "Encountered a problem"

    What is wrong with the Visual Basic Install It does not even begin the installer. I get the message "Encountered a problem..", click "OK", and it is done. The message seems to come as the installer gathers files and performs system checks. I do have MS Office installed, and I am running XP pro SP2. I am doing a manual installation from a CD. I tried to install Visual C just to see if there is something else I need to do prior to install. The installer runs with Visual C, Express Server and every other package. VB just does not want to go. Thanks ahead of time for any help. Rudy. What do you mean with joliet image Is this a setting in the burning software Did you download the iso or img file Pleas ...Show All

  • .NET Development Access to path denied error - windows forms - vs2005

    Hello, We just migrated to VS 2005 and after that every time i get the latest version from the Visual Source Safe, i am unable to compile my solution and get the following error on some files and dlls. Error 14 Cannot write to the output file "obj\Debug\UI.frmCustomCriteria.resources". Access to the path 'D:\URSA\Project Root\UI\obj\Debug\UI.frmCustomCriteria.resources' is denied. Any help on this issue will be greatly appreciated. Thanks. ...Show All

  • .NET Development What is the 3.0 runtime going to look like?

    I'm looking at (and have installed) the RC1 of .NET 3.0 and it seems empty. Are LINQ, ADO.NET Entities, WCF, etc.. all shipping as individual libraries / downloads or is this just how it is for pre-release so each project can release betas as needed I've been looking around for a good explanation of "what versions of everything to download" and I haven't been able to find anything. Right now I can't seem to build ADO.NET Entity projects that use LINQ because of version dependency problems, and there seems to be a project-type in Visual Studio for each library I plan to use. What do I pick if I want to use multiple libraries I can understand keeping everything seperate during development but I would have expect ...Show All

  • Visual Studio Tools for Office Deploying TaskPane for Excel 12

    Hi together I've created a new Workbook- Project with a TaskPane for Excel 2007 b2. When i run it from the Visual Studio the Excel startup with my TaskPane. Now my Problem: I need to know how to deploy the Projekt in a "distributed fashion". => Run the Worksheet with my TaskPane standalone on a PC without VS. How can i do it My System- Settings: VS2005 /.net2.0 VSTOv3 Office 2007 b2 Thanks for any idea Borowski No, because there's no run-time for VSTO v3. I know for a fact that things are going to change in the next public builds of both Office 2007 and VSTO v3, so I can't imagine why you need to distribute your current solution "as fast as possible". Neither one of the current bu ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Screen align quad on xbox360

    this work fine on windows bu does not work on xbox360 code: public class QuadMesh { public VertexBuffer MyVertexScreenQuad; public VertexDeclaration MyVertexDeclaration; public void CreateScreenQuad( CreateSettings Evo) { EvoPositionTexture [] Quad = new EvoPositionTexture [4]; Quad[0].Position = new Vector4 (0, 0, 1f, 1f); Quad[0].Texture1 = new Vector2 (1, 1); Quad[1].Position = new Vector4 (Evo.ScreenWidth, 0, 1f, 1f); Quad[1].Texture1 = new Vector2 (0, 1); Quad[2].Position = new Vector4 (0, Evo.ScreenHeight, 1f, 1f); Quad[2].Texture1 = new Vector2 (0, 0); Quad[3].Position = new Vector4 (Evo.ScreenWidth, Evo.ScreenHeight, 1f, 1f); Qua ...Show All

  • Software Development for Windows Vista custom sql persistence

    What I'm basically doing is deriving from the SqlWorkflowPersistenceService: public class SqlWorkflowStepPersistenceService : SqlWorkflowPersistenceService { protected override System.Workflow.ComponentModel.Activity LoadWorkflowInstanceState(Guid id)         {             Guid StepID;             byte[] State;             if (RetreiveNextStepData(id, out StepID, out State))                 return WorkflowPersistenceService.RestoreFromDefaultSerializedForm(State, null); ...Show All

  • Visual C# Using an OLE object without having the TLB

    I have a 3rd party EXE that exposes some OLE functionality, but no TLB. In VB I can access it with: Dim MW as Object, MyStr as String Set MW = GetObject(,"MixW.Application") MyStr = MW.Mode ... etc. It works similarly in Delphi using type OleVariant for the object type. So far I have not been able to do the equivalent in C#. How can I access the COM object in C# without the type-library Any suggestions or ideas would be appreciated. If this can't be done, that's enough to rule out C# for most of my work. You'll need to use the TLBIMP.EXE utility to convert the type definitions to a CLR equivalent. If you don't have the tlb, you can use the executable as the 'tblfile' ...Show All

  • Visual C# Writing individual characters to a string

    Hi, I'm very new to C# so I'm getting slightly frustrated with its concept of making things read only when I think they are clearly not. Basically the routine below is part of a simple encryption system that takes a text string and turns it into another string using a mathematical formula on the ascii value of the character and this can then be reversed by another routine. Its just a test routine that I'm converting from delphi. Take the following code: using System; using System.Collections.Generic; using System.Text; namespace TestEncrypt { class Program { static void Main( string [] args) { try { encdec test1 = new encdec (); string test = encdec .EncryptString( & ...Show All

©2008 Software Development Network