Gerardo Rossi's Q&A profile
Visual Studio local MSDN with VS2005
Hello After reading posts about MSDN and trying suggested solutions I cave still problems to install it. I had VS2003 witj MSDN October installed on my XP SP2 PC. Then I've installed VS2005 from CDs version and MSDN October from DVD as a result no help was available on 2005. I've tried repair, then reinstall, then uninstall VS2005 and MSDN and re-install again. Nothing Then I've removed everhithing: VS2003, 2005, MSDN, MSSQL (all) Document Reade ...Show All
Visual Studio Tools for Office Thank you & Merry Christmas (free game)
Hi; As a thank you for all the help here - we have a free game up as a Christmas present - http://www.windwardreports.com/enemy_nations.htm thanks - dave David, I know you are a frequent poster here for VSTO questions, and it is great to know that you are hyper-enthused about the product. Keep it up! John. ...Show All
Visual Basic Microsoft Visual Basic 2005 Express - New Project dialog is empty!?
Look at this screenshot: http://hjem.get2net.dk/dondata/Empty.gif I have allready tried to Repair the installation, and allso completely uninstalled VB and the installed it again, but the dialog is still empty. What is happening here Comon! Am i really the first person i the world to experience this I still haven't solved the problem and I'm still standing here with an ampty dialog. ...Show All
Visual Studio Team System Error encountered when attempting to move solution to source control
I need help identifying why I cannot place a solution under source control. I create a simple web test and I can use it in the solution explorer but I cannot get it into source control. Here is what I do and what happens. Precondition: Solution is created and validated, connection to TE is working Open Solution Explorer Right click "Solution <project name>" in the SE tab Select "Add Solution to Source Control&quo ...Show All
Visual Basic How to - search for a word in a text document
What I want to do is to have a program that searches a text file for a word, a sort of...offline search engine. I just need to be able to type in some text in a text box (TextBox1) and be able to click submit (Button1) and it will display the text it found in the text file OR things that are spelled close to what you typed in. I REALLY need the code ASAP so will somebody come up with something Theres a couple of steps in a possible approac ...Show All
Visual Studio BusinessObjects XI Release 2 Service Pack 1 has been released
With this service pack come a question. Does this service pack work for CRXIr2 since it says " XI Release 2 suite of products " Also I am running Crystal Report Server XI. Did they ever release a Crystal Reports Server XIr2 BusinessObjects XI Release 2 Service Pack 1 is designed to update the entire XI Release 2 suite of products. For example, if you have only Crystal Reports Server XI Release 2, this service pack will update it. Similarly, i ...Show All
Windows Forms ItemSelectionChanged in Visual Studio.NET 2003
Ive orderd Visual Studio.NET 2005 beta 2 and I was suprised how good it is done. Ive hoticed that ListView have new event ItemSelectionChanged wich I find to be very usefull. I was wandering if this event exists in VS.NET 2003 or if doesen't how can I achieve the same effect in VS.NET 2003 Thanks. ...Show All
Visual Studio Dynamically loading image in Crystal Report (NOT CR XI) which comes in with VS 2003
Hi All. I am currently using bundled in Crystal Reports that comes with Visual Studio 2003. We have a requirement by which we need to dynamically change the image (LOGO) of each reports generated. Right now I have to embed the logo in header subreport and then include them individually in each main report(s) ... Now I have a requirement to brand each main report based on vendor. So I want to dynamically load image in the header sub r ...Show All
Visual Studio Team System Do I have to have TFS while using Team suite Or Team Edition?
Does Team suite Or Team Edition work with Source safe 6.0 at all I didn't see any option in IDE to be able to get connected to 6.0 or 2005 source safe, does this mean If I am going to go with any team product then I have to have TFS What really I am gaining by migrating to a team product If I have no plans to buy TFS for now. Hi Gurpiar: Team Foundation Server UI client (Team Explorer) only works with Tea ...Show All
Visual Basic What is the best design for System Approval Process?
Pls give me a reference or suggestions about the approval process. insurance company approval process. This is completely off topic. This forum is for VB.Net Questions - please try and keep the questions relevent to the VB.Net domain. ...Show All
SQL Server Why I can not deploy my report project?
Hi, all here, I am having a problem when trying to deploy my new report. The error message is like this: can not connect to the server, make sure the connection information is correct . But I have double checked the connection information, the server I tried to connect is the reporting server name on my local host though. (/localhost/Report Server). So what is the problem though. Did some body here ever occur this problem Thanks a lot f ...Show All
Visual Studio Express Editions Type Library Message on VC++ Startup
I was noodling around a few minutes ago, and I discovered that VC++ is now complaining about a type library when it starts up. Here's the message: The proper type library could not be found in the system registry. An attempt to repair this condition failed because you do not have the permissions to write to the system registry or because the type library could not be loaded. This can be fixed by a system administrator ...Show All
Visual Basic Need a VB6-to-VB.NET translation
I have a block of VB6 code to be translated into VB .NET if possible. The block of code reads as follows: Option Explicit Private Sub cmdClose_Click() Winsock1.Close End Sub Private Sub cmdConnect_Click() Winsock1.RemoteHost = InputBox _ ("Enter remote host (IP address or name)") Winsock1.RemotePort = 1066 Winsock1.Connect End Sub Private Sub cmdSend_Click() If Winsock1.State = sckConnected Then Winsock1.Se ...Show All
Windows Forms ClickOnce ... endless frustrations
Hi, if ClickOnce was a person i'd certainly give it a knock out right now ... I'm so frustrated with that thing, using it since the early alpha bits and always having problems with it ... now in beta 2 it doesn't work again the way it's supposed to. The specific problems I have right now are: As soon as I activate ClickOnce security settings, setting them to full trust and debugging the applicatin with this permission set, as soon I try to lau ...Show All
Visual Studio Team System How to access and specify the path of file located on the server from a client machine?
Hi all! Can you tell me how I can access to a file located on the server under E:\Files\file1.txt from my local machine. I am connected to the domain server and the file file1.txt is located (on my local machine) under My Network Places : \\ServerName\e$ \Files\file1.txt. What is the syntax to specify the path to this file in my C# code Can I open this file and read it like a file located on my machine Please help me! Rox ...Show All
