Snowday's Q&A profile
Windows Forms Deployment Project
I have the results of a large deployment project that have to be installed. The prerequisites are: To test and see if the V2.0 framework is installed and if not install it To test and see if the MDAC V2.8 is installed and if not install it To test and see if SQLServer Express is installed and if not install it Also the customer project comes with a .MDF database that has to be added to the newly ins ...Show All
Visual Studio Can't uninstall MSDN Library for Visual Studio 2005 Beta
A while back I installed Visual Studio 2005 Team Suite Beta 2 Version on my laptop and used it. I now have the latest Visual Studio 2005 Professional and I want to install it but I can't. MSDN Library for Visual Studio 2005 Beta will not uninstall. I've tried just about everything but everytime it goes through the uninstall process at the last possible moment it "rolls-back" and dosn't perform the uninstall. I'm stuck. I read through m ...Show All
Windows Forms Accurately setting the font size
Hi, I have a Rich Text Box in a windows form and I set the font type and size by grabbing information from a database. This rtb eventually appears in a Crystal Report. I use various methods to make sure the comment in the rtb fits into the box on the Crystal Report when printed. I have noticed recently that it is not 100% accurate. I am not expecting it to be 100% but I need it as close as possible. One problem I am having is that if, for exampl ...Show All
Visual Studio Team System Migrating/Upgrading from Trial to Workgroup Edition?
Is it possible to migrate/upgrade from the trial version to the workgroup edition Background: we are just starting a small development project (3-5 users) and are looking forward to use tfs. At the moment the tfs workgroup edition is missing in our msdn subscription though we are ISV partner. Therefore we plan to start with trial edition and migrate to workgroup edition as soon as we have access to it. Another question: is it possible to m ...Show All
Windows Forms HTTPWebRequest in a Windows Application
Hello, I want to create a windows application that will call a URL and return its content. I was wondering if I use the HTTPWebRequest object to access an secure url eg: http://mysite.com will the transfer be encrypted Thanks in advance, Linen ...Show All
Microsoft ISV Community Center Forums Add code in control image in time of execution
(First of all they forgive me my English) Good, to all I am grateful for his help I have a routine that adds in a sheet a few Images control If he finds the word Graphis what I want is, that when the user of clic in an image executes Function ImageLoad does there exist any way of including this routine when the control is created or that, on having clicked in an image, obtains the name I have been trying ...Show All
.NET Development HELP PLEASE - The type or namespace name'Office' does not exist in the namespace 'Microsoft'
Hi, I have just followed through the example on the Microsoft web site at url: http://support.microsoft.com/ kbid=316384 The code has not been altered from the example. I now get the Error: The type or namespace name'Office' does not exist in the namespace 'Microsoft' I loaded the Microsoft Word Object Library from the COM tab the entry on my machine is Microsoft Word 9.0 Object library. This successfully transfers the Interop.Of ...Show All
Visual Studio Tools for Office Batch Printing of word document on Server ?
Is there a way to batch print word documents on the server without having to create an instance of word component or program (something on the lines of the ServerDocument) Hi, I understand that you are looking to batch print from the server. Unfortunately niether VSTO or Office supports this feature Regards, Paul Stubbs ...Show All
Windows Forms Timing a picture box
When it comes to .NET I guess you could call me really green behind the ears. I have been seeking help with some simple code dealing with picture boxes and a delay. Being new to this any descriptive help is appreciated and pointers& ...Show All
Visual C++ Class Designer not a feature for C++?
There is an error in the Visual Studio 2005 product line info at http://lab.msdn.microsoft.com/vs2005/productinfo/productline/default.aspx The table lists Class Designer as a feature, but as far as I am concerned, this is not true if it does not support C++. Anyone else look at this table and think it was in there I'm sure someone overlooked this, but it is somewhat disappointing to rely on this table for the past few weeks and l ...Show All
SQL Server YAIP (Yet Another Install Problem)
Problems getting SQL Express June CTP to install. When I run the setup I get: -------------------------------------------------------------------------- SQL Server 2005 CTP Setup has detected incompatible beta components from Visual Studio or SQL Server. You must run the build cleanup wizard from the CDE to remove previous SQL Server components and .NET Framework components, and then run SQL Server 2005 CTP Setup again. For detailed instructions ...Show All
SQL Server SQL 2005 Mirroring... Remote Broker ID does not match the ID on the principal
Hi, I'm trying to get database mirror working with SQL 2005... but I'm not having much luck. Any pointers would be appreciated. I've got 3 separate machines in a work group configuration. There isn't a primary dns suffix so I'm just using the simple machine names. I've configured the certificates, logins/users, and end points. On the mirror I do the ALTER DATABASE SET PARTNER and that works. On the primary I do the ALTER DATABASE SET PARTNER and ...Show All
.NET Development Specifying ClientChannel outbound communication Port
Hey All, Hopefully someone can help here, I have yet to find a solution to my problem. I am using .net remoting in the 2.0 framework. Everything works fine, but I want to be able to specify what port my client app uses to send messages to my server. Through some digging around I found out about the IDictionary object that the 'server' can use to specify port and proxyPort, but I need to do this for my clientchannel. I am using HttpClientCh ...Show All
Visual C++ MS C++ 2005 express database mismatch error when compiling
Every time that I attempt to compile a c++ program I get a database mismatch error. When I looked this error up in the included documents, it said that I needed a newer version of dbi.dll. Where can I find this file I know that my programs work because they compile with ms vc++ 6.0 and the gcc complier. Here is the artilce where it told me "how to fix it," but I still cannot find the file that I need. Visual C++ Conc ...Show All
Visual Studio Two Page Report
Hi, I currently have a report that has 2-pages. The report is fixed-size, that its always a 2-page report. So my question here is, how to create another page in Crystal Reports Is it even possible BTW, each page displays different sets of data... cheers, Paul June A. Domag Hello Paul, I don't think that I understand what you are trying to accomplish. How is the report a fixed-size Crystal Reports uses ...Show All
