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

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

Strivedi

Member List

Bruno Valente - PT
Beric Holt
SamsamSam
bosseman
Roy M Drenker
disom6162
ziad dodin
MeiXi
PolkaDance
JF002
Ron Moses
twolfkg
Filip123
JP3
Dedidado
leovernazza
ErikM
jordan kaliher
Brain_Dead_Mind
JainNitin
Only Title

Strivedi's Q&A profile

  • Visual C++ MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function _WinMainCRTStartup

    Hi Justin! i am completely new to this and have to learn the language fairly rapidly, got myself a decent book, but when i try and compile a simple hello world program i get the error:      Linking...    MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function _WinMainCRTStartup    Debug\dont know.exe : fatal error LN ...Show All

  • Windows Forms Custom App.config sections and handler

    I've created a custom app.config section <configuration>     <configSections>           <sectionGroup name="MySectionGroup">             <section name="MySectionName" type="ConfigSections.MyConfigHandler, ConfigSections"/>         </sectionGroup>     </configSections&g ...Show All

  • SQL Server Decoding Decimal Form of HRESULT from ErrorCode

    I have an OLE-DB Command transformation that inserts a row. If the insert SQL command fails for some reason, I use the "Redirect Row" option to send the row to another OLE-DB Command transformation that logs the error on that row to a "failed rows" table. In this table I log the ErrorCode and ErrorColumn values that come with the error path from the first OLE-DB Command. OK, that's all working great. However, here's the kicke ...Show All

  • Visual C++ linking problems (invalid or corrupt file)

    Hello experts! I was testing compilation programs with dlls. So I have created simple dll with header: int sum(int size) { return size*2; } And I have compiled it. I have also created simple console application using this library. In project options I have added headers path and libs path, but I have linking errors: Linking... C:\Documents and Settings\Jacek\Moje dokumenty\Visual Studio 2005\Projects\mylib\release\mylib.dll : fatal error LNK1 ...Show All

  • SQL Server silent unpack of

    Hello, The need is to redistribute and install SQL Express in the silent mode. Looks like the current license does not allow to redistribute SQL Express in a way other than self-unpacking archive (we need sqlexpr_adv.exe). It seems that the way to do it is: 1. Unpack this archive in the silent mode to the default temp directory, without any dialogs popping up. 2. Proceed with the installation of the unpacked files in the silent mode. ...Show All

  • Windows Forms No-Touch Deployment Issues

    Dear .net gurus,  I am trying the No-touch (Internet) deployment feature of the vb.net using framework 1.1 MSDN talks abt 2 ways this can be done. Using a launcher or stub application that loads assemblies from a web server using Assembly.LoadForm m ...Show All

  • Visual Studio Shadow Folder Problem

    i have a problem with shadow folders. i use source safe to develop a asp.net web site in a team. i want the website to be shadow copied to inetpub to be live just in time when somebody checks in a file in visual studio. but when checking in a file in visual studio the shadow folder file is not updated iis and source safe are installed on the same machine, so i think that the impersonation is not the matter. when i open source safe a ...Show All

  • Visual Studio 2008 (Pre-release) STS Sample "Federated Security" on wcf.netfx3.com

    Hi, I've got this Federated Security sample running ( http://wcf.netfx3.com/files/folders/authorization/entry1954.aspx ) and I would like to make an additional client application. This second client is a copy of the "Client" application included in the sample however this copy will be running in-house "at Woodgrove" rather than "at Fabrikam". This copy needs to work when the Fabrikam STS is unreachable (not runn ...Show All

  • Visual C# Running external executables from C#.NET (2005)

    Is there a way to run an external .exe from within a C#.NET app Obviously, the shell is a vb deal... Dwaine You can use the Process clas in the Diagnostics namespace to start an external process. Here's a small code snippet which you can use to start an external exe. Code Snippet: ========== using System; using System.Collections.Generic; using System.Text; //you will need the Diagnostics Names ...Show All

  • Software Development for Windows Vista how can i get the windows vista 5308?

    hi, i'm trying to get windows vista 5308..........so.... hao can i do ...Show All

  • Visual Studio Express Editions VB 2005 Express Edition and SQL Server 2005

    Hi I have a server with Windows 2003 SBS and SQL Server 2005. Also i have a client computer with Windows XP and installed the VB 2005 Express Edition I try to make a programm to communicate with SQL Server 2005, but i couldn't Why Thanks Please look at the differences between the Express versions and the full versions of VB (Visual Studio): http://msdn.microsoft.com/vstudio/products/compare/default.aspx Specifical ...Show All

  • Windows Forms Getting rid of those sound effects in RichTextBoxes

    Hello, Does anyone know how to remove those annoying sound effects in RichTextBoxes. For example, if you're trying to move the cursor outside text zone (using the keyboard) or if you're trying to delete a protected portion of text, you get a sound e ...Show All

  • Visual Studio Team System Remote Access Without DC

    Hi, I have configured TFS in a WIN2003 STD machine. I can correctly connect from computers inside my network, but when I connect form a remote client (outside my network), the reports and documents links doe not work because they point to http://machinename What can I do so remote clients get the IP address and also that the computers inside the network can connect Thanks in advance I did a little cheat, maybe ...Show All

  • Windows Forms ListView Grouping

    Hi, In Windows XP, the Common Controls ListView supports item grouping, as seen in Explorer. How can I get my C# app to utilise this functionality cheers! Ah, excellent. I suppose that won't be until Yukon/Longhorn/FX2.0 though ...Show All

  • Visual C++ Difference between C++ and Managed Programming using C++

    Is there a difference between the two If so what are the differences of the two..Does the managed program have something to do with the how the language runs with the Commmon Language Runtime I just am tryin to get clear or somethings Hi, It is possible to write Managed Code as well as Unmanaged code using C++. Managed code is code that runs withing the context of the Common Language Runtime. So, if you write code using the Managed Exte ...Show All

©2008 Software Development Network

powered by phorum