Albert_Bouwman's Q&A profile
SQL Server error trying to import packages to the MSDB
When I try import a SSIS package into the MSDB I get the following error message: TITLE: Microsoft SQL Server Management Studio ------------------------------ Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum) For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft+SQL+Server&LinkId=20476 ------------------------------ ADDITIONAL INFORMATION: The SQL server specified in SSIS service configur ...Show All
Game Technologies: DirectX, XNA, XACT, etc. rendering text to surface problem
hi guys i am trying to write a text on 3d surface so i did the following code but i am getting an error in it in the line device.SetRenderTarget( 0 ,surf); note that my text is always changing on the surface so it is not possible to write it directly on the texture out side directx ok plese help me correcting this code . Surface backbuffer = device.GetBackBuffer( 0 , 0 , BackBufferType.Mono); Surface surf = _TArrayButtomBoard.GetSur ...Show All
Visual J# J# MSPress "Build a Program Now" and J# Express edition Forum
Hi everyone, Anyone know if there is an MSPress "J# 2005 Build a Program Now" book coming out in the not too distant future. The VB and C# books are wonderful for beginners and they have the program CD along with SQL express included for about $16. Very thoughtful of Microsoft and they should be congratulated for making it easier for folks to begin to convert over from Java taught in most lower level college classes. Also anyb ...Show All
Visual Basic Intellisense Problem
I have a problem with the autocomplete feature of Visual Studio 2005. When I use VS2005 for an extended period of time the code editor starts to behave very strange. When I'm writing code it starts to autocomplete my code when it should not. Example, if I want to write: Dim sName as String it can ends in: d(ims) nameas String Dim s(name) as string Dim sn(ameas) string etc. As it was loosing focus and it autocompletes while I'm writing (I write v ...Show All
Software Development for Windows Vista Print WWF documentation
Hi I really want to print the WWF documentation but the WWF Help browser leaves no much support to print all the pages. 1. Is there a way to print the documentation as is 2 Or, can I download the documentation as a PDF file or the like, which would make printing possible. Regards Anders There are 6 top level Workflow Documentation topics, and the Document Explorer can allow you to print a topic a ...Show All
Visual Studio Problem with List type value property
I'm having a problem getting a value property with a non-standard type to work as expected. I want to add a value property with a list type to one of the classes, so what I have done is created a trivial subclass of System.Collections.Generic.List whose type parameter is a trivial class with a few properties: public class ViewCollection : System.Collections.Generic. List < ViewItem > { } public class ViewItem { p ...Show All
Visual C# diffrence on console app and win app
How can i call a method in win app.... for example in console app i can do this: public static double Value() { double num; num=double.Parse(Console.ReadLine()); return num; } public static void Main() { double num; num=Value(); } but in windows app how can i do thar: eg: private void btnMulti_Click( object sender, EventArgs e) { double num1, num2; num1 = double .Parse(txtNum1.Text) ...Show All
Visual C# How to get USB Bluetooth Adapter information ?
Dear All, Using WMI, I managed to get information about device ID and manufacturer of my USB Bluetooth adapter. However, I CANNOT GET Blueooth Device Screen Name ! :( I tried with many diffrent WMI classes, but with no results). Since the Bluetooth device in XP is in the Device Manager, not Registry, I thought WMI will be useful. If I can get it from WMI, which class I have to use Is there any other soultions All responses are appri ...Show All
Microsoft ISV Community Center Forums VBA Mail Merge Question
This past week, I wrote a bit of VBA code to help me automate mail merges with Word and Excel. It works really well, but I ran into a piece of behavior that Word exhibits that I would like to change. I was hoping someone can tell me how to do it, or at least point me in the right direction. I have 10 Word documents. The documents never change. For each document, I wrote a query that pulls the mailing information fr ...Show All
.NET Development Problem with HttpServerUtility Class
Hi, i'm trying to develop a test web site with Visual Studio 2005 beta2 and i'm experiencing some trouble with HttpServerUtility Class (.Net Framework 2)... I declare a variable HttpServerUtility server; and then i try to use the MapPath method to map the physical path of a db file on my Web Server, but the problem is that when i launch the page i see the error: error CS0165: Use of unassigned local variable 'server' / I really d ...Show All
Visual Studio Tools for Office Communicating with Outlook like ActiveSync
My goal is to create a Windows service that can communicate with Outlook to synchronize .pst files. The main difficulty is the dreaded (but necessary) Outlook object model guard. It's my understanding that the best way to avoid the ensuing dialog box (when implementing restricted properties or methods) is to communicate with an Outlook add-in. To do this Outlook would have to be started programatically with no UI and the service would make ca ...Show All
Visual Basic Using XML in Comments
Hello...I am using a self-study book and in the latest chapter and code example, they use XML in their comments. The book doesn't explain why they start this. What purpose does this serve Without looking ahead in the book, I assume it could be for later use. Is that the main purpose of it Thanks, Brian Hey, What book is it Visual Studio 2005 uses XML comments for .NET 2.0 applications. This is great be ...Show All
.NET Development Connection Error
Hi, I can run my program on some computers, but can not run it on one computer. The error is the following. Could you please help me out Thanks a lot. Error: Error to connect with database : Request for the permission of type 'system.data.sqlclient.sqlclientpermission, system.data, version=2.0.0.0, culture=neutral publickeytoken=b77a5c56193e089' failed. Could you please check the version of .net frame work installed on that machin ...Show All
Visual Studio Tools for Office Automatically signing a word document.
Hi, we're trying to make a document management setup in .Net 1.1 (we're not using 2.0 yet) . Where every outgoing document has to be signed by us and then signed again by the client for acceptance of the conditions. Now the problem is that we would like to automate our signing process (The clients sign using the built-in signature dialog in MS Word) Right now we have these code snippets that handle the signing: Word.Document aDoc ... // ...Show All
.NET Development VS 7.0 (2002) conversion to VS 2005
I intend to upgrade to VS 2005. Two questions. Can I get the upgrade package and go from 2002 to 2005, or do I have to purchase the full package. Second, if I continue to develop code in 2002 will the "conversion wizard" upgrade it to 2005 pretty comprehensively, or will I have a lot of rework Ahmed, I am upgrading to VS 2005 Standard from 2000 Professional. Gordon. ...Show All
