Jereck's Q&A profile
Visual Studio 2008 (Pre-release) Open TCP Channels
I have some WCF services that work fine with HTTP bindings, but when I attempt to convert it to run with NetTCP bindings, it fails after about 10-12 connection attempts. I suspect that this has something to do with exceeding the maximum number of open TCP channel connections. Do I have to manually close a channel connection on the client side after using it Thanks, Chuck There is a Maximum inbound connection limit as you surmised. ...Show All
Visual Studio Crystal report runtime for VB 6
What Crystal report runtime files do i need to compile and deploy with a VB 6 application and successfully run reports in the VB application without having to install the entire Crystal Report application on the End-User's system i face the same problem. What Crystal report runtime files do i need to compile and deploy with a VB 6 application and successfully run reports in the VB application without having to install the enti ...Show All
SQL Server using expression for image URL
Hi, One of the fields that my sql query returns - IMAGE_URL - is a URL to an image file on the server, it has the form: file://myserver/myfolder/myimage.bmp I want to display this image in my report, but I want the image to automatically retrieve text of URL from my sql query. In other words I want to be able to specify image URL as an expression like this: =Fields!IMAGE_URL.Value However Web Image dialog doesn't see ...Show All
Visual Studio Tools for Office Reading Excel From C#
You can read data from Excel using the JET OLEDB provider. See the URL below for the necessary connection string, and a link to a KB article with further information ... http://www.carlprothman.net/Default.aspx tabid=87#OLEDBProviderForMicrosoftJetExcel -- Brendan Reynolds wrote in message news:9226766e-a1d5-400c-8d3c-8ffc566bec50@discussions.microsoft.com... > Hi > > Can anyone help me how to read values in Excel in C# . So ...Show All
Visual Basic Create control collection dynamically in Vb2005
Hi, does anyone know if you can create a vartiable number of controls(labels) dynamically in vb2005. Add design time the number of controls and names are unknown. If you need to convert to a Label then: Private Sub Label_Click( ByVal sender As System. Object , ByVal e As System.EventArgs) Dim lbl As Label = DirectCast (sender, Label) Messagebox.Show( Me .Controls.IndexOf(lbl).ToStr ...Show All
Visual Studio Team System BisService.exe error.... have logs to help developers help me :)
Error 32000. The Commandline '"c:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIIDIR\sdk\bin\BisSubscribe.exe" http://<myserver>:8080/Currituck/BisService.asmx' returned non-zero value: 1. TFSScheduler.log: ----------------------------- 2005-06-21T09:30:08:328 (main) Microsoft.VisualStudio.ELead.Common.Exceptions.ELeadException: Unable to connect to BIS service. ---> System.Security.SecurityException: You don't ...Show All
Visual C++ Where did the quick console go?
Anyone know where the quick console window went in Visual C++ Express August CTP Jeff House Hi Yaniv, Thanks a lot for your feedback. You can actually log your suggestion at http://lab.msdn.microsoft.com/productfeedback/ where other interested folks and users can vote and determine the importance of your suggestion. The VC team for sure considers every single suggestion entered there. Tha ...Show All
Visual C++ How to get char from CString???
Hi I need to have the a constant char array. But it must have contents from 2 different source: "C:\Help\" and mystring, where mystring must be a CString object having "TestFolder". Actually, I like to have a constant char array with "C:\Help\TestFolder" in it by combining the 2 sources. First, I decleared a char : char path[50]="C:\Help"; but I don't know how to get the content of mys ...Show All
Smart Device Development Reinstall/Upgrade
Hi All, When reinstalling/upgrading a cab on the 5.0 device seem to display a message Installation was unsuccessful. Anybody has anyidea about this problem. It happens only in 5.0 devices not in 4.2. This happens only in a particular sequence, if the installed application is run and make some changes to registry. Then try the upgrade results in this error. This is not always reproducible. I am using ActiveSync CEAPPMGR for installing ...Show All
Visual Basic Reading text from a file
Hi, I am trying to read a text file and pull out each line from the file in a do...loop procedure. According to the help file, i should use stream reader, however i can't seem to get this to work. Using this, instead of reading a line and waiting, every time i hover over the variable, it changes, so it seems that is is constantly moving on and on. My text file is just a simple list.... TEST1 TEST2 TEST3 I have corresponding folders created ...Show All
SQL Server query duration using parameters vrs no parameters
Hi, I have an app in C# that executes a query using SQLCommand and parameters and is taking too much time to execute. I open a SQLProfiler and this is what I have : exec sp_executesql N' SELECT TranDateTime ... WHERE CustomerId = @CustomerId', N'@CustomerId nvarchar(4000)', @CustomerId = N'11111 I ran the same query directly from Query Analyzer and take the same amount of time to execute (about 8 seconds) I decided to take the parameters ...Show All
SQL Server SQL 2005 bug?
Windows 2003 + SP1 + SQL 2005 CTP + Visual Studio 2005 Not sure if someone else is suffering the same problem. When I use SQL Server Manaement tool, create a new query and retrieve the result from other server running SQL 2000. Select any row/column in the result window and move around by press arrow (up/down/left/right), my computer will freeze and I will have to reboot it. I was very exciting when installed SQL 2005, but now I am too scar ...Show All
Visual Studio Reevaluation of project.
This code will not cause reevaluation of project's data: BuildProperty a,b; string documentString = @" <Project xmlns=""http://schemas.microsoft.com/developer/msbuild/2003""> <PropertyGroup> <Name>Value</Name> </PropertyGroup> </Project> "; engine = ...Show All
Windows Forms Date Entry with a Data Grid
Hello I am developing an application with Visual C++.NET, that use a datagrid to acess a database, but when i try to make it change the database when you change the datagrid is gives me an error. I am using the following code: private : System::Void dataGrid1_CurrentCellChanged(System::Object * sender, System::EventArgs * e) { this ->sqlCompaniesAdmin->Update( this ->dsCompaniesAdmin); } I would like to know if anyone knows how c ...Show All
Visual Studio New Platform SDK help files
I downloaded and install the latest Platform SDK, and compiled a sample, it works fine. (under Visual C++ 6) Now I'd like to visit the Help files to get more information about the APIs and other useful information. However I don't know have how to view / open these help files (Help 2). After a desperate huge search over the Internet, I rely on this forum to get some help. Thank you. hxs files require the do ...Show All
