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

Software Development Network >> Santosh Aher's Q&A profile

Santosh Aher

Member List

fdgsogc
Mark_T
Sergey Bogdanov
miles2t17
Bill Libert
SKMurthy
sigol
rpjimenez
Regulus
rjhinton
JohnM 37373737
shrek.wang
Ken Tucker
JonesEJ20
jleabeater
floppes
jony67907
Randy Young
Joeouts
craig1972
Only Title

Santosh Aher's Q&A profile

  • Visual C++ ECMA C++/CLI and VC++ 2005

    Does the ECMA C++/CLI Standards document ECMA-372 delineate the exact C++/CLI language in VC++ 2005 If not, what are the differences. eldiener wrote: Does the ECMA C++/CLI Standards document ECMA-372 delineate the exact C++/CLI language in VC++ 2005 If not, what are the differences. Considering that it was more or less the same team that architect-ed both, I'd assume the compiler to adhere to the ECMA document - any exceptions would probably be due to a buggy implementation or due to lack of time (in which that will be addressed in Orcas). A VC++ compiler team person will be able to give a more ...Show All

  • Visual Studio Express Editions System.Net.DNS

    Dns.GetHostEntry( ) does not work if is a variable but does if = "some.domain.com" IPAddress.Parse( ) does not work if is a variable but does if = "some.domain.com" Why not :( Works for me. Is the variable valid What error do you get, or should we guess What's your actual code ...Show All

  • Visual Studio Express Editions Problem creating a querry with an embeded variable when using access datafile as connection source

    When a Data Connection is established using Microsoft SQL Server Database File (SqlClient) as a data source the following code works perfectly SELECT * FROM ProdMaster WHERE (PRODMASTER.DESCRIPTION LIKE '%' + @DESCRIPTION + '%') The ToolStrip on the form opens an input box so you can type in a choice of DESCRIPTION and when the button is clicked the dataset returns only those values that meet the criteria input BUT If you use a Data Connection established using Microsoft Access Database File (OLE DB) when you attempt to establish the querry above you get the following error Error in WHERE clause near '@' . Un ...Show All

  • Visual Studio Team System Lock Binary Files on Checkout

    Is there a way to force a check-out lock on binary files when they are checked out Since you cannot merge these files, wouldn't it make sense to automatically lock them on checkout Seems like disastrous consequences are looming without this capability since someone will check their changes in over a previous checkin changes. Thanks. Keep in mind that using locking based on file extension can make life difficult when unshelving those changes. http://blogs.msdn.com/buckh/archive/2006/01/10/511188.aspx Buck ...Show All

  • Windows Forms Another stupid question "species name exists in universe"

    When I try to introduce an animal I get the following error: "species name exists in universe. Please choose a new assembly name" How do I get around this problem That means someone else has introduced an organism with the same name.  The assembly name is what Terrarium goes by, so simply go into your project properties and change&nb ...Show All

  • .NET Development Why do Configuration.Save need Change Owner permission?

    I'm using the Configuration object to manage my application settings, it all works fine as long as they are stored on the local computer where I have administrator privileges. But as soon as I try to store the configuration on a shared folder on a server I get the UnauthorizedAccessException. I've made sure that my application has FullTrust rights. If I access the shared folder as an administrator I can save my configuration file. The only permissions that the administrator have that I do not have is the Change Owner and Change Rights permissions, permissions that users in our organization and our customers usually does not have. Disc ...Show All

  • .NET Development How to send E-mail to multiple users but only 1 email visible to reciever

    Hi,   I'm trying to send an e-mail using smtp. I only want to create one mail  object and I want to send to multiple Users. I do not want the user's to be able to see who else is receiving th mail. Currently I'm only sending to one person at the moment. Here is what I have so far. btw, I'm using 2.0   protected void SendMail( string To, string Subject, string Body) { MailMessage message = new MailMessage (); message.From = new MailAddress (System.Configuration. ConfigurationSettings .AppSettings[ "MailSender" ], System.Configuration. ConfigurationSettings .AppSettings[ "MailSenderName" ] ...Show All

  • Windows Search Technologies How to connect to catelog SQL-Server Full text search

    Is there a way to connect to a Sql-Server Full text search catelog and display the result in the WDS UI If not, is there a releasedate planned to implement this feature Thanks, Gerard Hi Gerard, I hope the reply Brandon provided helped. Per the forum's new guidelines (please see below), could you please advise as to whether or not it answered your question If I don't hear from you within the next several days I'll go ahead and mark the thread as answered. Please note that if following a reply, a thread appears to be inactive, the Forum moderator may request the thread's author post a follow up message. Examples ...Show All

  • SQL Server SQLmail TEST failed

    When i select the SQL Mail > right click + properties under the Management > Legacy in SQL 2005. I enter MAPI profile name and press the button "TEST" i face this problems. TITLE: Microsoft SQL Server Management Studio ------------------------------ An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo) ------------------------------ ADDITIONAL INFORMATION: xp_test_mapi_profile : failed with mail error 0x80040111 (Microsoft SQL Server, Error: 17925) anyone can help me Thanks!! Here is detailed info how to c ...Show All

  • .NET Development CLR and Native code

    Hi all, I'm very confused of what is the role of the CLR after the MSIL is converted to the native code Does the CLR pops out each machine instruction and executes them Thanks, Suresh. I often read that CLR allocates memory,does garbage collection,resolve assemblies etc., I beleive these services are associated with the code at runtime (native code) Can you please explain more in detail... Thanks, Suresh. ...Show All

  • Visual C++ Where's the call browser gone in the June 2005 CTP version?

    I've gotten quite attached to it and I'm missing it! Hi David, I think you are talking about item in menu that you get from right click. Not sure why menu is not there, looks like a bug to me. Good catch. Go ahead and open a bug on lab.msdn.microsoft.com. I was able to get it back using View menu and from Class View. Thanks, Nikola ...Show All

  • SQL Server Creating tables from other tables

    Hi, I have a table of data and would like to make an exact copy of the table (structure and data). Are there any ways to do this without having to first run a create statement (that would have been based on the original table being manually scripted) and then select insert for the data. The reason being that this initial table may change and that would mean I would have to go and change my create statements. It would be nice to have a blind command:- create table A based on table B etc Thanks Rhys Rhys, The SELECT INTO command may work for you. here is an example CREAT ...Show All

  • Software Development for Windows Vista Workflow Monitor

    Is there any way to present user friendly captions on activities, Like "Waitng for approval" In Beta 1.2, creating a custom activity causes some properties to dissapear. For ex creating a user defined Eventsink causes you to loose properties like Interface, event and parameters. For this reason it's not very reusable. Can we look forward to a change in Beta 2 ...Show All

  • .NET Development Can't Delete Row From Table.

    Hi! I've a table in typed dataset to which if I add a row I can add it and save it as well. But when I delete a row from that table, count of rows go down by the number of rows I delete from that table. But when I try to save them nothing happens as expected it should return the number of rows updated. Before updation I'm cloning this table and storing changes in a clone and then updating the clone, merging it back to the orginal and accepting the changes. It works fine for addition but doesn't seem to work with deletion. Any idea what going wrong Sohail. What are you using to clone the table Have you checked the clone to make su ...Show All

  • Visual Studio New project type (like an HTML editor)?

    Hello! I read a lot about extensibility both from this forum and VS SDK but I still can't figure this out: how can I create a whole new project type what I need it's something similar with an HTML editor where I can use the Solution Explorer (to show the folders and files in a site), the Properties tab (for reading and setting various properties of the input controls), some commands in menus (let's say Copy site via FTP), perhaps some items in toolbox (add <image> in page) and so on. Very close to what I need seems to be BscPrj from samples but it's really huge and is written in C++. Something lighter seems to be MyProject (also ...Show All

©2008 Software Development Network