plengski's Q&A profile
Software Development for Windows Vista Documentation for MSH in WinFX SDK January CTP
Hello, I finally suceeded in installing the entire January CTP SDK of Win FX, the run time components, the Vs.NET additions for WWF ,the CTP Of Visual studio .net code named Orcas, Expression (both the designer and the interactive designer). All are working fine and without any problem. But when i want to view some information regarding the documentation, I keep getting this dialog box error. --------------------------- Error --------------------------- A Runtime Error has occurred. Do you wish to Debug Line: 103 Error: Could not complete the operation due to error 80041001. --------------------------- Yes No ------------------ ...Show All
SQL Server Problem opening UDF
Hey, I am using SQL Server 2005 client tools on a 2000 server. Everything works fine except ................ WHen I try to open (Modify) a user defined function, an error msg appears saying "QuotedIdentifier property not available for the function" Anyone having same problem and found solution This sounds like the following bug, which is scheduled to be fixed in Service Pack 1: http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx feedbackid=FDBK38845 Steve Kass Drew University ...Show All
Visual Studio 2008 (Pre-release) Is it OK to implement IValueConverter on the custom control class itself?
I have a custom control that displays a lot of lines as a Polyline (to display a histogram ;-)). Therefore I implemented a IValueConverter, that converts my histogram to a PointCollection. My question is, is it OK to implement the IValueConverter on my custom control class itself as I sometimes need some more information during the conversion that is only available in the control class It is ok to implement IValueConverter on your control class, but i wouldn't recommend it. IValueConverter is a concept used to abstract UI from the underlying application logic, and by making your control implement IValueConv ...Show All
Visual C++ Running a very simple Win32 app on a comp without VC++ 2005 Express
Hi! I have installed VC++ 2005 Express and the Platform SDK according to the instructions on MSDN: http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/default.aspx Compiling and running the following program on the dev computer works like a charm: http://www.winprog.org/tutorial/simple_window.html I then changed to release-mode, turned off debugging in the project properties and copied the .exe to another computer without VC++ 2005 Express on. I pretty much expected problems, so I wasn't very surprised when I got the error message saying that there was something wrong with the program configuration, like the one here: http://forums ...Show All
.NET Development Mailto: Functionality via ImageButton - (WEB DEVELOPMENT)
Hi i'm using visual studio.net 2003, and my OS XP Pro. i'm busy with a web application. how do i go about creating a hyperlink through a imagebutton I want a image, as a button stating that if you click on the button, you will be able to compose a new email, and the "NEW EMAIL DIALOG" will appear, and send it to a fixed e-mail address. (eg: someone@somedomain.com ) Which will be shown, or dispayed on the image . But, I want the 'mailto:someone@somedomain.com' to be displayed in the left-hand corner side of the statusbar. How do I do it, do I have to use JavaScript, VBScript, or does some of the control inherit th ...Show All
SQL Server Setting DTS DataType on added column: codepage.
When writing custom component, and and adding a column to the output, the DTS DataType must be set using SetDataTypeProperties. One parameter is codepage (int). What value(s) can I enter there Where can I find this information It will really depend on where the data originates, but I should say it would be a good bet for most situations, as people normally work in one codepage accross most applications. Unicode would be easier still! ...Show All
.NET Development Urgent Wrapping OleDBDataReader into IDataReader
hi, i am having some problem while executing the following lines; OleDbDataReader olereader = dataAdapter.SelectCommand.ExecuteReader(); IDataReader dataread = olereader ; the error occurs at second line saying OleDbDataReader must be wrapped into IDataReader before using . can anyone help in this regard. thanks in advance. why don't you do it like this: IDataReader dataRead = dataAdapter.SelectCommand.ExecuteReader(); And, why do you want to downcast it ...Show All
.NET Development What is the problem in my code(SaveFileDialog or OpenFileDialog)when I call a call within a function?
In a v c++ class(2003 version) whenever I use this statement, SaveFileDialog* m_pFileSaveDialog = new SaveFileDialog(); firewall (or security agent) says The process is attempting to invoke a system function from a buffer. do you wish to allow this How to fix it in code as I can not close the security agent. This is only happening for SaveFileDialog and OpenFileDialog functions As per my understanding, any call will reserve some memory area to workwith.What is my code trying to do special Thanks, Jil You're going to have to hook up a debugger to see what's wrong. My psychic power ...Show All
Game Technologies: DirectX, XNA, XACT, etc. new to C++ need help programming with directx
hi first off i just want to say i am a new member and i love the site I am a programmer learning C++ and i stumbled upon directx i have version 9.0 with visual studio.net 2003. Please if anyone has the time and would like to help me learn and set me off in the right direction i would be very thankful i was on this website and it was saying to learn the directx API's. how and where are the API's located in the sdk. thank you for spending your time helping me. The Docs are huge indeed, but I found them to not be of much help because I need a set by step introducti ...Show All
Architecture Data Modelling Tool in Visual Studio 2005
Is there any data modelling tool / feature available in Visual Studio 2005 Hi Amit, There are no DB modeling tools available in VS 2005 however you can connect to DB from VS and create tables etc. If you are looking for tool support like Erwin or PowerDesigner the closest thing Microsoft has is Visio for Enterprise Architects where you can use the Entity Relationship model (ER) and Object Role Modeling (ORM). Visio for Enterprise Architects is included in MSDN Premium, which is available with Visual Studio Professional and Visual Studio Team System role-based editions. Sandor ...Show All
Software Development for Windows Vista Executing SequenceActivity's without a workflow
In the "ActivityValidators running on compile" thread (http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=238313&SiteID=1), Jon Flanders wrote, "... Beta 2 can just execute an activity with the WorkflowRuntime." This seems to indicate that custom activities can be executed from code without using a base workflow. Is that correct If I have a console application hosting a WorkflowRuntime, I'm curious as to whether I can execute plug-in-like modules that users are creating as SequenceActivity's. I haven't found any documentation regarding this yet, and wonder if someone could either point me to some or provide a bit ...Show All
Visual C# .net 2005 beta 2 resources static class
hello I have a question about the static class that is auto generated when you create strongly typed resources. The question is how do i make the class and properties stay public in shared resource-only assemblies, when i need to update the resources, becasue the code is auto generated when you update the resource. So the class and properties change back to internal is there a work around thanks in advance kered Hi Kered - Take a look at this thread, it should help you out. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=132678&SiteID=1 Than ...Show All
SQL Server Win CE 4.2 and Smart Dev Application question
I'm a bit stuck with this one... hope someone can help. I'm trying to develop an application that will run on a pocket PC with Windows CE 4.2 I'm using .Net 2003 and the application is in VB.Net. I can run the application on the pocket pc fine (ie. form paints, buttons work) , until I need to connect to Sql DB on the server. When I try to create a connection object ( Dim dbconnection As New SqlClient.SqlConnection) I get an error stating .. "This application (test.exe) requires a newer version of .Net Compact Framework than the one installed on the device" .... "could not load System.Data.SqlClient.SqlConnecti ...Show All
Software Development for Windows Vista Unattended Build
Can't seem to get it pass the the unattend.xml file using WinPE from RIS. I get "An error occurred while parsing the command line options." I've verified connection, paired the file down to nothing, and it still errors out on me any help or suggestions would be great. I’m sorry but this forum is dedicated to Windows Programming, not Windows installation issues and must ask that you direct it to a more appropriate forum. ...Show All
Visual Studio Express Editions inline assembly
how to put .386 .model flat, stdcall option casemap :none include \masm32\include\windows.inc include \masm32\include\user32.inc include \masm32\include\kernel32.inc includelib \masm32\lib\user32.lib includelib \masm32\lib\kernel32.lib .code start: jmp @F szDlgTitle db "Minimum MASM",0 szMsg db " --- minimum --- ",0 @@: push MB_OK push offset szDlgTitle push offset szMsg push 0 call MessageBox push 0 call ExitProcess end start inside a C program The newsgroups at http://msdn.microsoft.com/newsgroups might be more helpful for such is ...Show All
