JPJofre's Q&A profile
Visual Studio Team System Solution problems with RC and Beta 3
Maybe it's just me, but can you no longer add a solution to source code control when creating the solution (or project) Did something break with the beta 3 Awesome. This fixed it. For some reason I just expected the Team Suite to default to a given provider. I never even though to look here. Thanks for your help! Jeff ...Show All
Visual Studio 2008 (Pre-release) Go live for LINQ/DLINQ before Orcas?
There seems to be a lot of activity on this forum and it has me wondering...are all these questions coming from applications that aren't going to launch until after Orcas ships OR is it "OK" to create apps today that are targetting .NET 2.0 using LINQ/DLINQ :) Is there any chance there will be a Go Live license for LINQ/DLINQ before Orcas ships Whats the latest on when Orcas is expected to ship Basi ...Show All
Visual C# C#.net or VB.net
I am beginner for .net programmer. Just want to know which one is better on marketing VB.net or C#.net I heard big companies more like c#.ner than vb.net thanks. Hi , I am beginner for .net programmer. Just want to know which one is better on marketing VB.net or C#.net I heard big companies more like c#.ner than vb.net thanks. ...Show All
.NET Development Change Priority on the current thread
I'm new to threading in .net - I want to be able to change the priority of the current thread in a .net 2005 DLL so it can run a long process such as a data load. I would also be ok with launching another thread but I didnt know how to pass parameters through to it from the msdn examples. The caller can be (a) web services (b) a vb6 program run from scheduled tasks or manually (c) ASP or ASPX from IIS Here's what I've written. All ...Show All
Software Development for Windows Vista InvokeWebService vs InvokeWorkflow
I would like to know what the overhead is when calling a workflow nativly from a another workflow compared to call it as an exposed web service. This would be valuable information when modelling workflows. InvokeWebService is going to end up going out on the network - or at least through sockets (if the workflow happened to be in the ASP.NET process). I wouldn't recommend that approach for speed - InvokeWorkfl ...Show All
Visual Studio Express Editions No projects
Hello all I just downloaded Visual Basic 2005 Express Edition and C# 2005 Express Edition (.iso), burnt them to a CD and installed them. But when i go to create a new projects, via File - New Project, there are no projects there. I have downloaded the online downloader-thingy and repaired Visual Basic 2005 Express Edition (downloading the files instead of using the cd's), but the problem still persists. Can someone please help me with ...Show All
Windows Live Developer Forums Worlds Best App Contest Winners
It’s time to announce the winning applications for MSNR Messenger’s Worlds Best App Contest , which MSN ran from September through December 31 st , 2005. There were a lot of great entries, hard work and interesting new ideas for building new applications and games within Messenger. Submitted applications were judged based on the official rules and judging criteria which included creativity, launches during the contest, suit ...Show All
SQL Server Retrieve data from a SSIS package
Hi! I have a report that retrives data from a SSIS package. When I try to run the query (which is the name of the dataReader), I get this error: "An error occurred while executing the query. The package failed to execute (Microsoft.SqlServer.Dts.DtsClient)" Any ideas Thank you! ...Show All
Visual Basic overload button1_click()
Hi, I've created an array of buttons, I need a special function to run when ever I press one of the buttons of the array. how can I define/call such a function I've tried to creat a new class that inhertirs form Button but I didn't managed to overload the correct function.... dim ArrayOfButtns(N) as Button '' N determained by the user Raviv, Since the number of buttons is not known at compile t ...Show All
SQL Server Setting permissions to clr procedures while debugging.
I'm evaluating the writing of our stored procedures in C# through the CLR integration of SQL Server 2005. The problem I'm fighting with right now is permissions and debugging. I've written a stored procedure in Visual Studio 2005. When I run the stored procedure, I get an error stating that execute permission is not set on the stored procedure. I go into SQL Server Management Studio and explicitly set the permission and everything works fine. UN ...Show All
Visual Studio Team System Team Build (not building web sites)
Thanks for your help in advance. I cannot get my team builds to include web site projects. To test I created a new Team Project (with all defaults) with a brand new Solution & Web Service project (with all defaults). Then I created a Team Build (with all defaults). When I run the build, there are no errors - in fact it reports success, but it processes the SLN, but my project never is built. Any advice What's more is that I have ano ...Show All
Software Development for Windows Vista Problems with DataTable as Property
Hi, I created activity with property DataTable (dependency property) and I want to bind it with DataTable in main workflow, but when I click on properties window on this property I do not have options to bind it. When I change this property from DataTable to string or XmlReader it works, but with DataTable it does not. Any help how to pass from one activity to another DataTables Thanks for any advice. Peter ...Show All
Visual Studio 2008 (Pre-release) Two-way data binding with ColorPicker Demo
Hi, To gt my head around two way data binding on custom controls I've been trying to bind the Color property of tow of the samle ColorPickers. I'm probably just overlooking something completly obvious but I can't for the life of me see what it is. T add to the confusion the individual bytes Red, Green and Ble bind with no trouble. Any help shaking the cobwebs from my head would be greatly appreciated. You can find the demo here: ms-h ...Show All
Windows Forms Form Synching with DataBound ComboBox
Hello all: I must be doing something wrong. I have a combobox that is databound to a dataset table and a series of other controls (mostly textboxes) that I wish to synch with the selection made in the combobox. From my understanding of&n ...Show All
Visual C++ Strange error with _fileno
We're in the process of converting from visual studio 98 to 2005 (yes, we were a bit behind the times). Most of the changes are now dealt with, but there's one weird one that we can't figure out - it looks like a bug in the compiler. Here's the error we get: v:\frame\utils\.\preftext.c(104) : warning C4996: '_fileno' was declared deprecated C:\MSDev05\VC\include\stdio.h(219) : see declaration of '_fileno' Message: 'The POSIX name for th ...Show All
