Software Development Network Logo
  • Windows Live
  • Visual C#
  • Architecture
  • VS Express Editions
  • Visual FoxPro
  • Windows Vista
  • Game Technologies
  • Windows Forms
  • SQL Server
  • Microsoft ISV
  • .NET Development
  • Visual C++
  • VS Team System
  • Visual J#
  • Smart Device

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

cmb1

Member List

Slavochka
spells
Shane Sukul
johnny83
Emilio A. S.
MattW
Igrekkel
WendellB
Dusan Kocurek
mallio
Gerrit Brehmer
Peter Stromquist
Andy Green
sudhirgn
Daniel Horowitz
Trajecto
saj14saj
Jelgab
Armanchos
Tuffty
Only Title

cmb1's Q&A profile

  • Visual Studio referencing projects are not intellisensing functions of my project.

    Hi, i am getting the problem with add project reference of my project. When i add project reference of my project to any other project and create object in that project and want to get the functions of my project in the list which opens. Plz  suggest suggest the interface and process to provide intellisense on project reference in other projects. Thanks Pulkit Hi Jimmy, IVsIntellisenseProjectManager is an interface that needs to be implemented for hooking into live intellisense for inline code in aspx pages. In order to share intellisense information, you will need to implement your own mechanism for sharing t ...Show All

  • Visual Studio Express Editions ComponentId for vc 2005 express

    could you please tell me the componentid i need it for vs version check. many thanks! thanks for your reply. but i only can download and install vcsetup.exe, i can not find the msi file. where can i get it ...Show All

  • Visual Studio Express Editions How to execute SQL queries on VB.NET Datasets or XML file

      Hi This is my First time post here I hope Begginer Can Find Help Here   I have untyped dataset    and it's read and write from xml file i want to execute SQL queries on The Untyped  Datasets or XML File to return Single value   i want to use  SUM in my sql command thank you Sorry For my poor english ...Show All

  • Windows Forms Environment Variables in Windows Installer

    I have a Windows Installer Setup project as part of my VS2005 solution, and was wondering if there was any way I could interact with Environment Variables from within this project Specifically, I was looking at a way to update the PATH variable on an install, and then remove the added entry during un-install. I was hoping there would be a quick and easy way of doing this. The Setup project has a Registry Editor, and I was expecting something similar to that like the Environment Variables Editor.. No such luck! Thx! I was having the same problem. To accomplish setting a PATH Environment variable I used Win ...Show All

  • .NET Development Message encryption question (Any body knows ???)

    Hi, I have a web service which uses WSE 3 security features. Both the client and service are WSE enabled. (Signing,encryption and encryting signature). I have two machines Windows 2000 Pro and Windows XP Home. If I run both client and service on either of the machine everything works fine. But If I move Service on Windows 2000 Pro( Under IIS) and try to access it from Windows XP Home I get following error message unsupported signature or encryption algorithm was used WSE3002: The receiver is expecting the key wrapping algorithm to be http://www.w3.org/2001/04/xmlenc#rsa-1_5 , but the incoming message used http://www.w3.org/2001/04/ ...Show All

  • Smart Device Development Really need to increase main memory

    Currently the emulator allocates about ~25MB of memory (storage+progeam). Storage isn't a problem since I can emulate a storage card. However 20MB of program memory is not enough for some of the applications I'm testing. Is there a way I can increase the program memory to about ~40MB Thanks in advance for the help. :) just at te start-link put this: "C:\tomtom\Device Emulator Preview\DeviceEmulator.exe" /s ppc.dess /memsize 254 where tomtom = the map where de emul. is installed! ...Show All

  • Visual Basic VS .net and SQL database question.

    I am trying to develop a VS.net application using VS 2005 Pro that connects to a SQL database, so that the user can update the information in the tables. Sounds easy enough. The SQL database is on a SQL 2000 server. My problem is, I can get the update method on a form to work using the Northwind database. However, when I try to build a TableAdapter to one of my SQL databases, the TableAdapter wizard will not generate a UPDATE statement or a DELETE statement. And thus the update method on the form gives a error when called. I think it is a SQL security issue. Does anyone have any ideas Thanks Weston I ...Show All

  • Windows Forms Image cannot be added to the ImageList

    I'm writing an application in C# 2.0 that will index several thousand icons and add them to a DataTable (for quick searching) and ListView control.  When I test it at home on my XP machine it works great.  It takes about an hour to index 125,000 images (ico, png, gif).  I tested it at work on win2k and I kept getting this exception: "Image cannot be added to the ImageList".  I only get this error after it indexes 4088 images.  Always 4088...  I searched google, google groups, MS forums - nobody mentions this exception.  Does anyone know what my problem is   Does win2k have a 4088 item limit ...Show All

  • .NET Development Using Cache in a Windows Service

    Hi, I need to use a cache in a windows service. Preferably a cache similar to the cache in system.web. What should I do Sincerely Herbjorn Check out Caching Architecture Guide for .NET Framework Applications Enterprise Library for .NET Framework 2.0 - Caching Application Block ...Show All

  • SQL Server Backup and Restore Databases Through XML in SQL Express 2005

    Can we backup to XML file and restore from XML file in SQL Express 2005 Thanks in advance. No, you can't.   Best regards, Eugene Kogan, Technical Lead, Microsoft SQL Server Engine --- This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All

  • Windows Forms Printable area

    Here a piece of code to change the papersize : Dim prn As New Printing.PrintDocument Dim l As Integer = 0, i As Integer = 0 Dim psz As New Printing.PaperSize ' Select the PDF Printer 'prn.PrinterSettings.PrinterName = "PDF995" Dim pkInstalledPrinters As String For i = 0 To Printing.PrinterSettings.InstalledPrinters.Count - 1 pkInstalledPrinters = Printing.PrinterSettings.InstalledPrinters.Item(i) If pkInstalledPrinters Like "*" & PrivPrinter & "*" Then prn.PrinterSettings.PrinterName = pkInstalledPrinters End If 'Debug.Print(pkIns ...Show All

  • Visual C# C# and VS.net components - very basic question...

    This is a no-brainer, but...OK...I've developed components in COM/COM+ for a long while...I am new to developing components in C# and VS.NET...the question is this: in COM/COM+, I'm used to having to go through and INTERFACE(such as IUnKnown, etc...)...IN C# you just ADD A COMPONENT within the IDE...the question is simple: do these C# components NEED to implement any type of interface, or do they communicate without a defined interface...and 2) can I add a C# INTERFACE or ABSTRACT CLASS to the C# component to emulate the type of interface I am used to in COM/COM+.... ......Thanks...... Thanks, Michael...sin ...Show All

  • Visual C++ aspell compilation problems

    Hi, I tried to post on the forum but it kept coming up with an internal error so i was wondering if you could help me with the following:I have recently been trying to compile aspell (a spell checker written in c and c++) in visual studio .NET (2003) which has taken forever but i managed to get it to compile a dll now. When i come to add this dll file into another project which will be using the methods from this dll it keeps giving the following error and not allowing me to add it: "Add Reference: Error adding reference to the project.". Does anyone have any suggestions on how to overcome this Any information woul ...Show All

  • Architecture design issues in client-server system

    Hi, I design a soft real-time system that should handle different clients’ requests and activities (such as telephone calls, processing of different types of events occurring during the calls, inserting these calls into the Data Base). Thus my server has to provide the client with suitable interfaces allowing opening new session, new call, close the call, update the call etc. and, at the same time, the server has to send events that can be raised as result of changing in the calls status to these clients . Also the system should support some kind of “keep alive”. I am going to use Indigo as my infrastructure (duplex interface) ...Show All

  • Visual Studio Express Editions How to BookMark Help

    Hello I am working through the help files, and there is more than a days read, plus I enjoy trying the samples. The layout is decent, but sadly there is no way to book mark a section, or even add multiple bookmarks. As an example, say I wish to do some database work, so I need to see how to connect to a database, now I want to load an array with selected items, I have the section on arrays open, and the section on loops, then I want to transfer that to a list box, and finally be able to select an item from the list box and load it in different controls. All these topics are in the help file, but opening all those topics is ...Show All

©2008 Software Development Network