Visual Studio 2008 Questions and Answers

Recent IT Questions

1 - 17 of 17
<<PREVIOUS 1 NEXT>>

ASP.NET

Dear Sir, Can someone kindly help me with the following: I want to export html to word with an image.  I struggle a lot to do this. Appricate it if someone can help me. Thank you Jessica Software/Hardware used: Visual studio 2008

Answer Question   |  Oct 22 2009  8:45 PM GMT
ASP.NET, Visual Studio 2008
asked by Jessie123

  20 pts.

Use Two frames in WPF Web browser application

I want to create a application in browser which should have two frames in same page.When we click the link in 1st frame and the content should be obtained in another frame.Please reply ASAP. Software/Hardware used: visual studio 2008

Answer Question   |  Sep 4 2009  12:58 AM GMT
wpf, Visual Studio 2008, Microsoft Visual Studio
asked by Bitse

  5 pts.

Crystal Report based on sql query with more than two tables

Hi All, i have a big problem with the crystal report ... my code is : ReportDocument RD = new ReportDocument(); string ConnectionString = ConfigurationManager.ConnectionStrings["zaza"].ConnectionString; SqlConnection conn = new SqlConnection(ConnectionString); ...

Answer Question   |  Aug 19 2009  10:56 PM GMT
Visual Studio 2008, Crystal Report, C# .NET
asked by Abraham75

  5 pts.

table from gridviewwith sql vs2008

hello, help, i have a access database with menu items--id, food items, description, price. with vs2008 i have connected to this database. and displayed on a aspx webpage using gridview, i can manipulate it with certain sql statements showing only certain things from the database, but the...

Answer Question   |  Jul 13 2009  4:27 PM GMT
Visual Studio 2008, Visual Studio, Microsoft Access
asked by Zpupster

  65 pts.

TableAdapterManager contains no connection information. Set each TableAdapterManager TableAdapter property to a valid TableAdapter instance.

I am very new to oracle. I was able to install it and was trying the tutorial: Building .NET Applications Using Oracle Developer Tools for Visual Studio. I am using Windows XP sp3 and Visual Studio 2008 Professional. I was working on the tutorial that came with the Oracle Data Access Components...

asked by Apeman

  5 pts.

grid view connection to a data in a table ?!

Hello , I'm julien , beginner in visual studio 2008 using c# language I Have this task that I seem to be stuck in ! I've created a database using sql server express 2005 of 4 tables :"BOOKS , AUTHORS , CATEGORIES and PUBLISHERS ". I've connected this database to my gridview in visual studio...

Answer Question   |  Jun 24 2009  7:20 AM GMT
Visual Studio 2008, GridView, C#
asked by Julien51

  10 pts.

How to automatically update Child Table with Insert Trigger and Table-UDF

I have SQL Server 2008 and Visual Studio 2008 and am trying to automatically insert new records into a child table based on new inserts into its parent table. I know that this should be simple: via an insert trigger. However, the complexity is that the new records into the child table need to be...

Answer Question   |  Jun 12 2009  3:14 PM GMT
T-SQL 2008, UDF, SQL Server 2008
asked by Ironryan77

  5 pts.

WPF in Visual Studio 2008

I am a beginner trying to learn some WPF. I am using VS 2008 Pro, when I opened up WPF, it's showing codes <Window x:Class="WpfApplication1.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" ...

Answer Question   |  Jun 8 2009  5:48 PM GMT
Visual Studio 2008, VS 2008, wpf
asked by Hlee2000

  10 pts.

Does Visual Studio conflict with RDP?

I'm supporting a user who's had an ongoing problem using RDP. He uses a laptop at times to connect via RDP to his work desktop (after VPN'ing into the corp network). Every once and awhile, he'll have a problem connecting to his desktop via RDP. Basically, once he gets on the network, he can...

View Answer   |  May 14 2009  5:32 PM GMT
RDP, Visual Studio 2005, Visual Studio 2008
asked by Lordhowe

  105 pts.

Empty project in Visual Studio 2008

Can anyone tell me where the Empty Project is in Visual Studio. I am using C# express and there is this fold, but not in my 2008 Visual Studio

View Answer   |  Apr 29 2009  2:55 AM GMT
C#, Visual Studio 2008, Visual Studio
asked by Hlee2000

  10 pts.

Integrate MOSS with SQL Server 2008

Can someone provide a step-by-step or point me to a guide for integrating MOSS with SQL Server 2008? Thank you very much. Moderator Note: This is a submitted question

asked by BrentSheets

  6535 pts.

Error while referencing external assembly in SQL Server 2005.

Sir, I created a dll (SqlWcfServiceLibrary1.dll) using .net frammework 2008. My code has a reference of another assemble (WcfServiceLibrary1.dll) also. I want to create assemble in sql and use that assemble in a procedure. I am getting error that "Error while referencing external assembly". I...

View Answer   |  Mar 16 2009  9:47 AM GMT
SQL Server 2005, .NET Framework 3.5, WCFServiceLibrary
asked by Batsa

  15 pts.

Microsoft Visual Studio 2008 Express edition

Hello everybody, i recently downloaded the Microsoft Visual Studio 2008 Express Edition. It has Visual Basic 2008, Visual C# 2008, Visual C++ 2008 and Visual Web Developer 2008 (all Express editions). The problem is i dont know where to start. I have programming background. i have programmed in...

View Answer   |  Dec 17 2008  1:23 PM GMT
Visual Basic, SQL Server 2005, C#
asked by GK

  30 pts.

Invalid Format Error when Opening/Saving in Visual Studio 2008.

Hi I'm creating a professional Text Editor with usage of RichTextBox control, and I have inserted some common controls such as SaveFileDialog and Load File Dialolg, and I basically want to be able to load files of all types (i.e Word Documents) the only documents I can open are RTF. I...

View Answer   |  Oct 29 2008  2:14 AM GMT
Visual Basic, Visual Studio, VB
asked by Ppp

  5 pts.

C# Creating Class Libraries with Enum

Ok, I'm trying to create a class library that enables me to use a enum. Simple I thought. But the more and more I dig the deeper the rabbit whole goes. I've tried to Substitute the obvious DDD in the public void Main method still no luck. I'm able to compile but my error "is a type which...

Answer Question   |  Aug 11 2008  8:43 PM GMT
C#, Visual Studio 2008, DLL
asked by M3RL1N

  30 pts.

Error In SQL SERVER DataBase

am trying to insert four varchar(50) values in a table which is with a primarykey column id_number. i didnt check : "True" to the null field . so it should not allow null values in table. but while am trying . it allows null values. including primary key column. how is possible ? pls help me....

View Answer   |  Jul 24 2008  9:41 AM GMT
Visual Studio, Database programming, SQL Server errors
asked by SrimanBenivolent

  5 pts.

Embedding exe into a windows dialog box using Microsoft Visual Studio 8.

Hi everyone. I was wondering if it was possible to embed an exe into a windows dialog box using Microsoft Visual Studio 8. The language is C++. I have an application that runs by itself as a graphical editing tool. My problem is is it's GUI is outdated and completely mouse driven (right click...

Answer Question   |  Jul 24 2008  1:22 AM GMT
Visual Studio, C++, Visual Studio 2008
asked by Sharp3

  5 pts.

1 - 17 of 17
<<PREVIOUS 1 NEXT>>