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

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

Julesy

Member List

byang
PaulSQL
Nick DeJacimo
D13G0
KatrinaTookIt
Scott_P
jpkuzma
curiousEngine
gshaf
Leo8537
reformist
houman_ag
jjbval
sunwei2004
jmc42
amaly0827
ToddGibbs
MikeTheMechanic
ajhuddy
jvcoach23_23
Only Title

Julesy's Q&A profile

  • SQL Server Parameter for Breaking at start of Group

    Hello, I'm using SQLServer 2005 and I build a report in the visual studio. I need a way to pass as parameter whether to break at start of a specific group or not. Thanks, Talia. Hi Talia, unfortunately, RS does not accept expressions as values for the page break properties.  However, I have a similar problem and I have an idea that might work for you.  You can add a small List w ...Show All

  • Visual C# 'Exclude Files From Project' - Beta 2

    How do I 'Exclude Files From Project' in VS 2005   I have a solution that requires files to exists in the directory structure but not be compiled. Where has this functionality moved to   Also, what happened to the 'Show All Files' option Regards, I am having the same problem with the same tools. please let me know if you find a work around ...Show All

  • Visual C++ Problem running VC++ 6 and VS.Net 2003 on XP box

    Anyone know of a problem having these 2 environments loaded on the same XP box   I have them both on my 2000 machine and no problems.  However, on my XP machine I have debug problems in VC++ 6.  Release builds run fine, but Debug builds crash immediately.  If I step into the debugger on app startup, I can see there are memory issues -- strings being corrupted, overwriting each other, etc. Thanks. ...Show All

  • SQL Server Trying a concantenate a set of results from a query in SQL Server with multivalue parameter

    Help! I am trying to concantenate a single return line from table values in SQL Server 2005. I can get close, but not get any version of my code to work. I had a stored procedure working, but client needed ability to make multiple selections. So I am trying to rework the code into a select parameter. This is current version: Declare @t Table (YouthID int, CurMeds nvarchar(150)) Declare @CurMed varchar(100) Declare @ArrayList varchar(200) ...Show All

  • Windows Forms I have a solution

    > Hi ... > > In my application, the user can drag and drop objects from the toolbox to > the main working area (just like in Visual Studio). Each of these objects is > actually an image that is displayed in the work area using a  ...Show All

  • Visual Studio Express Editions installing VS 2005 beta 2

    I have tried to install Visual Studio 2005 Beta 2, but I'm told i have a previous version of Visual Web Developer installed. It does not appear in my control panel though! Any one have an idea of what to do I am sorry to hear that you have problem. You could try out this auto uninstall tool here. http://mscomapps/fwlink/edit.asp linkid=47065   Please also refer to this document at https://blogs.msdn.com/hgao/archive/2005/05/30/423249 ...Show All

  • Visual C++ Help Needed : Error using a DLL after compiling with /CLR

    I'm trying to take an old(er) C Win32 app and move towards managed C++ (C++/CLI). I have successfully made the modifications to the code to bring it up to C++ specs. I will compile/link and run just fine as C++. I can compile it as C++ code, but when I make the move to managed (via the /CLR) compiler switch I have *one* problem. The program uses many dll's.. some written in house some 3rd party. All the inhouse and most of the 3rd party dll's wo ...Show All

  • Visual Studio Team System How To: Simple Steps to create a Webservice Load test

    I am new to VS2005 and would like to create a load test for our webservice. The webservice must be able to handle simultaneous connections. I followed the steps detailed in: http://msdn2.microsoft.com/en-us/library/ms182557.aspx as a start, but I am missing the connection to move further. The following link takes you to a page which has a number of help links for creating a load test. Please let me k ...Show All

  • Visual C# Select in DataTable with condition on DateTime column

    Hello. I'm having a problem migrating to .NET 2.0 and it seems like I'm stuck. :( The problem is that DataTable.Select() run with condition on a DateTime column doesn't find any rows if the DateTime objects were defined with non-zero time (i.e. not 00:00:00). Code Sample: > Unfortunately we have the world that we have Yes but wouldn't it be boring if everything was simple. ...Show All

  • SQL Server error of Initializing SQL Server Reconciler has failed using SQL Server CE 2.0

    hi, i'm using SQL Server CE 2.0 in my application. When i try to synchronize my database by calling replicator.Synchronize(); errors :   Initializing SQL Server Reconciler has failed. process could not connect to Distributor SQL Server does not exists and access denied. what i did right now is i try to register regsvr32 "C:\Program Files\Microsoft SQL Server CE 2.0\Server\sscerp20.dll" regsvr32 "C:\Labs\NorthwindTempFiles\sscesa20 ...Show All

  • SQL Server lower-case function

    hi everybody I'm new to SQL Server. I'm using XQuery and i want to user a function lower-case(String) which is valid in XQuery but i can't execute it in SQL server. If Anybody have any idea whether it is allowed or is there any function like this then please help me Thanks If you would like to see this or any other function supported in a future version of SQL Server please file a request at http://connect.mi ...Show All

  • Windows Forms Console Application Problem

    How can I terminate console application in Try…Catch…Finally…End Try block so that code in Finally gets executed. If I use End statement Finally does not get executed.  Following is my code written in Console Application.  Module Module1    Sub Main()&nb ...Show All

  • SQL Server Error data types do not match

    I have a flatfile source with qty,title and author..i add a lookup and in that i establish relation between title and titel of pubs database..but i am getting an error.. one or more columns do not hav supported data types,or their datatypes do not match..i checked both hav dt_str,and in database pubs title is varchr..so why this eror I think the error is quite clear. Open your lookup and navigate to the olumns tab. Now hover over each colu ...Show All

  • Visual Studio User dynamically chooses group-by field

    Hello, I would like to allow the user to dynamic choose which field to group-by in a report. In the Windows form they choose a field by name from a combobox, then I pass that to the report as a parameter. How do I then use that in the report in the group-by dialog I've tried to construct the "Fields" expression using the parameter but I'm missing something. The following does not work. = "Fields!" & Parameter.Mine. ...Show All

  • Visual Studio Team System RequestEnumeratorException when running a load test through VSTS

    When I'm running a loadtest containing multiple webtests, the following exception is generated: RequestEnumeratorException Exception occurred: The given key was not present in the dictionary. Error Stack Trace is given below: at Microsoft.VisualStudio.TestTools.WebTesting.ThreadedWebTest.<GetRequestEnumerator>d__0.MoveNext() at Microsoft.VisualStudio.TestTools.WebStress.WebTestCaseVariation.ExecuteNextTopLevelRequest() Please h ...Show All

©2008 Software Development Network

powered by phorum