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

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

Prasa

Member List

Lila
Scooter!
Przemysław Rokicki
A.Hadi
Halflap
Liu Xiong
vbdotnetguy
Jimmer_BoatMan
PatrickRR
remedy
Dreamtec
CervantesVive
hansgielen
Erwin Meijer
Steve "The Bug Magnet"
BorgmanJayce
DaBurke
Frank Green
nunodonato
chief_druid_tma
Only Title

Prasa's Q&A profile

  • Visual Studio Express Editions Question about getting MSDN Library later

    When installing Visual C++ I didn't click on option to download msdn library because I'm a newbie and it seemed so large. Do I still need it when my next level is to go over intro videos If I do need it to learn more what way is there now to download it since I didn't click that download option when installing If I know nothing about C++, so am I not candidate for learning about Visual C++, or learning of one will be learning of the other THx. jerry If it helpful with the MSDN library installed, it is also available online so if you are online you can access the information at http://msd ...Show All

  • Visual Studio persistent names.dat may be corrupt msg on VSS Startup

    I have run analyze along and with -C -D -F flags a few times to get rid of a persistent names.dat may be corrupt error msg shown on VSS start up, so far no success. The issue was caused by share drive connection failure on files check in to VSS.  Now I see a folder with no name, blank name on VSS and when clicked it shown as a " ` " apostrophe or similar char. We can't delete or rename the folder or the tree the folder is on, I am hopping somebody has seen this, and has suggestions, this is really becoming annoying... Version Info: VSS 6.0d (Build 31222) with SP6 - (SP6 not show on the about VSS dialog) M ...Show All

  • Visual Studio Tools for Office VSTO Outlook Addin Install Problems

    I created a VSTO 2005 Outlook AddIn.  I use the setup project that is created for me to create the MSI file for installs.  When I run the install on a machine with the install for all users option selected it works great for the user I run the install with.  If I sign on as another user the addin does not load and there is no errors and no disabled addins.  CASPOL is in order for the machine level so I ruled that out.  When I then run the install as that user and choose the Repair option it works fine. I did several registry compares before and after and noticed that the HKCU\Software\Micr ...Show All

  • SQL Server SQL Server 2005 can't be added Active Directory, but the documentation says it can.

    Hi, I've installed SQL Server 2005 on Windows Server 2003 SP1 Standard Edition. Before I install SQL Server 2005, I've configured Windows to be an domain controller with Active Directory. As the documentation said that using Object Explorer and then selecting Properties, I have the property page of Server Properties. But I still can't find the Active Directory page. When I try to run the system stored procedure sp_ActiveDirectory_SCP, I can't either register or update. Is this an error or bug Using SQL Server 2000, I can easily add it to Active Directory. Now I can't do it in 2005 version. Please help! Eriawan ...Show All

  • SQL Server Where is the old Enterprise Manager :(

    Why is this new version of SQL Manager so difficult to use Tasks I was able to do in one step, now I have to do in several steps: 1) Genrate Drop Scripts for tables, views, stored procedures 2) Generate Create Scripts for tables, views, stored procedures 3) Import data to the server I used to be able to do all this in Enterprise Manager in one DTS package . Which I could automate to synchronize data beteween two databases. Is there some other/new way I am not aware of Another problem is when I open remote hosting server, it shows me hundreads of databases, I used to be able to see only my database in Enterprise Manager. I ...Show All

  • Software Development for Windows Vista 16x16 File Folder icon 16bit version?

    Can someone send me the File Folder Icon from Windows Vista I wanna see how it looks in 16bit colors. Send it to  windowsdesktopsearch@gmail.com Thanks in advance Michael www.windowsdesktopsearch.com VistaGuy, Could you please stop posting duplicate posts As Raymond stated above you will need to wait until you have got your hands on your own copy of Vista. Anymore duplicates will be removed. Thank-you ...Show All

  • .NET Development Serial problems

    Hi there, I'd like to make a simple program that takes an AT Command (those command for modems and cell phones) from a textbox and then tell it to my mobile. The cellphone I'm using is connected with bluetooth. If i use HyperTerminal, when i type ATDxxxxxxxx the phone makes a call to the number xxxxxxxx. This doesn't work with my code, that i write here: SerialPort myPort = new SerialPort ("COM6", 9600, Parity.None, 8, StopBits.One); myPort.Open(); // at this point my cellphone asks for a connection and I accept myPort.WriteLine(textbox.Text); // after this line (if the command is ATDxx) the phone should make a call to xx, why does ...Show All

  • Visual Studio Grouping on fields which have a space in the table name

    I am attempting to run a 8.5 report in VS2005.  There seems to be a problem with grouping on a field when it's table name has a space in it.  The actual table name is {ccArea Types} in crystal and my dataset.  I get the following message: Error in formula <G_netsf>. 'Sum({ccArea_Types.SM_N_AREA},{ccArea_Types.SORTORDER)' There must be a group that matches this field Notice that an underbar has replaced the space in the tablename.  I have run simular reports without a problem when the tablename does not contain a space. Any ideas Thanks Keith, I tried to verify.  no help.  ...Show All

  • SQL Server import and export data

    where is the import and export data function in sql server 2005 express i have a data in ms access which i want to import to sql server 2005 express.. thank you   erd wrote: where is the import and export data function in sql server 2005 express i have a data in ms access which i want to import to sql server 2005 express.. thank you Hi erd, Me too. I'm facing the face issue too.. ...Show All

  • Windows Forms TableLayout help needed in setting up.

    I am trying a simple Usercontrol and I would like to use the tableLayoutPanel,but Cannot work it out how to make the various Columns resize accordingly. the control (Folder Browser Locator) consists of (Label- text- Button) You can already immagine how it should work The label should be allowed to autosize and it's column grow accordingly but fixed otherwise The text should grow in length only if the user tries to resize the control The button should stay the same size all the time but move along with the rest I have added a TableLayoutPanel with 3 columns 1 Column (label) 2 column (textBox) 3 column (button ) I have trie ...Show All

  • Visual Basic ODBC connection question

    Hopefully this is an easy question, but I am trying to run a query that is returning a fairly large amount of data from an AS400. I am now getting an error "Estimated query processing time 186 exceeds limit 30". It is a SELECT DISTINCT statement. When I remove the "DISTINCT", the query runs fine. Where do I need to go to set the processing time Thanks for the information. I hate to sound ignorant, but where do I find the connection objects properties ...Show All

  • Visual C# convert from gray to color..

    Does anyobe knowes how to convert a image in gray to color Hi! You mean simply change gray to red tones (add a little to the red in each pixel) Or you want to restore all colors (it's impossible) ...Show All

  • Smart Device Development Updated images for Windows Mobile 5?

    Does anyone know when or if the Windows Mobile 5 images included in the Pocket PC or Smartphone SDKs will be updated I suspect the versions in the SDKs are not the same as the versions included with WM5 devices. Thanks, Frank The SDK has Magneto AKU0.0 version and the most recent AKU is 2.1. Is there something in particular that you need out of a later AKU There are currently no plans to release 2.1 (the volume of changes is not high between the two versions), but that can change if there is customer demand. Thanks, Vladimir ...Show All

  • Windows Forms How can I use the Forms Designer colour ComboBox control?

    Hi, I want to implement a ComboBox containing system/web colours and the associated colour name like you get in the VS.Net Forms Designer when you click on the BackColor property of a control.  I don't particularly want the three tabs, just the ComboBox in which each item has a sample of the colour and the color name.    Does anyone know how& ...Show All

  • Visual Studio Team System DoNotCastUnnecessarily: Release vs Debug

    When I compare the outputs of FxCop for my assemblies in Debug and Release build modes, the results are very different. The Debug report shows 233 more issues that are all related to "DoNotCastUnnecessarily" messages. Is the compiler optimizing things for a release build and that's why I don't see the messages in my Release report That's interesting (and worrying) that the optimizations are disabled if you enable the pdbs. In all my 3 years of using .NET/Visual Studio .NET I never realized that. It's going to have to be something I look at when I get into work today and will probably mean that I w ...Show All

©2008 Software Development Network