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

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

SideByEach

Member List

Scott S. Waschitz
jrg123
Huw Collingbourne
Athar.Iqbal
Y.S. Shim
kplaner
Rushi Amin
gmitchell7
Fourge
Brian Grunkemeyer
RobARob
sal p
Edward JJJJ
pradeepp
cuski
SBurris
SP_UK
Mike Woods
howle
David Broman
Only Title

SideByEach's Q&A profile

  • Windows Forms command line windows forms

    ok first of all hi as this is my first post. until recently ive been using VS.NET 2002 on my laptop. however it died so i no longer have it installed (plus ive used all my activations). for the time being im being forced to use the VBC compiler for my studies. problem is our lecturer prefers us to hand work in on a standard windows  ...Show All

  • Visual Studio 2008 (Pre-release) using *linq with a web project

    web projects don't seem to have a .csproj file, where the pointer to the alternate c# compiler resides. so, how can i use *linq with a web project   if you are not doing any inline coding, you could also compile your code with C# 3.0 compiler and copy the related assemblies (like System.Query.dll) to the bin directory ...Show All

  • Visual Studio 2008 (Pre-release) Problem with FaultException<>

    I'm having a problem getting FaultException<> to actually return as a generic FaultException rather than the plain FaultException class. I set up a test service that can throw either a System.IO.FileNotFoundException or a System.Data.SqlClient.SqlException, with appropriate [FaultContract()] attributes on the operation. The problem is, when I throw a FaultException<FileNotFoundException> I get the correct generic exception at the client, and I can retrieve the actual exception from the Detail property. With FaultException<SqlException>, I don't get a generic exception at the client, I just get a System.ServiceModel.Fa ...Show All

  • Visual Basic Async event or callback from the c++ dll to the vb.net application

    Hello I have an vb.net application that need to perform async tcp/ip  communication with some boards. For this communication I have an c++ win32 dll . here is the question : when my dll  asynchronically receives some data he must immediately notifies about this and send it to the main vb.net project , how do I do it Actually I want to create and set an event in my dll for this purpose but I don't know how to catch this event in vb.net application May be I need use the callback for this but again I don’t know how to do it thanks in advance Ok if you want to use a callback all you have to, is to p ...Show All

  • SQL Server Adding Integration Services Node in Server Management Studio

    Hi, Am just getting started with SSIS. Based on an article I saw online, I would expect to find an "Integration Services" node in Server Management Studio, but I don't see this node. I'm trying to create and execute a simple package. Running...  Microsoft SQL Server 2005 - 9.00.1116 (Intel X86)     Apr  9 2005 20:56:37     Copyright (c) 1988-2004 Microsoft Corporation     Beta Edition on Windows NT 5.2 (Build 3790: Service Pack 1) ...on a named instance. Thanks, krog Any additional information about this I also recieve "Access denied" ...Show All

  • Visual Studio Express Editions Run a program from my program

    What C++ command should I use to run a program from mine. Example open a ".txt" file with notepad when I hit a button in my program. Use the system method. Search for it in msdn at http://msdn.microsoft.com/library/default.asp url=/library/en-us/vclib/html/_crt_system.2c_._wsystem.asp Thanks, Ayman Shoukry VC++ Team ...Show All

  • .NET Development How to Handle relative URLs in HTTPWebRequest

    Hi, I am catching the request from browswers using HTTPListener object and then processing those requests through HTTPWebRequest and writing back the response using HTTPWebResponse classes. The problem is with relative links for images and other scripts. For example my listener gets a request for http:// www.yahoo.com/r/n , it process forwards it to the web server using HTTPWebRequest. Now the further requests having relative URLs for images/scripts on this page are automatically made and most of them returned 404 Not found error. I tried to insert a <base href=http://hostaddress....> in the source code of that page but that crea ...Show All

  • Smart Device Development VS2005 Embedded Compact Framework 2 Deployment

    Typically when developing for an Windows CE device such as a PDA you can use activesync  to deploy the app and the version of .NET CF if its not available. Situation: Using Platform Builder CE5 have created an image (with .NET CF 1 as in the catalog).  Given connectivity problems I often just build my  CF apps to the FlatRelease directory and can then run on the device (OS running in debug mode) from there, or create a cab file on a memory stick which I then use to install to device.  I assume that if I had activesync running on the device then when I run the app from VS the .NETCF2 files will be copie ...Show All

  • Visual C++ New to C++, error LNK2001: unresolved external symbol "double __cdecl

    Hi, I'm very very new to this. I've been working on a school payroll project. I have to read in an array of structs, process them for grossPay taxes etc, then output the results. Sounds easy... but I keep getting this error: "error LNK2001: unresolved external symbol "double __cdecl grossPay(double,int)" ( grossPay@@$$FYANNH@Z )" I get one of those errors for each of my processing functions. I can't tell if I'm doing something wrong syntax wise(probably) or where my problem is. Here's how that function listed above is set up: prototype: double grossPay( double , double , int , double , double ); call: ...Show All

  • SQL Server CLR User-defined aggregate support Java/J#?

    I want to write a Java User-defined aggregate (UDA). Shall I use J# I converted the C# example given in books online to J#. I am getting this error (as well as whole bunch of warning when I create the assembly.) Msg 6558, Level 16, State 1, Line 1 CREATE AGGREGATE failed because type 'Concatenate' does not conform to UDAGG specification due to method 'Init'. Msg 6597, Level 16, State 2, Line 1 CREATE AGGREGATE failed. btw, I have the use unsafe assembly options when creating the assembly otherwise I get this error: Msg 6265, Level 16, State 1, Line 1 CREATE ASSEMBLY failed because type "com.ms.vjsharp.cor.COMUt ...Show All

  • Visual Studio Dynamic Code Execution

    Hello everybody, is there a way to execute some dynamic code in MSBuild I need to assign an expression which should be evaluated at run-time (i.e. when the script is being parsed or executed): <SomeNiceTask StartDate = DateTime.Today.AddDays(- 1 ).AddHours( 2 ).ToString() /> Is it possible or do I have to write a custom task for that :-| Ondrej Yes. There is an open source project that has a collection of custom MSBuild tasks. You can download it from http://msbuildtasks.tigris.org/ . I believe that the "Script" task will do what you want. ...Show All

  • Visual Studio Team System TFSDeleteProject/Add Project with Same Name in Beta 3

    Can you still not use TFSDeleteProject to delete a project in beta 3 and then add a project back with the same name that was just deleted   I tried it and received errors. Thanks There's a lingering bug in beta 3 that prevents the naming of a project with the same name as a deleted project.  The bug is scheduled to be fixed in the final release. ...Show All

  • Visual C++ bug with virtual private memeber function

    I created a base class with a private virtual funciton. I was then able to inherit from that class and override the private function as if it was protected. No compiler errors, and the behavior is as if it was 'protected', not 'private' I would have inlined the code, but there's no clear way to avoid it taking up ridiculous amounts of space by skipping lines. You can not protect a virtual function against overriding if this is the issue you want to solve. The private keyword tells the compiler to protect this function from "outside the class usage". You can create a new derived c ...Show All

  • SQL Server Stored Procedure runs but no records inserted

    I have just installed a fresh copy of SQL Server 2005 on a new server.  I transferred over one of my stored procs which has been working beautifully on another SQL Server 2005 server. This time though when it's run, It runs but doesn't insert anything into the destination table.  I recreated the tables that were on another server on this server by using the SQL query that you produce when  you do a Right-click | Script Table As | Create To | New Query Editor Window and simply copied and pasted the table creation sql script on my new server, changed the database name and it created it fine. What else could it be   I ...Show All

  • SQL Server function on indexed field

    Hi, I am using sql server 2000 SP1.    select * from document_display where upper(document_name) = upper(v_document_name) v_document_name is a variable. The table is over 200,000 records and presently has index on column document_name Could anyone help on how to improve the performance of above query   Can you store the document_name in a column that uses a non-case-sensitive collation   Then you won't need to use the UPPER function to compare them...   -- Adam Machanic Pro SQL Server 2005, available now http://www..apress.com/book/bookDisplay.html b ...Show All

©2008 Software Development Network