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

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

phil_t50

Member List

BruceWang.Korea
digitalnetbizz
Derik Whittaker
Tim Greenwood
Peter Vrenken
Eric Landes
Salman and Tahir
jirkan
Zalkalway
mihail
sd_dolphins
Steven Black
chsk
Protean
VectorR3
rhfritz
sequeled
BhavinG
Satish Chandran
MWade_MS
Only Title

phil_t50's Q&A profile

  • Windows Forms Error in Bootstrapper of MSDE

    Hi, When I start Bootstrapper of MSDE it tells me that I have to Setup projects and doesn't continue. I need more than one Setup project becouse All Setup project have another configuration of the same code. So how can I solve it --------- Before when I used only on Setup project I started MSDE bootstrapper and get that I don't have SQL Server. But I have SQL Server on my PC and I don't want to install MSDE. How can I solve it --------- May be I can get another solution for bootstrapper with MSDE, .NET Framework and my application Thank's Alexei Hi, I am using MSDE. I have solve my problem by use only one setup project in the ...Show All

  • Visual Studio Team System Where is VSTS Beta 3 VPC?

    Eric Jarvi posted in his blog, http://blogs.msdn.com/ejarvi/archive/2005/10/20/483271.aspx "In yesterday's tech chat there was a question about when a customer ready VPC for Beta 3 will become available.  I just now got the notice that after burning the midnight oil, the work is done, it's just been dropped to an internal share, with the promise of being available to MSDN subscribers shortly.     Update:  Should show up Friday or Monday at the latest." It's now Tuesday. I checked the MSDN Subscriber downloads (for my Universal account) and could not find this. If it is available, can you please tell me where ...Show All

  • Visual Studio Crystal Reports v Access Reports

    Can anyone help I have developed a large and complex Access database that uses dozens of reports. Some of them are very complex, involving sub-sub-sub reports and using lots of Access tricks to make things appear as they are meant to appear. I want to rewrite the application in VS.net 2005 but have never used Crystal Reports before. Will I be able to do everything that I did before In other words, is the functionality of the reporting as rich as the latest Access reporting Hello, Crystal Reports does not support having sub reports in sub reports or nested sub reports.  Most of the times though we can get around this by repor ...Show All

  • Visual Studio .net with ms interactive designer error

    first of all apologies if this is not the correct forum but i could not see any eid forums and its a .net issue when i run a project test in eid i get the following error: could not locate the .net framework sdk. the task is looking for the path to the .net framework sdk at the location specified in the sdkinstallrootv2.0 value of the registry key hkey_local_machine\software\microsoft\.netframework. you may be able to solve the problem by doing one of the following 1.) install the .net framework sdk 2.) manually set the above registry key to the correct location it then does a successful build. i have the .net framework s ...Show All

  • Visual Studio Express Editions Delete a textline containing a certain string from a text file .

    hello I am new to vb and i cant not seem to solve this problem .What i am tring to do is very simple . I have a simple form with a textbox and a button , i use it to add a line of code into a textfile. This works just fine . My problem is that i want to create a simple form that will delete a line that contains a certain string . i do not want to delete the whole file just a certain string . here is the code i use to add a line to the text file : Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click My .Computer.FileSystem.WriteAllText( "c:\te ...Show All

  • SQL Server Detect installed version?

    Today I installed SQL Server 2005 developer edition on a test server. Afterwards I also installed the SP1. During the installation of SP1, the installation program said the server should be restarted afterwards, which I did. Now when I look at the Add/Remove Programs dialog I have several items which mention SP1 on the SQL Server items. But when I request the server properties in Managemnt Studio I see the version number 9.0.2047. Shouldn't this be 9.1.XXXX How can I be sure the SP1 is correcty insatlled Stievie If you look on the download page under the Quick Details, the version number is listed as 9.00. ...Show All

  • Visual Studio Team System Changing the default checkin action from 'Resolve' to 'Associate'

    Does anybody know how I can change the default checkin action from 'Resolve' to 'Associate' for tasks   I've been looking through the process templates and I am either blind or it's not there. Our development team is complaining that they want to make multiple checkins for the same work item but they are resolving issues with the first checkin instead of just associating...     You can remove the "Resolve" action, if you do not want to have users manually pick the "Associate" action (the second in the list). For this, you will need to edit the Task workitemtype. The ...Show All

  • Visual Studio Express Editions Unexpected end of file problem

    Im reading a tutorial at cplusplus.com and Ive got this code: #include <iostream> using namespace std; int main() { cout << "Hello world!"; return 0; } And so I go to build and then build solution because im pretty sure thats what you have to do before compiling and I got this: ------ Build started: Project: example2, Configuration: Debug Win32 ------ Compiling... example2.cpp .\example2.cpp(8) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source Build log was saved at "file://c:\Documents and Settings\Zac ...Show All

  • .NET Development System.InvalidOperationException: Internal .Net Framework Data Provider error 4.

    I'm using Visual Studio 2005 Beta 2 and System.Transactions, and I intermittently get the following exception: System.InvalidOperationException: Internal .Net Framework Data Provider error 4.    at System.Data.ProviderBase.DbConnectionInternal.PostPop(Object newOwner)    at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)    at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)    at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)    at Syst ...Show All

  • Visual Studio 2008 (Pre-release) Querying protection capabilities on the server?

    In my service host I have two endpoints for the same contract: a secured one and an unsecured one. Clients may connect to either. However there will be server side configuration for the clients that specifies whether a client should use a secured or unsecured connection. Hence I need some simple negotiation to check which endpoint the client came in on and tell it to reconnect to an alternate endpoint if necessary if it used the wrong one. To do this I need a way in the contract implementation to perform this binding inspection. I have figured out how to perform an address comparison, but I would rather not. I would like to keep the endpoint ...Show All

  • Visual Studio Team System Proxy only connection

    Is it possible to connect Visual Studio to a Team Foundation Server Proxy only We are planning a setup where the TFS will not be accessible by Team Explorer but only from the proxy. Thanks You can not connect Visual Studio to a Team Foundation Server proxy directly. Proxies are public so it can be accessed by any application. I don't think there is a way you can prevent people to connect to a Team Foundation Server through TE but yet have them able to access it through proxy. I am just curious to know why you want to prevent connection through VS TE but allow it through Proxy. Is it because you want them ...Show All

  • Windows Forms Form Designer and negative coordinates

    I have found that if controls such as panels or buttons are given negative location coordinates, on the next load, desinger will convert them to their abs values.  Why does designer do this, and is there a workaround In VS .NET 2003 (C++): - In designer, create a panel w/ location '-3, -3'. - Save the form. - Close the form. - Double ...Show All

  • SQL Server SQL express on pc / svr questions

    I have a few questions about SQL express. Will SQL express make my workstation (regular PC on network) act as a server Or does it just allow VB express / Web Developer Express to write code that will work on an actual My SQL server The goal is to make a simple DB that will then be used on a website on a live server which has My SQL on it. I don't need SQL express on that server also do I MY knowledge about SQL is next to null. Thanks Hi, the name SQL Server (Express) implies that it can be used to serve all clients (as a server) The service is running the same way (listening to a port on TCP or ev ...Show All

  • .NET Development .net 2.0 application not loading any form/screens

    I have a .net 2.0 application that runs fine on my development machine. I have successfully created a setup project and built the file. i have successfully installed the application on another machine and ensure ALL pre-reqs and requirements (framework, mysql etc) are also installed and running. When I load the exe, the task manager clearly shows the application process is running but the UI doesn't display, I don't get the startup form (or any form) displayed. Without looking at task manager you wouldn't think the application was running. There are no error messages. Can anyone help If you ...Show All

  • Windows Forms EnableVisualStyles and NotifyIcon bug

    When Windows XP visual styles are enabled, if you use ShowDialog() on a form in response to an event raised by clicking on a NotifyIcon or a popup menu from a NotifyIcon, you get a SEHException when the form is closed. Has anyone else noticed this  If so, how do you work around it Ok, the images are now an embedded resource  ...Show All

©2008 Software Development Network