Zep--'s Q&A profile
Visual Studio Differences in IDE and MSBuild for Web Project
Hi, I've got a wierd one. I've got a Solution that contains a Web project and a DLL project. The web project references the DLL project and The DLL project references 3 thirdparty dlls. When I build from the IDE, The build copies all the dlls from the DLL's output (my dll and the three thirdparty dlls.) However, when I build from msbuild, It neglects to copy one of the dlls. It is always neglects the same dll and it never gets copied. I've tried ...Show All
.NET Development SQL Data Adapter Configuration Wizard not making UPDATE command
I am trying to make a SQLDataAdapter connecting to a VIEW (not a table), which was constructed from several tables. All tables related to this VIEW have primary key columns which were linked together through relationship in diagram. In Visual Studio, the Data Adapter Configuration Wizard went through fine making SELECT and INSERT command but failed to make UPDATE and DELETE command. I chose 'Create new stored procedure' option i ...Show All
Visual Basic Getting A Form To Read HTML Files
I would like to know what code to enter into a button to make it read a .html or .htm, and display its contents in the form, thanks. Public Class Form1 Friend WithEvents WB As New WebBrowser Private Sub Form1_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load & ...Show All
Visual Studio Express Editions Mdi forms title in toolbar!
Hey, im trying to make a Mdi form with a toolbar, and if a new subform is opened, there must be a button added to A tool container, so you easly can switch from maximized screens. Im trying an hour now and still dont get this to work. I hope someone would like to help me :) Thanks Chris This is what I did as a sample to implement this. It is missing the removal of the form when it closes. I added a new form to my project, added a Too ...Show All
Visual Studio Team System IOExceptions
As I increase the load in my load test, I see an increasing number of IOExceptions. Message: "Unable to read data from the transport connection. An existing connection was forcibly closed by the remote host." Error stack trace:' at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult) at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)". I see more of these with % new users = 100, fewer with % new u ...Show All
Software Development for Windows Vista Could you tell me when will the windows workflow foundation official edition publish
Could you tell me when will the windows workflow foundation official edition publish The latest info on the release date can be found here . ...Show All
Visual C# Change label text during run ?
I have several labels on my form and I am able to change the text in each one when the situation arises. For instance the user is able to select an input text file using the Open File Dialog and when they press the OK button, the file path selected will display in a label. However, when the application starts to process the file, I want the record count to display in a label that resides in a Group Box located at the bottom of the form. ...Show All
Visual Studio Team System "The request failed with HTTP status 503: service unavailable"
I have installed Team Foundation Server and successfully working with Team Projects. But suddenly one day "The request failed with HTTP status 503: service unavailable" message displayed when i was trying to connect to the Team Foundation Server. All services are running. But I don't know why this problem occured suddenly. Anyone can help me. Thank You I can access from client the service. http://<server-name>:808 ...Show All
Visual Studio Express Editions File I/O with records
Hello, I'm brand new to VB2005 and the .net environment so i'd appreciate a little help. I made a simple database program in VB6 and i would like to use the same data for a program that i'm building in 2005 express. It's a simple text file with records that is split by delimiters. Example: "FirstName","SecondName",Age,"AddressLine1".... Since i used the Write command when creating the data it used quotes ...Show All
SQL Server Data Source From Informix
Hi, I setup Informix driver 2.81 TC3. In my project, I create a data source by IBM Informix OLE DB. And the test connection is success. But I create a data source view, there is an error message as follow: TITLE: Microsoft Visual Studio ------------------------------ IErrorInfo.GetDescription failed with -2147024769(0x8007007F). IErrorInfo.GetDescription failed with -2147024769(0x8007007F). ------------------------------ I have no idea where ...Show All
Smart Device Development MoveFile() on SD-Card
Hi all, Can someone tell me if the function MoveFile(src, dest) works with paths that pointed on a SD-Card Example: srcpath = \SD-Card\Test\file.txt destpath = \SD-Card\Test\file2.txt MoveFile( srcpath , destpath ); DWORD error = GetLastError(); error is 3 which means "The system cannot find the path specified." Regards, Karin Mine is called "SD Card", w ...Show All
.NET Development DataChanged
Is there some simple way to know when the user has changed data I'm useing bound controls and would like to activate some sort of Save button that flags the user they need to save their data back to the database. The form has many data databinding and tableadapters. IE master->detail->detal->detail (ya 4 sub levels of detail shown) I can easily make a single save button to save date all the way down the tree bu ...Show All
Visual Studio 2008 (Pre-release) Go live for LINQ/DLINQ before Orcas?
There seems to be a lot of activity on this forum and it has me wondering...are all these questions coming from applications that aren't going to launch until after Orcas ships OR is it "OK" to create apps today that are targetting .NET 2.0 using LINQ/DLINQ :) Is there any chance there will be a Go Live license for LINQ/DLINQ before Orcas ships Whats the latest on when Orcas is expected to ship Basi ...Show All
Visual Studio Express Editions Flash in C#
Hi, I would like to know how can I put Flash Animations into a C# application , and the other problem is the I have to have the Flash Player for play the animation in the C# application Thanks Well, it looks like I just had to build the project before using the COM object. Now it works perfectly...10x for the suggestions thou ...Show All
Visual C# How do i retrive out the SelectedItem value ?
Hi guys i got an annoying problem ..i am developing on windows.form. and i got a listbox which has the following settings myListBox.DataSource = myDataTbl; myListBox.DisplayValue = "Name"; myListBox.ValueMember = "CarNumber"; How do i retrive out the displayValue give that my table has the following entries Wilson,FNN635 Jason,FGG 911 i want to extract Wilson and Jason ... Hi, To retrieve on what is being displayed you can do this: ...Show All
