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

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

sieler

Member List

Jim Hart
Rajesh Choudhary
ChrisWest
Pivinski
halfasleeps
Don.Frazier
Dan Wood
XiaoFeng
DaveT317
Fawad Hamid
Chompin
FREDYCOREA
LMS65
MickRivers
Asim Zeeshan
george22
yuhatn
1Deepthi
Jason Dolinger
tealeh
Only Title

sieler's Q&A profile

  • SQL Server Failure to insert multiple rows into SQL database

    I have an app that imports data from a csv file into a dataset. The user views the dataset and then decides to import the data into the database by clicking the code below. I am getting the error message below when the app gets to the line 'objCommand.ExecuteNonQuery()' "Message="The variable name '@PartNumber' has already been declared. Variable names must be unique within a query batch or stored procedure. Incorrect syntax near ...Show All

  • Visual Basic ADO/Access Questions

      I've had a moderate amount of of experience with access databases in vb6. We'd declare a file system object and from that declare a workspace and from that a record set descriptor. One could picture and understand what was happening. VS2005 is different though. You could create and delete tables and define them dynamically. VS2005 seems to be different. It seems that things are done up front in the IDE Almost as if the relatio ...Show All

  • Visual Studio Zip task not given required parameter

    Hi, I'm trying to use the zip functionallity of Microsoft.VsSDK to zip my project files directly under VS. Similar to the IronPython project sample. But I'm getting the following error: Error 67 The "Zip" task was not given a value for the required parameter "ZipName". ProjectTest I've added the following to my csproj file: <Import Project="Tools\Build\Microsoft.VsSDK.targets" /> ANd < ...Show All

  • .NET Development Default DateTime value in SQL server

    Hi, How can i change the default DateTime Value in SQL Server. when i query using DBCC USEROPTIONS, it showing DataTime value as 'mdy'. now i want change it to 'dmy'. Is this possible Thanks, Kedar This won't change the SQL Server default but you can accomplish the formatting in your select statement.    SELECT CONVERT(varchar,<your date field>,103) AS <your date field>   &n ...Show All

  • Smart Device Development httpwebrequest "could not establish secure channel for SSL" through NTLM proxy

    I'm using VS 2003. With a Dell Axim x51 (with Windows Mobile 2005) I have installed the CF 2.0 on it.  The project was built with VS 03, however I use {application}.exe.config to get it to use the 2.0 CF.  This was necessary to go through an proxy server that uses NTLM.  NETCF 1.0 did not allow this.  This process works until I try to post to a SSL HTTPS page. Then I get this message: 'can not establis ...Show All

  • Visual C++ Linker error: Unresolved token _CrtDbgReportW using MSVC++ 2005 Express Edition Beta 2

    Hello. I'm trying to transition a VC++ .NET project that uses the STL from VS.NET 2003 to the VS.NET 2005 Express Edition Beta 2. I've installed the MS Platform SDK and made sure to include the SDK libraries into my project's dependencies. I also added msvcmrt.lib to resolve some linker errors (I found the corresponding hint using Google). The linker still produces LNK2028 unresolved token errors, however, for: "int __cdecl _CrtDbgReportW(int ...Show All

  • .NET Development Scanner interface

    I would like to be able to activate the scanner interface and receive an image from within my application rather than requireing users to scan documents into files and then select the file they have just scanned. Is there a way to do this Yes there is. It's called Windows Image Acquisition (WIA). For a good starting point see: http://www.codeproject.com/dotnet/wiascriptingdotnet.asp Hope this helps ...Show All

  • Microsoft ISV Community Center Forums Data Monitoring Application...

    I have been developing a windows forms application that monitors and controls industrial processes(ie. temperature, humidity, flow). My app needs to dynamically display data to the user in a graphical format. I thought SVG was my answer. I have spent the last 6 month developing my app around the Adobe SVG active X control. It was perfect, I could directly manipulate the SVG dom, and it would automatically change the graphic on the screen. Well, ...Show All

  • Software Development for Windows Vista Lab 10 Problem: Activity Condition cannot be set

    I dropped an IfElseBranch on the designer, then in the property grid, I select condition to be RuleCOnditionReference. In the expanded properties of the condition, we're supposed to set the condition name and expression. But the sample gives an error when trying click the ... next to 'ConditionName' property: "Value cannot be null. Paramater name: activity." Anyone knows why this happend and how to fix it Vihang, please, you are ...Show All

  • Smart Device Development Unable to start program. Missing .dll info.

    I am having problems running my application from VS 2005 on the actual device. I get the following error: "Unable to start program "SD Card\My.exe" An error ocurred that usually insicates a corrupt installation (code 0x8007007e) ...." I know that this error indicates that a .dll is missing. If I run the application from the device itself I get: "The file (My.exe) cannot be open. Either it is not signed with a trusted certificate, or one of its c ...Show All

  • Software Development for Windows Vista What kind of Host Application to use?

    hi I didn't  really get behind this whole thing of persistence, and host application. Therefore I have following question: We are developing a asp.net web application, where order can be made. After defining the order, the workflow should be triggered, and is used to control certain sla (service level agreement) times, in which certain actions should take place. For example: After 8 hours the order is checked if it was given clearance ...Show All

  • Smart Device Development VS 2005 and Smart Device installation problem

    I have a weird problem with my VS 2005 and Smart Device SDK installation. I'm using the DVDs from the Windows Mobile 5.0 Developer Evaluation Kit given away at the recent MEDC. I want to successfully install the Pocket PC and Smartphone SDKs and compare the IDE etc with that of evC 4.0. I appear to have successfully installed VS2005 however the Smart device SDKs do not appear to installed correctly at all even though I did install them. There s ...Show All

  • Windows Forms Problem with windows themes and child forms

    Hi, First of all, forgive me if I don't use the correct terms, I'm quite new with windows forms and all (and I'm not english ^^) I have a main windows form. Inside, I want to have 2 other forms. I want those forms to be "cropped" to the main windows (I don't want MDI windows, I want the child forms to stay inside the main form) I somehow managed to do that, but now, I have a weird problem with the windows themes : when a child window i ...Show All

  • Visual C++ Resource Editor: Add/Remove operation is impossible ... read only (NOT)

    I'm working with the mfcie sample application, I believe the most recent version.  Yesterday I was able to add menu items and add event handlers.  Today I attempt the same, am able to add the menu items, however upon attempting to add the event handler, after specifying the class to associate it with (the CMfcieView class), I get the message: "Add/Remove operation is impossible, because the code element 'CMfcieView' is read only" I che ...Show All

  • SQL Server "Integrated Security" and "Login failed for user 'NT AUTHORITY\NETWORK SERVICE'"

    I got a website using .Net v2.0.xxx and SQL Server Express 2005 in a Win2003 Domain Controller machine. Both website and SQLServer is running on the same machine. Website and SQLServer are configured to accept only Integrated Windows Authentication. Domain Users group is added in SQLServer logins list and given Read and Write access to the database used by the website. Also Domain Admins groups is added and given full permission to the same data ...Show All

©2008 Software Development Network

powered by phorum