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

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

milgurung

Member List

stephane - Montpellier
hoagie55
Frank S
Rama Satya Jagan K
ruleDWorld
Hello_Yo
Chandresh
Saania
qrli
boston123
Satya vani
Fabriciom
Juergen Lorenz
Olexandr
Charles Tam
Natan Drozd
Spyder_Snyper
Rhubarb
Radu Carlan
Wadworth Waxstrong
Only Title

milgurung's Q&A profile

  • Visual Studio Express Editions Problems with basic Hello World program.

    I am using the following code.... #include "stdafx.h" #include <iostream> int _tmain(int argc, _TCHAR* argv[]) { std::cout << "Hello, world!\n"; return 0; } And I am getting the following error... Error 1 error LNK2019: unresolved external symbol "__declspec(dllimport) class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<<char,struct std::char_traits<char> >(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *)" (__imp_ $ 6DU $char_traits@D@std@@@std@@YAAAV $basic_ostream@DU $char_traits@D@std@@@0@AAV10@PBD@Z) referenced in function _wmain test4.obj I don't know why but V C++ EE ins ...Show All

  • SQL Server sql 2000 trigger that sends xml

    Im trying to make an insert trigger that writes the inserted row to xml, then sends then saves that xml to a directory on the server, after which it runs a web service (using xp_commandshell I guess). This web service can then go to the directory and read the xml and do whatever it wants with it. I made the trigger and in the end put FOR XML. Im just not sure how to tell that trigger to put that xml file in a certain place. Is this possible Yeshia, Can you explain your scenario a little more It isn't clear to me if you are trying to call a web service with the inserted row as data, or if you are trying to host a web service where the insert row is the data. If you are trying to call a web service: ...Show All

  • .NET Development round of a decimal

    Hi, I need to round a decimal to 2 significat digits let me tell you an example i take a number and convert it into bytes,KB,MB,GB,TB etc for numbers <0.01 and >0.0001 i am trying to print #.#### but if i take a number 0.000000000234 - i need the result 0.00000000023 if i take a number 0.000000256 i need the result 0.000000266 how can i do this Thank you ...Show All

  • Visual Studio SandCastle, Msbuild, and H2Reg

    I have updated to the Oct 17 version of sandcastle and update msbuild scripts for the changes in this version. I am successfully building an hxs and can view it correctly with h2 viewer. However, when I register the collection to integrate it with Vs 2005 only the index items appear but nothing shows in the content window. I have search the fourm and can't find anything similar to this issue. Anyone have any clues why the collection looks fine in the viewer but not content in content window in vs2005 thanks, Don Eddleman Due to the "BUILD FAILED" reference I assume you're using the help file builder.  If so, make sure you are using the latest version (1.3.2.0).  If you still have troub ...Show All

  • Visual Studio Crystal Reports XI R2 on hosting site

    I have CR XI R2 Developer with SP1 & Visual Studio 2005 standard. I have created a web setup project and added the MSM merge modules and I get the following messages when I access the web page after I publish the project to hosting service I get An error has occurred while attempting to load the Crystal Reports runtime. Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly. Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required. Please go to http://www.businessobjects.com/support for more information. Description: An unhandled exception o ...Show All

  • Customer Care Framework No public or private folder

    Hi, I couldn;t find any folders such as PUBLIC or PRIVATE when CCF Setup is extracted. Given below is the directory sturcture (at the first level) Volume in drive D is New Volume Directory of D:\SankaraNarayanan\CCF\ccfextract CCF2005_SW-License.rtf Redist.txt <DIR> Setup <DIR> SourceCode <DIR> UserDocuments Directory of D:\SankaraNarayanan\CCF\ccfextract\setup <DIR> CcfReports <DIR> CcfServer <DIR> CcfTools <DIR> Database <DIR> DemoApps <DIR> Others <DIR> SSP Directory of D:\SankaraNarayanan\CCF\ccfextract\SOURCECODE <DIR> Microsoft.Ccf <DIR> Microsoft.Ccf.Adapter <DIR> ...Show All

  • SharePoint Products and Technologies using workflow and sending emails

    I am using team template in sharepoint. Now i want that when ever i setup an discussion or calender item, the people who are authorised or made member of that group get an email.How can i do that. One more query I want that whenever anybody wants to start a discussion on website or upload a document, an email for giving approval should come to sharepoint administrator.How this can be done Thanks all ...Show All

  • Visual Basic How to query by 1 Button_event several TextBox's Text

    Several TextBoxes (First, LastName, DOB etc)are bound to a Database . 1. How to query any of these TextBoxes with 1 Button The query for one of the TextBoxes: SELECT IDP, First, LastName, DOB, SocialSecurityNumber FROM Table12 WHERE (First = @TextBox1) 2. Furthermore, how would be a query look like if the user just type the first letter of the LastName   Dim queryText As String ' Scenario a) If Textbox1.text="" And Texbox2.text="" And Textbox3.text="" And Textbox4.Text="" Then  MsgBox("Please input a string for a query.") ' Textb ...Show All

  • SharePoint Products and Technologies Sharepoint Designer + Expression - Frontpage = ?

    I just downloaded the Frontpage replacement which consists of two products named Microsoft Sharepoint Designer and Microsoft Expression. From what I can tell the two products are practically identical in functionality. Questions: 1. What is the difference if any 2. It looks to me like I can accomplish the same things that either of these two products are capable of using Visual Studio 2005. Am I wrong I do appreciate qualified feedback and thank you in advance.   - ppothier MBA/CIS, BS/BIS, MCSE, CNE, CCNA, A+, MCAD (in progress) P.S. Happy new year and looking to forward to a wealth of new Microsoft products to work with :). Here's a question maybe someone can answer. We h ...Show All

  • Visual Studio Team System copy files

    Thanks for that, But now this is another problem, In my beforeBuild target, the file buildNumbers.txt is read because it contains the build number. It uses the taskparameter lines and ItemName ItemsFromFile. The string is stored in ItemsFromFile colection and I can see it work because of the line <WriteLinesToFile File="c:\test.txt" Lines="@(ItemsFromFile)" Overwrite="true" /> is coping the build number to that file every single time it builds. The reason why I'm doing this is because I want to always have access to the previous build to copy some files in some temporary location and the copy them back after it builds. What would you suggest in the createItem <Target Name=& ...Show All

  • Visual C++ How could I use the "default window behavior" in initial time ??

    I dock a toolbar in the bottom of Mainframe[ in function of CMainFrame::OnCreate() ], so I can initial my application with docking that toolbar in the botom. My problem: After I hide that toolbar by any click event, I can't start my application with default toolbar by rebuild [it is hidden from last time use] In other words, first time I start my application and I see the toolbar in the bottom, then after I hidden the toolbar, I can't see the toolbar anymore in initial time How could I do I just need to see the default window behavior designed by programmer. Thanks for help. This forum is for C++ language and compilation issues. You can find MFC newsgroups here: http://msdn.microsoft.com/newsgroups/top ...Show All

  • Visual Studio 2008 (Pre-release) Default value?

    I have the below contract but it does not seem to work. When the client calls this api without specifying the optional argument instead of setting the value to the default it is always null. I have included the datacontract and a portion of the service reference from the client. The client service reference code seems to "know" that this parameter is optional but it does not seem to "know" about the default value. What am I doing wrong Kevin < xsd:element name =" Culture " type =" xsd:string " default =" en-US " minOccurs =" 0 "/> [ DataContract ()] public class GetPaymentTypesRequestType { private string cultureField; public GetPa ...Show All

  • .NET Development .NET 2.0 Real Time Requirements

    Hi. Probably .NET 2.0 and realt time requirements shouldnt be on the same sentence. I'm trying to control a machine that set's me some real time requirements, the machine fires events,  inside those events I have to do some processing. On one of them I have less than 200ms to performs the work that I need. 200ms is already very thight I cant waste more than 180ms. Per minute I have fired at least 120 of these events I have to handle all of them and can't stay on them for longer than 180 ms. My question is, is the .NET Framework suited to this kind of work Another thing that I must say to help on the discussion, if I waste more than 180ms the machine stops, and that can't happen I really have to meet the time!!! Even if ...Show All

  • Visual Studio Team System Build on specific labels

    Is it possible to construct a new Team build type based not on the latest versions of the solutions in Team project, but to drill futher down and specify the specific version of those solutions that should be used for the build If I just follow the New Build Type wizard in VSTE it allows me to select solutions, but it does not allow me to tell which specific version of this solution to use and it always uses the latest versions for the build. There are(and quite often) situations when I would like to use some old labeled versions of the one or two solutions that are included in the build. May be there are some command line ways to specify which version of the solution to use for the build Thank you, Simon Goldshmid ...Show All

  • Visual Basic Validating a date in a DataRow

    Hi there, I have a date in a datatable which has been populated from an excel worksheet. Then scan the Datatable and validate each of the rows/columns as the data will be imported into the database. This is all fine with the exception of the date checking my code is below:- 'I've already populated the datatable etc then---->>> Public DataError As String = "#Bad Value#" Dim dt As DataTable = ds.Tables(0) For Each row As DataRow In dt.Rows If IsDate(row(5).ToString) Then DOB = row(5).ToString Else DOB = DataError End If Next row I've also tried:- If IsDate("#" & row(5).ToString & "#") Then and still no luck.... Can anyone out the ...Show All

©2008 Software Development Network