Kejpa's Q&A profile
Visual Studio 2008 (Pre-release) Item lookup
I noticed most example, just iterate over the results of a LINQ: int [] numbers = new int [] { 5, 4, 1, 3, 9, 8, 6, 7, 2, 0 }; var lowNumbers = from n in numbers where n <= 3 select n; foreach ( int n in lowNumbers) ...Show All
Visual C# Intermediate programer
I was wondering if anyone knows of a site to help transition beginer programers into the more intermediate programing level Although there are some good comments in this thread and some great books mentioned, it's difficult to answer without a solid understanding of your skills. In my experience, the best way to advance your software development skills is to find a good mentor who can talk with you, look at your work, and help you focus o ...Show All
Visual Studio Installing Visual Studio 2005 on Windows Vista
I am attempting to install Vistual Studio 2005 on Windows Vista Beta 1.. I receive an error during the installation of the .NET framework. Has anyone else seen this error More details: When I attempt to Install Visual Studio 2005 Release Candidate on Windows Vista Beta 2 (build 5219).... I receive the following error. [09/20/05,09:00:54] Microsoft .NET Framework 2.0: [2] Error code 1603 for this component means "Fata ...Show All
Visual Studio msbuild publish not copying application1.exe.config.deploy
I am running the command "msbuild target /t:publish" and msbuild is not copying my application1.exe.config.deploy to the '\bin\debug\application1.publish\' directory. This is causing an error when I use clickonce since it cannot find this file. Any ideas This work fine when I do the publish from within the IDE. ...Show All
SQL Server Expression Problem - GrandTotal
In my SSRS 2005 report I have a column in my table that I cannot get a SUM in my table footer (I'm not referring to report footer!!) due to the way it is calculated. Here's the low down: I will focus just on the columns in my table unique to this problem. Remember, I'm using a Table Control in SSRS 2005, not just a Body section!!! In my table I have: Commission % &nb ...Show All
Visual Studio Express Editions FileDialog question
Hi As if I don't have enough problems! I copied the routine below from the help system into my code. Straight away, then item DialogResult complained that : 'Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated' Is there something there that I should be doing to correct this error This is an unaltered copy from the help system. Private Sub butto ...Show All
Visual Studio Team System File is Exclusilvely Checked out by another user -----HELP
Hi, How do I find out who is this user. All the users I know have nothing in their Pending Checking windows. It looks like the entire project has been checked out by this "Someone" thanks There are a couple way to do this; first inside of VS: View the Source Control Explorer (View | Other Windows | Version Control Explorer); then you should be able to browse to the location in the repository you are interested i ...Show All
Visual Studio Express Editions menu for Win32 native deployment
So what I've found out, mfc cannot be used in Express Beta 2. Windows Forms Designer makes a wonderful app., but is only .NET Can any of the other Express Beta products allow me to make a simple menu that can be deployed natively without the .NET framework I read somewhere else that Visual Express Beta 2 cannot do anything except .NET Is this true or can I make my menu with that MichaelChes ...Show All
Visual Studio Express Editions Creating a Windows.Forms - Project without an installer, just an executable file
Hi folks, I created a project with some Windows.Forms. Now I want to use this application. When I publish the project all works fine but I don’t want to install the application, I just want a executable file. How can I create an executable file I did not find any options in the publish-dialogue I could manipulate or something like this. You should find the executable in your project folder in the bin\Release folder or the bi ...Show All
SQL Server sql server express loses ability to write to database
After a period of use (typically 1-2 hours), an application using SQL Server Express stops writing to the database, whilst still continuing to read from it. As far as I can tell, no error message is generated by any operation. The application is written in VB Express and is executed on several machines, with SQL Server Express on a central machine. Re-starting the application on the affected machine restores normal operation. The problem ...Show All
Smart Device Development How to subclass a combobox?
Dear guys: In my ppc project ,I need to replace the dropdown list in combo box with a tree control,for the pocket pc doesn't support the ownerdraw property,what should I do Thanks! If you can't owner draw, then you can't place an image in a textbox. Do you want an i ...Show All
Visual Studio Team System Migrate Code Analysis Policy Settings fails when one of the projects in the solution is checked out by someone else
This is the case: A Solution with 4+ projects One of the projects is checked out exclusively by other person When I select the Migrate Codea Analysis... option on the solution I get this message: 'An error or user cancellation occurred during checkout. Some files may not have been checked out. (File is exclusively checked out by another user.)' Then I click OK and I get this: 'Microsoft Visual Studio has encountered a problem ...Show All
Visual Studio 2008 (Pre-release) Problem DownLoad File
The scenario is: A Host Service communicate directly with a client without ServiceSite in IIS. I want to download a file from Server to a Client. If the size file is more than 60kb the host service generate this error: {System.ServiceModel.CommunicationException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.Net.WebException: The underlying connection was closed: An unexpected error o ...Show All
Windows Forms search and display results within a data grid
Hi, Wondering if someone can help, have form, data grid, dataadapter and dataset in place, can update, amend,fill,view etc from datagrid. However I can't figure out how to search one column, from underlying table, and return results either on screen or to a printable output, Any advise or assistance would be greatly appreciated, Thanks, Clint Actually, I believe I'm looking for something like a SQL ...Show All
SQL Server will SQL and windows authetication applied during setup has other implications?
I choose SQL and windows authetication during SQL Express 2005 install. Will this has any impact on the connection string in my Visual Studio 2005 environment The setup during installation only predefines what you *can* use. If you chosse mixed authentication, like you stated above, this should be no problem, you can use WIndows authentication which would be (...)Integrated Authentication=true(...) or SQL Serv ...Show All
