Mrbaseball34's Q&A profile
Visual Basic COM Interop, Property Get,Let,Set Interface Attribute?
Hello, We are in the middle of a rather large piecemeal upgrade of our VB6 system to .NET 2.0. We started in 1.1 and have sence migrated that code to 2.0. We have done a few of our libraries to this point, and are gearing up to upgrade a lot more of them in the next month or so. We ran into a problem in our first library that required a rather nasty fix and I was hoping someone could point us to a better solution. ...Show All
SQL Server Creating a Report Model
I am primarily a web developer as of late utilizing Visual Web Developer 2005 Express with SQL 2005. I'd like to generate some reports from the data stored in SQL and like the options that the Reporting Services provides. However, I need to create a report model which I understand requires the full Visual Studio product. Do, or will any of the Express editions of Visual Studio 2005 allow me to create a report ...Show All
Visual Studio Paging in toolbar off-by-one
I'm using the ReportViewer control in a WinForms project, using Local processing mode. On the report itself, it always correctly shows the current page and total number of pages in the report using Globals!PageNumber and Globals!TotalPages. However, in the toolbar page navigator, the total number of pages is always initially shown as one less than the actual number of total pages. For example, I've got a report that actually has ...Show All
Smart Device Development Registry Editor for x86 devices?
Hi there. So Ive looked all over the net to find at registry editor for x86 devices but with no such luck. And also these forums without any luck. Anybody that knows of either a free or a trial registry editor out there On that will run on the device directly I have tried to connect remote but for some reason I cant. I get an error message stating that the computer I connect to either is not available or it is not ready! Ed ...Show All
Visual Studio Team System SharePoint services installed on separate server from the rest of the TFS Application tier
Hello. Does anyone know if it is possible to install Sharepoint services on a separate server from the TFS Web service (and the rest of the application tier). We already have a SharePoint Server set up at our business and would like to continue using it for all our Portals including the ones created through the TFS and its new Team Projects. Regards /Mats Hi Mats, Unfortunately, the setup process wi ...Show All
Visual Studio Tools for Office Long Time to Open an Xml WordML
I've got a WordML document that is very big (60.000 Kb: about 600 pages). If i open this document, Word take a very long time to open it. If i save this open document in Word format (".DOC") and re-open it, the opening is faster. Do you know why Is it possible to set some property o Word Application to reduce this time thaks in advace! Paolo Hi Paolo, This question is not related to ...Show All
Visual Studio Team System Coexistence of VSS and TFS
Hi, Could you please confirm if co-existence of both TFS and VSS is possible and there is no impact on each other. By this what I mean is that both VSS and TFS are installed on the same box and some projects are using VSS and some are using TFS SCM. I am worried because I saw a link http://www.eggheadcafe.com/ng/microsoft.public.vsnet.vss/Jul2005/post23030072.asp which states that there is a issue with this (thought he is trying with ...Show All
Visual Studio Which VSIP SDK should I use for VS2005 RC1?
I've been using beta2 for a while and now need to upgrade to RC1 but I am not sure which VSIP SDK I should use I have a package and couple project wizards in my current project running beta2. Anything I should be aware of when moving to the matching SDK for RC1 I found a couple forum threads mentioning some assemblies are pulled and will be available as source code instead Is there anywhere I can get more information Thanks! Oh... I find t ...Show All
Smart Device Development Emulator not working in VS 2005 RTM
This a fresh VS.NET 2005 install and the first thing I've done with smart devices. The error is: "Failed to open the VPC Network Driver." Anyone else getting this problem Hello It seems it is not installed by default http://blogs.msdn.com/vsdteam/archive/2005/10/07/478295.aspx Remember that you need a Ethernet/Loopback connection on your host/PC to make it work. Hope this helps ...Show All
Game Technologies: DirectX, XNA, XACT, etc. CreateFontResource/AddFontResorce issue
I use the CreateScalableFontResource (et al) API calls to make use of a font that I distribute with some of my games that are in C++ (not using DirectX) so I am familiar with how it works. However, when I try to do the same thing in C# with Managed DirectX, it doesn't work. I am not sure if the issue is on the C# (.Net) side or with the Managed DirectX code. The function all execute successfully, but when I attempt to create a font using the ...Show All
SQL Server Overflow error that doesn't make sense....
I'm troubleshooting a stored procedure that suddenly decided to stop working. I narrowed down the problem to the last part of the stored procedure where it selects data from a temp table and inserts it into a physical table in the SQL2000 database. I keep receiving the following error: Server: Msg 8115, Level 16, State 8, Line 140 Arithmetic overflow error converting numeric to data type numeric. The data values all appear to be correct with no ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Visual Basic vs Visual C++
This is a question that has long lingered about my mind - Which language is better for DirectX, Visual Basic or Visual C++ I have been using Visual Basic for a long time now so that is the language that I am used to. I have dabbled some in Visual C++, but it was Version 3.1, so in all fairness, I haven't really learned Visual C++. As far as Visual Basic is concerned, I'm running version 6.0 Professional. The problem is that there aren't ma ...Show All
Software Development for Windows Vista workflow monitor
hi all, does annyone know: is it possible to have something like a workflow monitor in a self programmed application. if yes, how would i do that and: would it then be possible to edit the workflow of my application via the monitor at runtime please advise, thanks in advance, .k hi shawn, kinds of modifications would be f.e. to change the order of activities in a sequential workflow... ...Show All
.NET Development Need help with odbccommand.ExecuteNonQuery
Hi, I am writing a VB.net application which inserts a row in Oracle/MSSQL/AS400 databases. Here is a function I use to execute the sql statement: Private Sub ExecuteCommand(ByVal sqlstmt As String, ByVal useAutoCommit As String) Dim rowAffected As Integer Dim myTrans As OdbcTransaction Dim myCommand As OdbcCommand Dim _ODBCConn As OdbcConnection If UCase(useAutoCommit) = "TRUE" Then Try myCommand = New Od ...Show All
Visual Studio Team System can team server run on one box with an asp.net site ??
ok so I got some things to work -- installing the beast and making a sample empty project... but then I need to put a web site on the same server to develop. WUPS! to remotely access the web site with Visual Studio I need Front Page Extensions and adding them seems to break TFS perhaps I am trying the impossible what I want to do: one server. have Team Server on that box to manage the development of one app. the app has : 1) a wind ...Show All
