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

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

Svenson21

Member List

Jesper
unionize
sagarmalik
Netra1980
Sn1p34
talin
haran14
Poidl
RobertWRW
awake
MohamadHamedi
Mike D Fox
JamieWP
Theron
Manish Mobile
juliam
Anonymous5643677
ChoclatB0y
Michael Coomer
Deepak Jain
Only Title

Svenson21's Q&A profile

  • Visual Studio Express Editions DataSet control

    Hello everyone I have problem with how to use DataSet control.... Also I do not see the DataSet control in my toolbox Can anybody help me how to add DataSet in my toolbox Thank you Hi, I just happen to watch a video on "Channel 9" where it showed this problem and how it works & why. It's done by Shamez Rajan. http://channel9.msdn.com/Showpost.aspx postid=138769 It’s close to the end of the show, but ...Show All

  • Visual Studio Team System Team Foundation Server availability

    Am I correct that the latest version available now is Beta 3 Is this what Microsoft supplies on that trial DVD that one can order from them If above is correct - when the release version be available If we start using Beta 3 now - will it be possible to upgrade to release version later How long will Beta 3 work Team Foundation Server Beta 3 Refresh is the version that is currently available. Team Foundat ...Show All

  • Visual Studio 2008 (Pre-release) Solution for /TemplatedParent/TemplatedParent?

    Is there a known solution for converting RelativeSource=/TemplatedParent/TemplatedParent from pre-Feb CTP builds The new RelativeSource element does not seem to have a direct equivalent. This question seems to have been asked but no answer has been posted that I could locate. Hi Michael, Try that: < Button Width = " 400 " Height = " 200 " > < Button.Template > < ControlTemplate > &l ...Show All

  • Visual Basic FORMATTED Read and Write

    I used to code in FORTRAN and I'm exploring the Visual Basic programing. I'm clueless about Visual Basic Read/Write procedures. Let's say a file named "input" consisting of 6 lines and structured as shown below: (the contents of "input" file are shown between the two single dash lines) ---------------------------------------------------------------------------- Title line             ...Show All

  • Visual C++ Rebuild using shared precompiled headers doesn't work

    To combat a long build time, I consolidated common headers across 20+ projects into a single precompiled header, to be shared.  The pch file is generated from a separate project (pch.vcproj with stdafx.cpp/h), and it works with clean builds and incremental builds (from editing one of the files belonging to the 20+ projects), but I get compile errors when I choose Rebuild.  Before presuming a bug, I'd like to ask the forum for he ...Show All

  • Visual C++ C++/CLI Interoperability Issue

    When you create a project (class library) type of C++/CLI, the compiler changes all of the int/double, ... to Value type. for example consider this (a method in a class):     public: void MVTSetup([Out]array<double>^ %nus,                 [Out]int^ %Sumnu,    [Out]array<double, 2>^ %Tds, [Out]int^ %Hp, [Out]array<double>^ %Q3range, [Out]ar ...Show All

  • Visual Studio Team System Error when i create a Team Project

    This is my error. Error Insufficient permissions on the Windows SharePoint Services at svrtimoviltec to create a new site. Explanation The permissions granted your user name and ID on the Windows SharePoint Services at svrtimoviltec do not allow you create a new portal site. You must be granted specific root permission by the server administrator. User Action Contact the administrator for the Windows SharePoint Services at svrtimo ...Show All

  • Visual FoxPro Remove file acces

    Situation: A program written in FoxPro tries to find a file on a remote computer. It does find it. Then a new file as added to that folder on the server. The client is trying to find the new file, but an error "File access is denied" is generated. The same file is being read from the server without problem. Any ideas "Does't find it". In your original message error was "Access is denied". I'm confused. Newly cre ...Show All

  • Smart Device Development Establishing a Direct Database Connection

    Can I establish a direct database connection with .NET CF Is this possible with Pocket PC/.NET CF   For example is there a System.Data.OracleClient that supports .NET CF Thanks again, Jeff. Thanks so much for your advice. I was kind of thinking that was the answer. I will install VS 2005 since I still have the subscription to get it. There are 3rd party apps out there to connect to the device and SQL CE 2.0. Some of them are very goo ...Show All

  • Software Development for Windows Vista Beta 2.2 hosted State Machine Workflow - runtime keeps disappearing

    I have a state machine workflow hosted in ASP.NET 2.0. I start the runtime in global.asax, as follows: string trackingConnectionString = ConfigurationManager .ConnectionStrings[ "TrackingConnectionString" ].ConnectionString; System.Workflow.Runtime. WorkflowRuntime workflowRuntime = new System.Workflow.Runtime. WorkflowRuntime (); workflowRuntime.AddService( new System.Workflow.Runtime.Tracking. SqlTrackingService (trac ...Show All

  • .NET Development Update record and change value from integer to dbnull

    i am updating a record and changing a value from 5 and would like to change it to be blank (dbnull).  When i attempt to do this now it spits back an error message.  What is the proper proceedure for entering dbnull into a field. ps. i am using vs 2k5 and an access 2k3 db.   rbreidenstein wrote: i am updating a record and changing a value from 5 and would like to change it to be blank (dbnu ...Show All

  • Visual C# enum Property

    hi ppl, i have a custom control, and i need a property that have multiple options, its a property that sets the status of the control, and i need to have the next properties: Active Inactive Off and i thought i could get this with an enum , but i dont get a clue of how to make a property that handles more than 2 options... am i right can some 1 give me some code pls mig16 I don't understand your problem with & ...Show All

  • SQL Server Error in X-Path Query

      I am new to XML in SQL Server and X-Path Query Recently I have done the following virtual lab in techNet site SQL Server 2005 XML Capabilities The following query is worked fine in the lab SELECT TOP 10 Demographics . query ( 'declare default element namespace= "http://schemas.microsoft.com/sqlserver/2004/07/adventure-works/IndividualSurvey" /IndividualSurvey/YearlyIncome' ) FROM Sales . Individual But later ...Show All

  • .NET Development How can I add a please wait page while doing heavy db transactions

    I have a page that the client hits the run test button and there is an intense amount of stored procedures that run - I want to be able to redirect or display an ani gif that say's please wait with a moving hour glass so they don't keep hitting the run test button and they know something is happening - I looked around the web but couldn't find any working code... Anyone that can help would be a blessing... thanks rich ...Show All

  • Visual Studio Team System multiple workspace mapping error?

    I created a basic workspace <servername>: $/ -> c:\files\src I then created a second temporary workspace VSTS_TEST: $/ -> %TEMP%\test But when I view the new workspace in Source Control Explorer, it seems to be a combination of the workspaces!  If I checkout all files (* /recursive) for this 2nd workspace, it checks out all the files in both workspaces   This definitely seems wrong to me (the only mapping displaye ...Show All

©2008 Software Development Network

powered by phorum