visual-studio-2005

How To Pass HashMap Records Into JSP?

Im new to using HashMap. Im assigned a project to retrieve records from HashMap and display it as a Pie Chart on a JSP. However despite searching and look thru many different Hashmap examples. Im still stuck in my project which is about to due in 3 weeks time :( Kindly please give me some advice and i apologize if my code is in a mess. ...

Visual Studio 2005: Ran Macro, now Solution is Terribly Slow... solutions?

I have a Wrap Append macro that basically wraps SQL in a .Append tag: Public Module WrapAppend Sub SurroundWithAppendTag() Dim lines = DTE.ActiveDocument.Selection.Text.Replace(vbCrLf, vbLf).Split(vbLf) For Each line As String In lines DTE.ActiveDocument.Selection.Text = ".Append(""" + line + """)" ...

Move to previous textbox from current by pressing backspace

i want to know how to move the cursor from current textbox to previous textbox. i am creating textbox dynamically by enter keypress event one by one e.g. textbox1 textbox2 textbox3 suppose total three textbox now created and am on third one textbox means my cursor on textbox3 and i wants to move the cursor to textbox2 or...

VS2005 Options Generate Method Stub not working.

Ok I installed the linq preview(May 2006) and it seems to have screwed me up. Now the one the of the most important features in VS2005 is not working anymore (Options Generate Method Stub (Shift+Alt+F10)). I used to get this message every time I would start a project ("This is an unsupported version of Microsoft Visual C# 3.0 / Microsoft...

Visual Studio 2005 app build error

I have to update a legacy Visual Studio 2005 app. I installed the dev platform including 3rd-party components on my server 2008 development box. After getting the latest version from our legacy SourceSafe 2005 database, updating all the broken references and trying to compile this solution, I've fixed all the errors except these, which ...

how to work with Subversion

Hi I have downloaded Collabnet Subversion for Windows and Tortoise Svn. I have created a repository with Tortoise Svn. But When try to open Repo Browser and give path as svn:/// ..it doesnt point to my repository. I have followed the steps indicated on this website. Any other useful tutorials to view at ?? Thanks in advance. ...

initialise iterator in vs 2005

hello all, i have code which initalised the itreator to 0 and it works in vc6 but if compile the same in vs2005 its giving error error C2679: binary '=' : no operator found which takes a right-hand operand of type 'int' (or there is no acceptable conversion) the code is like MapofUsers::iterator itfind; itfind = 0;intialised in contruct...

Database connection from Visual Studio

How to connect Visual Studio 2005 with oracle 10g? ...

In VS2005 using C#, is there a shorthand way to insert the date into the editor?

Possible Duplicate: Insert current datetime in Visual Studio Snippet In VS2005 using C#, is there a shorthand way to insert the date into the editor? I want to date my comments - is there a shortcut to enter the current date? ...

VS/2005 Crystal Reports - How to repeat a field multiple times in the details section

hello Im trying to duplicate/display a field that is in the details section of a crystal report, an amount of times based on a value that is calculated in a seperate function. Does anyone have any idea how I could go about doing this? ...

Can I install Visual Studio 2005 on my machine over 2010

I want to install Visual Studio 2005 on my machine which already has Visual Studio 2010? Please help me out. Bharat ...

Visual Studio 2005 Server Explorer not working after installing Chrome!

Hi, Something very weird happened. I usually use Firefox and IE to test my .net sites. However, I had to download Chrome to test something specific in it and after that I haven't been able to use Visual Studio normally anymore. Every time I try to open the Server Explorer window VS crashes. It does also after a few minutes I've been usi...

Connecting to a File share with a flat file source in SSIS2005

I have created a SSIS package in BIDS005 that uses a flat file source as the input. The file I am wanting to use doesnt exist on my local machine, or on the server where the package will be executed. The file exists on a file share on another server, however when I try to use the server path for example: \\servername\fileshare$\filename...

How do I target a broad version of the Microsoft Office interop assemblies?

My dev machine has 2007 installed and the project references the corresponding version of PIAs but I would like my application to be able to run with 2003 at least when deployed. I tried setting the Specific Version property of the reference to false but this didn't work. My Visual Studio version is 2005, BTW. ...

Identify which file has included some particular header file

Sometimes with a complex header structure it happens some header is included, but it is hard to tell where from. Is there some tool (depedency viewer?) or a method how to find the "inclusion stack" (which source / which header / which header / ...) is including one particular header file? If the header file is included multiple times, ...

Use of ATL Property in a Property Sheet

In Visual Studio 2005, if I right click on a C++ project file and select Properties, under Configuration Properties - General there is a set of properties called Project Defaults. One of the properties under Project Defaults is Use of ATL. If I right click on a property sheet (which the project inherits) in the property manager and sel...

Build up formatted text programmatically to display in a RichTextBox?

What I'd like to do is build up a string with specific formatting to be displayed in a RichTextBox control. Something like this (this doesn't completely work): Dim testText as String = "" testText = "Test text" & vbTab & "with a tab." & vbCrLf testText = testText & "<b>This just prints out verbatim. How do I make it print bold?</b>" ...

Put files automatically in /scripts folder in Visual Studio 2005

I set up a bunch of filters in my project to help find files. But all my source code files actually just go in two folders, source/headers... the filters are just for Visual Studio organization but I wanted to keep the directory structure simple for building in other compilers. Anyway, whenever I add a new item or class, the files go in...

Interactive Report

Hi All I am attempting to create interactive report within Visual Studio 2005 to deploy on a Report Server. Does anyone know or can point me in the direction of tutorials on how to make the report interactive? Thanks ...

Drilldown Reports

Help I am attempting to create a drill down report using report server and Visual Studio 2005. I have been able to create a tree structure, but the original report looks like it opened a new report. (Crystal Report) This was done by the report hiding all other data apart from the drilled data and the data title. I can’t seem to be abl...