Software Development Network Logo
  • VS Team System
  • SQL Server
  • Smart Devicet
  • Visual Studio
  • Game Technologies
  • Windows Forms
  • Visual C++
  • .NET Development
  • IE Development
  • Microsoft ISV
  • Visual FoxPro
  • SharePoint Products
  • Visual Basic
  • Audio and Video
  • Windows Vista

Software Development Network >> Deepa7476's Q&A profile

Deepa7476

Member List

SonAsylum
nightwish
jitendra badkas
Sergio Ortiz
NCGordon
PeterFrazer
RickyBIBI
enric vives
DaveDB
kuntushi
fbiots
Peter Cwik
Eitan Shapir
YMaod
asalcedo
Eranw
Listam
jens_essen
csmith52
Hila123
Only Title

Deepa7476's Q&A profile

  • Silverlight (formerly WPF/E) Context menu in WPF/E

    Is WPF/E going to support customizable context menu on right mouse click Hugo - Can you describe what you do in Flash regarding context menus Do you add to their context menu Thanks. -mark Program Manager Microsoft This post is provied "as-is" ...Show All

  • Visual Studio Express Editions Moving Pictures

    How can you move objects (X,Y). And How can I have it do something when I press one of the arrows on the keyboard. Hi Mega_x, do you want to learn to fish, or do you want folk to give you fishes You should be able to get the concepts from the vb example, and apply it to c# or any other language. If you plug away at the c# help contents/index you will pick up clues to trapping the keyboard event, or whatever it may be called. It used to be, to move objects you XOR'ed them with the background. Best wishes, Ray ...Show All

  • .NET Development Error : in response content type

    i am having the following error when i am calling webservices using the Wlan only , the webservices are working when the 4.2( i am using VS.Net 2005 with compact framework 2.0) ce device is connected with active sync (usb cable) Error : client found response content type of 'text/html' but expectred 'text/xml' i found what was the problem there was an error in connecting to the w-lan and the error was returning an exception in text/html ...Show All

  • Visual Studio How follow writing code while debugging??

    Hi! I want follow writing code while VS2005 is debugging, but in cant find the right option in tools-options-debugging, which is Regards. ...Show All

  • SQL Server Microsoft.ReportingServices.Designer

    Hello all, After reinstalling several times the MSSQL 2005 express, and the SP1 when I'm trying to create a project with the BIDS I've got an error: Could not load file or assembly Microsoft.ReportingServices.Designer Version=9.0.242.0 .. or one of its dependencies. System cannot find the file. But it exists!!!What can I do Many thx! Thanks, The above link contains exactly the answer I was looking for. I have been using Windows for a long time and many years ago you couldn't have a system drive partition over 2gb (I forget which version this was) so since I had a bigger hard drive even then I got in the habit of creating a C:\ for the system files (2gb) and then on D:\ I put everything else. So the answer in the link ...Show All

  • Visual C++ newbie Q: choice of project for a particular interface

    hi all, i intend to build a new interface for an existing relational xml database that works with IBM DB2 to store, parse xml files and perform simple queries. the db system already has a test driver (interface) that can perform the main functions from command prompt. the db system is written in c++ and contains some IBM header files. which type of project should i use some suggested MFC application, some say just windows application will do. im unsure how to start as i don't know much abt interface building, and i absulutely don't know anything about MFC. thanks. Tan It's depends on what you need to show as the final output. If you want to show something in window, you can go for MFC. If you a ...Show All

  • Visual Studio Console Application immediate exists after displaying.

    I installed Visual Studio 2005. I'm a beginner at visual studio.net. I followed a tutorial to create a console application. When I start the application(F5), it immediate exits. There are no errors displayed only the following output: 'ConsoleApplication1.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'ConsoleApplication1.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Deployment\2.0.0.0__b03f5f7f11d50a3a\System.Deployment.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'ConsoleApplication1.vshos ...Show All

  • SQL Server SSIS Excel Import

    Getting started. Hello All First time setting up A SSIS Trying to import a excel that creates a new table called lockbox. Does not import any records from Columns-Contract Id, Owner ID, that have a null value. Then in the Site Id -that is a number value- change to a text value and update it to it text value. for example: Site Id Column 2 = Ell 3 = CSI 12 = Ell2 Can someone get me started in the right direction Thanks for your time and help JK You should be fine by creating a package with a dataflow; inside of the dataflow: Place a excel source tha point to the file connect it to a conditional spli ...Show All

  • .NET Development Create table access database?

    I have access database,one table Table1 and I wont to create another table but with the same structure as the table Table1 (columns: Broj iksice,Prezime,Ime,Broj indeksa,Broj pohadjanja). I used this code: Dim veza As OleDb.OleDbConnection = New OleDb.OleDbConnection(Global.Diplomski1.My.MySettings.Default.Studenti1Connection) Dim comm As OleDb.OleDbCommand = New OleDb.OleDbCommand("CREATE TABLE Marko ([Broj iksice] DOUBLE PRIMARY KEY UNIQUE, Prezime TEXT(30) NOT NULL, Ime TEXT(30) NOT NULL, [Broj indeksa] TEXT(20), [Broj pohadjanja] INTEGER)", veza) comm.ExecuteNonQuery() for creating table in the database. Code for creating table in the dataset Studenti1Data Private Sub Button6_Click(B ...Show All

  • Visual Studio Team System Error when trying to create a new database project

    I've installed VSTS 2005 Trial System, SQL Server 2005 Enterprise Evaluation System and Team Edition for Database Professionals CTP7. They are running on a fully patched virtual machine with 2000 Pro OS. I'm running as an Administrator and can create databases from both SQL Management Studio and from within Visual Studio. When I try to create a new database project I get the error: "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)" Remote connections are allowe ...Show All

  • .NET Development request help with DLL on database machine & thin Client application

    Hello, Here is what I'm doing: 1. SQL Server 2005 database is created on machine using Transact-SQL (this includes dropping any previous files). This is created onto the Defaul instance (MSSQLSERVER). 2. a DLL (class library) is made in VB.NET using ADO.NET connection objects. The connection string looks like this: strConnection = "Data Source=.;Initial Catalog=" & dbName & ";Integrated Security=True" where "dbName" is "SQLdatabase1" 3. the Client application adds a Reference to this DLL and will run from the development machine. Here is the problem and the question: When I install the DLL onto the database machine, and I shut off the .MDF database on my developm ...Show All

  • Internet Explorer Development BHO and ExplorerBar in a single DLL?

    Is there any special precaution we need to take if we are going to package both the BHO and the explorer bar in a single dll In VC++ terms both the sources are in a single project and get compiled into a single dll. Or, is it adviceable to separate them into two different dlls If yes, why should they be separated Any advice would be appreciated. Thanks hi i dont think so it will create any problem because while working on my projects i gone throu many examples related to BHO which encapsulated toolbars and were very useful ..same will be true for explorer bar iguess. ...Show All

  • Visual C# will the bug fixes available for connect.microsoft.com users ?

    Hi, I am one of the connect users of microsoft products. Will the bux fixes/ the service packs will be available for the connect users it will be very useful if we get intermediate fixes available. Thank You Mohan Raj K. HI Sorry, I mentioned the hot fixes of the products like visual studio and it's service packs if any . Sorry. I thought this forum would be for all products also. ...Show All

  • SQL Server Dumb question about compatibility level

    Hi everyone, This is my first psot so I am hoping for success.. I had been asked to web enable a sql 2000 database. We upgraded to sql 2005 and I imported the data. All went well until a tried to run a CTE ( common table ) routine and it kept on coming back with an error. On searching the web it turns out that the compatibility level must be set to 2005. When I tried to set the compatibility level the only two options are sql 7 and sql 2000. I thought it might be due to the fact I had restored from a 2000 database so I tried to create a new database in SSMS but again only sql 7 and 2000 options were available from the drop down box.. What am I doing wrong Am I not running in sql 2005 at all Any help would be appreciated Peter ...Show All

  • Visual Studio Express Editions Date conversion

    I need to create folders with the date as part of the name. (How can I remove the slashes) The folder name should be "111206_<student initials>" when application is executed on 11/12/06 msStudentDir = FormatDateTime(today(), "yyyyMMdd" ) & "_" & gsInitials & "\" doesn't work Use this: msStudentDir = Today (). ToString ( "MMddyy" ) & "_" & gsInitials & "\" -- SvenC ...Show All

©2008 Software Development Network