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

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

PinkFloyd11

Member List

dd1000
Nightlinerdev
Spyros
paveyard
Sameer Murudkar
Ri
Phil Smith 99
hgen_banks
radioman
Alexander Lowe
Mike Jay
lefty
meshman
jessj
Jason Brower
TheRolle
bostontech2
ehuanghai
auck
tphsu
Only Title

PinkFloyd11's Q&A profile

  • Visual C++ C++ interface assembly not visible in other .NET projects

    I created an interface assembly1 in VC++.net 2005 (debug configuration). By interface assembly I mean just 2 public interface classes within a namespace definition. The interfaces, methods and properties are marked public. Interfaces assembly1 references another interface assembly2 - with the same namespace wrapping its public interface definitons, methods and properties. Build them no problem. Now I add assembly1.dll as a reference in a VB.n ...Show All

  • Visual Studio Team System error 26204 during single server installation

    dear All, trouble during foudation server installation always got 26204 error. somebody can help me... tks! BR, To get single-server installation to work, you have to follow the order in the instructions to the letter. Rob Caron's blog post points out the importance of installing AD first, if it will be installed on the server machine. http://blogs.msdn.com/robcaron/archive/2005/04/21/410484.aspx The importance of following the direction ...Show All

  • Visual Basic Windows Positioning on distributed software

    I noticed that when I complie an application and distribute it to my fans (My Family :) That the windows display differently depending upon the screen resolution of the client computer. Is there a property besides the center property of the form that I can use to assure that the program will look the same on all computers. A third party add-on, or something I'm over looking in the property settings of the form. Thanks in advanc ...Show All

  • SQL Server Cannot connect to SQL2005

    Hi, This is the error I am getting - HELP A connection was successfully established with the server, but an error occured during the login process(provider: TCP Provider - error 0 an existing connection was forcibily closed by the remote host. (Microsoft SQL server error: 10054). I have checked the error code 10054 - at this link http://support.microsoft.com/default.aspx scid=kb;en-us;Q303120 it says it applies to SQL2000 Regards Sahil & ...Show All

  • SQL Server Failed to generate a user instance of SQL Server

    Hi, I have visual basic team 2005 beta that come with sql server express, and i am trying to connect to a database on my local computer. And i get this message "Failed to generate a user instance of SQL Server due to a failure instarting the process for the user instance. The connection will be closed". If u ever heard of the Northwind database it is the one i am trying to use I don't know much about how to configure server, but i ...Show All

  • Visual Studio 2008 (Pre-release) Properties can only be used once per set of triggers?

    hello, Is it right that you can only refer to a particular property in a set of triggers once, even if the values are different   I remember reading that if a trigger-property is defined twice then its the latter one that is used, but in the following snippet I would expect the first trigger to fire as the mouse enters the region and the second one to trigger as it leaves...        <Trigger Proper ...Show All

  • Smart Device Development Wireless, ODBC database Application on MicrosoftR Windows Mobile? 2003 Second Edition

    Hi, I am doing a new project on MicrosoftR Windows Mobile 2003 Second Edition. I am a new hand for developing a mobile application. This project is like: on a PC desktop, there is an ODBC database that has already existed for a long time. We are planning to develop an application for a Mobile device whose platform is MicrosoftR Windows Mobile 2003 Second Edition. In this application, I can click a button so that mobile device can be connec ...Show All

  • Windows Forms No Touch Deployment Referenced dll download problem on some workstations

    Hi, We have been using "No Touch Deployment" for one of our projects for about 2 years now. The application is currently running on about 50 clients with no problems . However, especially the new workstations, and some ( not ALL ) workstations with .net framework 2.0 installed are having problems downloading the referenced dll's. I have the project files in my web server (IIS 6.0 on W2K3), the virtual folder web.config file is ...Show All

  • .NET Development .Net 2.0 send email with multiple “To” recipients

    Hi, I know how to send emails in .Net 2.0, but I can not send one with multiple email recipients in the “to” field. If possible I would like to specify display names for all recipients in the “to” field but this is not required. I had the same problem, rather than change all of my code, I changed my main mail routine as follows. This works for me, let me know if you have any questions. Publ ...Show All

  • Visual Studio 2008 (Pre-release) Graphics Example Strictly C#

    Just looking for a simple c# example that adds even a simple shape to a canvas in WinFX application at runtime. I've been searching the forums and MSDN for the past couple of hours without a solid example of someone trying to create an app in strictly c# or any other .net language. I'm trying to code an app that doesn't have a specific amount of visual elements that are add at runtime, and i'm just trying to figure out if it's even possible. Tha ...Show All

  • Visual C# What differents are there in Element and Class in a CSS file?

    Could you tell me What differents there are in Element and Class in a CSS Such as "H1" and ".body" I Property window, sometimes display "Class" , and sometimes display "CssClass", what different Thank you!     BODY, P, LI, A, INPUT, H1, H2, H3 {font-family: verdana, arial; font-size: 0.9em} H1 {font-size: 1.3em} H2 {font-size: 1.2em} H3 {font-size: 1.1em} .wrapper {background-color: blue; color: white} .nav {background-color: ...Show All

  • Smart Device Development SqlConnection - How to connect?

    Windows CE 4.2\.NET Compact Framework 2.0\VS2005 beta2\SQL Server 2000 I try to connect to remote database via SqlConnection class: SqlConnection con = new SqlConnection ( "User ID=fabdulov;password=123654;server=serverdf;database=storage" ); con.Open(); When I launch it on my PC - it works. But when I try to launch it on Windows CE - exception throws: Error symbol1.exe SqlException at SqlConnection.OnError() at SqlInternalConnection.On ...Show All

  • Visual J# Does Visual J# supports Browser Helper Objects(BHO)

    Hi In our web application we want to access frames in HTA.But some reason ,HTA doesn t seems to load the application.So now we trying for BHO in VJ#.But we don t have a clear idea ,whether it is supported by vj# or not.If any body have idea in it ,revert with some examples. thanks praveen Hi Praveen, BHO is supported in VJ#. I have done a small example. Create a new VJ# classlibrary project ...Show All

  • Visual Studio Team System Failed to merge the code coverage result of dll

    Hi all, I run the same dll on two computers. When I try to merge the code coverage results of the two run, it always fails. All the results turn to be zero. Is there any way to solve this Thx Tracy Hi Tracy, Can you give us some details of the problem, e.g. the steps that you got into it Did you see any error message If yes, what is it Thanks, Christine Zhao ...Show All

  • .NET Development synchronization lock error

    Hello! I'm having a problem with using NetworkStream::BeginWrite() method. I've implemented a class CClient which contains a method SendMessage() which uses BeginWrite() method. The code is like this: void CClient::SendMessage(String^ message_) { //we convert the data from String to byte array: Monitor::Enter(sentData); sentData = Text::Encoding::ASCII->GetBytes(message_); Monitor::Exit(sentData); //we start wri ...Show All

©2008 Software Development Network

powered by phorum