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

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

Fluffy_ko

Member List

Sarge1
JJ-Blackbay
gremel62
Gordon Donald
jbatty
j_e_f_f
PablitoMil
dhomburg
Ambrose
Jester
pps
Luke Breuer
Branimir Giurov
D4Soft
Christa Carpentiere - MSFT
JaleelP
arvind_cv
Aurak
EvO99
redspider
Only Title

Fluffy_ko's Q&A profile

  • Smart Device Development connection string to MSDE database

    Hi, I'm developing smart device application in VB.NET. I couldn't make the connection with MSDE. I used the following connection string. myConnection = "server=10.0.0.8;Integrated Security=SSPI;User ID=sa;Initial Catalog=Example;Data Source=PPL\SQLSERVER;Trusted_Connection=yes;" MSDE is on the same machine where i'm developing my apps. & testing the result with emulator. (NOt using RDA or Replication).Simply using ADO.NET commands to select a table from MSDE engine. Please help me to solve this. I need it urgently. Note: 1) Windows apps working well with this connection string. Thank You.   ...Show All

  • Visual Studio Express Editions Where I can find link to download VS2005 Express?

    I tried to find link to download Visual Studio 2005 Express. I coulnt find it.. Where I can find link to download VS2005 Express Thanks There is no such thing. There are only the express editions, one per language and one for web development. I'm sure your google search found those. If you want an all in one IDE, you need to buy it. ...Show All

  • Visual Studio Team System "Currituck WITs" failure whilst trying to create a new project...

    I am getting a "Currituck WITs failed" when I try and create a new project, the exception has the following... System.Data.SqlClient.SqlException: Violation of PRIMARY KEY constraint 'PK__@members__24C087ED'. Cannot insert duplicate key in object 'dbo.@members'. The trouble is I can't seem to find which database or table this is refering too.  Anyone any idea Cheers Simon All fixed. i did a complete removal of everything and reinstalled.  Worked perfectly.  Thanks for your help. Cheers S ...Show All

  • Visual Studio Team System Relative paths for Deployment Items

    When trying to configure Deployment items for a Run Configuration it recognizes relative paths great as long as these paths are under the solution root. If those paths are outside the solution root then the relative path breaks. Why can we not use a path definition such as: "<Solution Directory>\..\Xml Files" If you put a path like "C:\Development\Product X\MySolution\..\XmlFiles" into Windows Explorer it correctly changes it to "C:\Development\Product X\Xml Files". Thanks. You can use relative paths on the attributes in source code, but it doesn't work for The runconfig options. If you could file ...Show All

  • Visual Studio MSBuild and BizTalk Projects: (VS2003 & BTS 2004)

    Has anyone used MSBuild successfully to build BizTalk 2004 projects which are written in VS2003 I got following error while building Biztalk 2006 (Beta2) project with VS2005 warning MSB4078: The project file "Hws1\Hws1.btproj" is not supported by MSBuild and cannot be built. Does MSBuild support building Biztalk projects ...Show All

  • SQL Server SSMS Login failure when trying to connect to SQL 2000 server using SQL authentication

    Hello all, Have a strange problem trying to get SQL Server Management Studio to connect to several SQL 2000 servers, all running with SQL Authentication. From SSMS, if I enter the server name, choose SQL Authentication and enter the username and password, the login fails with "Login failed for user 'validuser'. (Microsoft SQL Server, Error: 18456)". On the SQL 2000 server itself, the event log only shows the following when the login fails: 18456 :Login failed for user 'validuser'. Successful logins also contain the text "Connection: Non-Trusted". Using Enterprise Manager with the same server, username ...Show All

  • Windows Forms How to retrieve data from a datagrid?

    Hi, I had a datagrid populated with data. Whenever, I had selected a row, I would like to retrieve all the data from the selected record/row. Can anyone advise how to do it Thanks I am using datagridview and it is bind to a datasource. Please help ...Show All

  • SQL Server Dumb questions on attribute relationships and multiple hierachy relationships

      Hi, This is a couple of general questions about how to create robust attribute hierarchies. I'm sure the answera are somewhere on the MS web sites, but I can't find it. 1) How precisely does the inclusion of attribute relationships affect the design of aggregations and the resulting speed I'm led to believe that defining the attribute relationships will effectively force AS to use these hierarchies when creating aggregations, and so putting them in improves the speed. This seems to be the case - any known best practices 2) What do all the properties such as "Fully Optimised" for attributes mean 3) ...Show All

  • Visual Studio Team System Organizing Projects into Products or Customers or Releases?

    Hi! We're trying to figure out how to best organize our VSTS projects. We have 5 different product all sharing the same core. We have core releases every 3 month, and a product release about every 6 month.The core is developed together with the product, so before the start of a new core release, the "core" functionality from all released product are merged into the Core. In addition a product are usually sold together with some customitation. This is done through developing some "add-on" modules to the product. So these are the different approches we are thinking of: One project per product. One project for ...Show All

  • Visual C++ CSocket derived class throws exception on call to Create()

    I have a class (CArchSockListener) which is derived from CSocket. I'm using C++ in Visual Studio 2005 Team Suite, (release version, not beta). When my class was used directly from a dialog based app, I had no touble. I wanted to move the comms to a separate thread, so I derived a new thread class (CCommsThread) from CWinThread, and constructed my CSocket derived class in there using this code in CCommsThread::Run()... // Start the archive throughput listener m_pArchSockListener = new CArchSockListener (); // 1 m_pArchSockListener -> m_pParent = this ; // 2 m_pArchSockListener -> Create ( 61000 ); ...Show All

  • Visual C# What differences are there for the two keyword Deny Allow between in .htaccess file and in web.config file?

    What differences are there for the two keyword Deny Allow between in .htaccess file and in web.config file ===========.htaccess  1 ================== order allow,deny allow from all deny from 58.30.0. deny from 59.64. ====================================== ===========.htaccess  2 ================== order allow,deny deny from 58.30.0. deny from 59.64. allow from all ======================================   ************ web.config 1 ************ <configuration>     <system.web>         <authorization>          &nb ...Show All

  • Visual Basic Any way to trim all these IF statements?

    Hi, I'm a VB6 hobby programmer and I'm just getting in to VB2005. I installed the VB Express ed. last night. I'm writing a simple game and have run into a coding issue. I have 15 buttons on a form. As part of the game, you click the buttons to essentially move them around. After each click, I run a subroutine to check if the user has "won" the game. In order to check for a win condition, I check to make sure each of the 15 buttons are in the right location on the form. This has caused me to have an "if statement" mess of code. The way I wrote it is like this: Private Sub CheckWin() If ESX = 114 And ESY = 139 Then   ...Show All

  • Visual Studio Blue Screen when installing VS.NET 2005 Pro

    Hi all, I downloaded the VS.NET2005 Pro and SQL 2005 Dev Editions from the MSDN site and have been trying to install it on my IBM Think Pad for the last week. When installing at the point when the install says "Installing .Net Framework 2.0" I get a blue screen of death. This happens both for SQL 2005 and VS2005. I then tried to install just the .net 2.0 framework and get the BSOD. below are the dumps in my Event log (I have the actual .dmp files to) I have tried switching off my Windows Firewall etc as I found ONE post about someone having a similar problem but the issue was Zone alarm. But this did not even help. EVENTLOGS: (Please ...Show All

  • Visual C# Default Text property in User Control

    I've created new User Control inherited from Button and i set Text property value to " ", but when I place my control on a form it has Text equal to control name. How can I prevent changing Text property of my control Try this- public class ButtonEx : Button { string m_text; public string Text { get { return m_text; } set { m_text = value ; } } public ButtonEx() { base .Text = " " ; } } Hope this helps ...Show All

  • Smart Device Development Do any communication libraries exsist in the CF?

    Does any of the .NET TCP/IP classes exsist in the .NET Compact Framework (1 or 2) I want to mess around with some NNTP stuff (Where I was using a regular C# class for reference) and it uses these. Are there any networking protocals in the CF Thanks! Easiest is to add a reference to all the netcf assemblies and then let intellisense be your guide. I would not trust the documentation at this beta stage but it will have good clues (msdn library at msdn2). Also look at the Object Browser which in VS2005 has additional filtering. Cheers Daniel ...Show All

©2008 Software Development Network