970935726's Q&A profile
SQL Server Migrate MSSQL 2005 Express -> MSSQL 2005 Srv
Hi! What is the best way to migrate MSSQL 2005 Express -> MSSQL 2005 Srv YOu can either do an inplace update of your database (running the setup) or do a complete new install with prior backing up the database and restoring them afterwards. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Visual C# How to break single exe into smaller dll for update
Hi, All. We were writing a large application and everything was good until we faced the application update problem. We need to update the application for the clients pretty frequently, but for now it is one single .exe file; therefore, to make an update our clients have to download the entire exe file each time. Is it possible to break the exe file into some smaller files (possibly dlls), so that, for example, if I make some changes in the ...Show All
Visual Basic How can I upload a file True FTP in VBA???
Hi, I need help to upload a file in VBA true FTP. Is there anyone who has the VBA-Code for this Thanks Ive These forums are for VB.NET questions. VBA is a very different product from VB.NET and there are some other locations where youy will probably get a quicker and better response to your VBA questions. Y ou may find more assistance in following which specifically deals with VBA development. http://forums.mic ...Show All
Visual C++ syntax for use of environment variables in makefile?
Hello, I am new to NMAKE, although I have used other make facilities. I am trying to resolve some simple syntax issues. If I want to echo the value of an environment variable, I would expect that, e.g, @echo %PATH% would work. (In fact, this line appears in the MS NMake reference, in the "Environment-Variable ...Show All
Windows Forms How do I host an Avalon control on a Windows Form?
How we can place avalon controls in windows form application LeRoi wrote: Thank you! ...Show All
Visual Studio Tools for Office PivotTable Total From Database
hi, i'm trying to create a PivotTable in which I will be able to see totals coming from the database, not a calculated total field performed by the PivotTable. The data are structured with a hierarchical dimension for wich values are existing for each low level detail item and also for the high level detail item. Is it possible to create a PivotTable based on a ROLAP(with SQL query) access that provide this kind of result (with total from the d ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DirectX 9 in visual basic 2005
Hello all, I am an experinced user of Visual Basic 2005 Express Edition, but am failing terribly when trying to apply DirectX, Direct3D and other techniques. Does anyone know where I can find directx tutorials that have visual basic code examples I would really like ot learn. I have tried literally hundreds of c++ tutorials and they never compile, whether the creater of the source says it works or not. ...Show All
Visual Basic Making a Start Menu in VB.Net
Hello, Does anyone know how to make a menu similar to the "Start" Menu, so that I can allow the user to drag & drop items from different folders in the same menu I need to let him/her rearrange the different items of the menu and add new folders and items. Thank you for your help! I'm not sure if it's the same control, but take a look at Lutz Roeder's CommandBar for .net. http://www.a ...Show All
SQL Server Using Service Broker for reliably transmitting events to consuming applications
Hi, I have a scenario in which an application generates events upon updates to the database, which need to be reliably transmitted to consuming applications running a) other SQL Server instances and b) as remote web services. Now, 1) I am planning to use SQL Server Notification Services to generate these events, and allow the consuming applications to subscribe to them. 2) The events will be sent to a ReceiveEvent service, which will th ...Show All
Visual Studio Express Editions dll's
where can i find the explanation or the use of some dll's. who can i know wich routines are include in a dll Try the Platform SDK which can be downloaded from http://www.microsoft.com/downloads/details.aspx FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en You can also get a lot of tips from the newsgroups. Tor ...Show All
SQL Server Report Builder - using a .net dll
Hey, Does anyone know how to or if it is possiblie to incorporate a custom .net dll in the report model to add additional functionality as you can in regular reporting services. The functions would be used on the server and not by the report builder user. Thanks Bruce In the current version it is not possible to extend RB to use custom assemblies. That said, there is a way to do it. You can ...Show All
Software Development for Windows Vista Beta2: String-Properties in Custom Activities; Custom themes
Hi, in Beta 1 it was possible to define 'free text'-input string properties with custom activities which enabled the workflow creator to input any text in the corresponding prop of the activity in the workflow designer. Any DependencyProperty with type(string) enabled this. In Beta2 this definition enforces a total different behaviour in the Workflow Designer - it tries to map it to a Workflow member variable ... How to create props for te ...Show All
Visual Basic VB.Net Data???
If my SQLdatareader.Read and it reads that for this particular ID there are row asscociated with it i want to just UPDATE my table, If the row does not exsist i want to INSERT my new row...I am getting the world famouse exception "Object Reference not set to instance of an object" and it highlights the bolded code below any reason why Thanks for the help Private Sub btnSave_Click( ByVal sender As System.Object, ...Show All
Visual Studio 2008 (Pre-release) Specify Active Directory Domain?
Hi, I'm using NetTCPBinding with transport client credential type of 'windows'. Is it possible to specifiy (e.g. in web.config) the Active Directory domain that is used for authentication and authorization Thanks, Scott. Scott, You cannot specify the active directory domain. The underlying windows protocol contacts the appropriate AD. Is there a scenario that requires you to explicitly specify ...Show All
Visual C++ c1083 fatal error cannot find include file
Hi all; i am using VC++ .NET 2003, can any body help me why i am getting such type of error when i am including header file through relative path. i don't have fair knowledge of VC++ .NET, i am sure i am missing something in project setting. actually i included each path in 'aditional include path' option in project setting but still getting error. it will better i will explain my problem with example: Following error i am getting ...Show All
