shao's Q&A profile
Visual Basic Sub Function Undefined
cDBConnect = GetIni("Online Letters", "DBConnectString", "") 'Try to connect to the database. Set Conn = OpenConnect(cDBConnect) If Err.Number <> 0 Then GoTo ErrorHandler End If I keep getting the errros saying this procedure is undefined and pointers out there "Set Conn = OpenConnect(cDBConnect)" I thought I recognized that as VB6. I thought I had read that VB2005 does not use "Set" any more, although I could be wrong about that. ...Show All
Smart Device Development EDB API not found !?
Hello, I have installed Visual Studio 2005, but now if I try to use the API found in the msdn documentation and for all the functions CeCreateSession, CeOpenDatabaseInSession, and co, it tell me that theese functions are not defined. I tried to include the windbase_edb.h header -> this file does not exist. Now all the headers that are included are : windows.h and windbase.h neighter contanin these functions. Any help Best regards. You will need to #define EDB before including windbase.h. Also check out the complete reference on: http://msdn.microsoft.com/library/default.asp url=/l ...Show All
Visual Basic How Can We create Stand Alone Application(Running without installation from CD)
Dear All, I actually want a application to run on user's pc's from CDrom only. bcz I have lot of images in a .mdb and I don't want users to install all these mdb and application into their pc's. Just I wanted to run my application when the CD rom is inserted into pc without installing it. Just Like macromedia flash Projector.exe. Is there any solution in VB dot net 2003 Please . Also my application has some features which will be lost, if I use VB dot net express 2005. Thanks a lot in advance Hello. If your application is build purely on the .NET Framework and doesn't make use of a bunch of COM Interop dependencies this i ...Show All
Visual Basic Copy file(s) to CD using new My Namespace
I recently downloaded/installed VB Express version and really like it, however I was trying to do something which I thought would be very simple but have ran into a problem and cannot determine whether it is me or the product. I'm using the My namespace to have the user select a directory off of the maching using the FolderBrowserDialog and then using My.Computer.FileSystem.CopyFile to copy the files to the CD Drive. I get the following exception error: 'System.IO.DirectoryNotFoundException' occurred in mscorlib.dll I've searched the internet and Microsoft site and can find nothing regarding using the FileSystem to copy files to ...Show All
SQL Server How to force the page footer to display at the *bottom* of the page
Is it possible to force the content of the page footer to always display at the bottom of a report I have a report that shows customer orders. It has its interactive height set to 5 inches. There is one customer order per report page. Most of the reports don't require 5 vertical inches (but some do). How can I make sure that the stuff in the page footer (date, page number, etc.) always gets rendered in the same position for each report Currently, the page footer follows the last detail line so the footer information sometimes is only midway down the report page. Thanks. BCB When you export the r ...Show All
.NET Development Exporting COM+ 1.5 Problem
Hi all, I have developed a C#2 .Net COM+ Server Application using System.EntrpriseServices.ServicedComponent. It is a server application and it uses Role Based Security. It also uses a couple of 'private components'. All are working fine on the development machine. But when I tried to use the Component Services' Application Export Wizard to deploy to another machine, it gave the following error when I tried to generate the MSI (I am exporting this as a server application): "An Error occurred while processing the last operation. Error code 800706BE - The remote procedure call failed. The event log may contain additional troubleshooting inform ...Show All
Visual Studio VS 2005 Crystal Report License
Anyone from BO... Can we up the 5 report connection limit by buying more If that's not possible, what do I need to do to get more than 5 connections to the report engine. Point me to some information please. Thx, Carl Keith Thomson wrote: Hello Carl, This can be found on our web site at: http://www.businessobjects.com/products/reporting/crystalreports/net/licensing.asp This covers only the bundled versions and not the full products. Licensing information for our full products is also available from our web site. Keith - Business Objects Thanks Keith. However, in your URL, I c ...Show All
Visual Studio Found The Problem
I am using VS 2005 Beta 2 to build a Windows application that includes some Crystal Reports. I am using the embedded version of CR (Crystal Reports for Visual Studio 2005 AAP50-GS00000-U7000RN). I tried to follow the instruction for deployment at http://support.businessobjects.com/communityCS/TechnicalPapers/crnet_deployment.pdf but when I install to a client system I get an error that the CR reports engine could not be loaded. I included all the MSMs in the article and I included the license keycode. The build goes fine. Any thoughts on how to debug this Keith; Just to close the issue - I solved the DAO p ...Show All
Visual C# Want to get an idea how many people doing COM interop using C#
Please see my suggestion in the Product Feedback Center. ...Show All
Visual Studio Team System Unable to connect to BIS service
Hi When I try to connect to Team Foundation Server I receive an error message: Unable to connect to BIS service Cannot connect to domain <domain name>. Projects for <domain name> not retrieved. Can You help me Thanks Arthooix Thank you Buck for your answer. yes I am running as TFSSETUP account and i still cant find a solution to this problem. I was able to connect to the server before but not to the default website. now i cant connect to the server, i can access the default website but not the team foundation server website which is http://localhost:8080 because when i try to access th ...Show All
Visual Studio Team System Extending the Bug form in TFS
So, we use many more fields to track bugs than are in the MSF Agile template and I'd like to extend the db/form to include them. How do I do this Thanks, mindshoe Anu Are you able to connect from Team Explorer If yes, there is no issue with the server cinnectivity. However, I have a question. You mentioned that "I imported the new schema" in your previous response. Could you mention the steps you had performed for this Thanks Sagar ...Show All
Visual Studio Express Editions Learning curve verses production
So here I am for the first time. I've been working with the videos to learn more. It seems that Bob T. even mentioned something about being productive. I am disapointed then if production people are the target audiance. I played with a working model only of VB6 from SAM's publishing about two years ago and am just now getting to learn about this .NET stuff. Great, where were you when I was going to school and just learning to program in BASICA.com. Before that had Dedicated interpreters on the micro back in the days of S100. Anyway, I do like this new IDE and just an FYI for any nonbrave, I did not uninstall anything before loading in V ...Show All
Visual Studio 2008 (Pre-release) Multiple endpoints for a service hosted in IIS
Is it possible to have a service hosted in IIS to have multiple endpoints I suppose WCF services hosted on IIS only support HTTP. But, can I have a scenario whose config is shown below : < system.serviceModel > < services > < service type = " PaymentGatewayService.Payment " > < endpoint address = "" binding = " basicHttpBinding " contract = " PaymentGatewayService.IPayment " /> < endpoint address = " wse " binding = " wsHttpBinding " contract = " PaymentGatewayService.PaymentWSE " /> </ service > < ...Show All
Visual Studio Team System Request Failed: Unable to connect to remote server
I've seen several people post this error, but none of the suggested solutions have resolved my issue. This seems very simple to me, so I'm sure I am missing something very basic. I am very new to using Visual Studio for testing, so please bare with me. I have a local ASP.NET 2.0 application that strictly uses Windows security. I have recorded a very basic web test that navigates to one page within my application and that is all. When I run the test, I get a "Request Failed: Unable to connect to remote server" error. I have verified that the proxy setting is blank. I've recorded several other tests against .aspx pages and .htm pa ...Show All
Windows Live Developer Forums Questions regarding MSN Messenger API
Great news! I have 2 questions about the API: 1. Will the API be managed or native I would love to have a managed API or at least a managed wrapper supported by Microsoft (like PIA for Office). 2. Using this API, will it be possible for external applications to send and listen for messages, but invisible to the end-user what about msn messenger live . ...Show All
