Daison's Q&A profile
.NET Development ASP.NET Won't work
Ok, so I install Visual Studio 2003, and then IIS 5 on my windows 2000 machine. I start up Visual Studio and attempt to create a Web Application. It informs me that I only have asp.net 1.0 and I need 1.1 if I want all of the features. The problem here is, I have the .NET framework version 1.1, so I should also have asp.net 1.1. I click on the thing that says use asp.net 1.0 instead. It then informs me that I do not have the web development stuff ...Show All
Windows Forms Showing property values as dropdownlist
Hi, is there a method to show a custom control property values as a dropdownlist (like ControlToValidate property) I know thet declaring an enum type property is a solution. Is there another Thanks Marco Apply a custom TypeConverter to your property (through the TypeConverterAttribute) and override GetStandardValues, GetStandardValuesSupported, and GetStandardValuesExclusive. ...Show All
SQL Server Cannot drop the table transactional replication error 3724
This thread is no longer active . I moved issue to a new, cleaner thread named: How can I get Transactional Republishing to work -------------------------------------------------------------------------------------------------------------------- I've tried for more than a week to figure this one out, but have not found a solution. I'm missing some critical information that perhaps someone can share. I'm desperate and embarassed that ...Show All
Windows Forms problem about TreeView.SelectedImageIndex property
hello, I have problem. The TreeView, I can't make it work! the TreeView.SelectedImageIndex property, why is it there I don't need or want the image that belongs to the selected treenode to be changed. I just want it to keep in it's original state. But whenever a node is selected, it's image changes, and I can't find out a great deal I can do about that! I tried to draw the treeview myself, but it was irritati ...Show All
SQL Server sproc error in ssis
It selects the data from two different servers and inserts the data into the table in my datamart. Can I execute this kind of sproc which uses the data from two different servers, but I am specifying the connection only for one server in the edit window of Execute SQL Task . I have used Excecute SQL Task. I am getting the following error. [Execute SQL Task] Error: Executing the query "sploadtblDateDim" failed with the following error: "A transp ...Show All
Visual Studio GetCanonicalName() Error
Hi I am getting the following error, is there any way to find out which type it cant find in the map as i have a lot of types but when i drill down into the map through the debugger they all apear to be there i think. if this should have been posted elsewhere please let me know cheers. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Collections.Generic.KeyNotFoundException: ...Show All
Visual Studio Team System Conditional field rules for field values
I'm trying to make a field readonly except for the creator of a work item. I know that I can use the <READONLY not="Group/User" to restrict readonly access to a particular group etc. What I want to do is restrict ability to change the assignedto field to the person who created the work item. The rule I'd like to exist is <FIELD name="System.AssignedTo"> <READONLY not="System.CreatedBy" /> </FIELD> This ...Show All
SQL Server connect to S400 using SSIS
Dear all In my server had instaledd driver for ibm ole db connection "IBM DB2 UDB for Iseries IBMDASQL OLEDB Provider " and "IBM DB2 UDB for Iseries IBMDARLA OLEDB Provider " and "IBM DB2 UDB for Iseries IBMDA400 OLEDB Provider ". If i using dataflow and make connection with oledb and make query using query builder it's succesfully, but if i click column or OK or preview button display warning "cannot retrieve the column code page info from t ...Show All
Microsoft ISV Community Center Forums File name - VBA for powerpoint
I working with VBA for powerpoint and what i'm tryin to do is get a file name or file path to be displayed in a textbox. I already have the browse file dialogue window openning, but I can't pull the name of the file (or path) the user selects. Is there any way to do this through vba Thank you PS: This is pretty much the same type of operation is you go to Insert>Slides from Files..> Browse Buton. The file path shows up in a textbox ...Show All
Software Development for Windows Vista Custom activities in designer control
hey guys this is in re: to the workflow designer control example. first of all, great job - this sample worked the first time i ran the project. now i have a custom activity called TaskActivity stored in an assembly called Task. i wanted this to be loaded into the designer control so I added the Task assembly reference to the designer control project and added this line to the ToolboxItems.txt: Task.TaskActivity, Task However the Toolbo ...Show All
Visual C++ GetWindowRect Function
HI, below is a piece of code. HWND hVWnd; RECT rRect; GetWindowRect(hVWnd,&rRect); diff_val = rRect.bottom-rRect.top; If on starting a application if my window is minimized then value of rRect.top and rRect.bottom is -32000. Is it a garbage value or any valid error code Once my window get normal size it gives me a valid wondow cordinates. (such as 405, 395 ..) my question is, when a window is minimize then GetwindowRect's top pr ...Show All
Smart Device Development Problem building C++ solution from command line using devenv
I'm having a problem trying to building a Visual Studio 2005 solution (.sln) from the command line using devenv. To narrow down the problem, I used the MFC DLL wizard to create a simple DLL project and solution named BuildTest. Using the default project type of Win32, from within the Visual Studio IDE I can build the Debug and Release versions of the app successfully. However, in a DOS window opened on the project directory, if I run the fol ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Direct 3D
How to use particles in Direct X Manager Minh wrote: They seemed to have removed the PointSprites sample from the June SDK. I remember it was in both the managed & unmanaged sides prior to that. I'm not sure why the decision to remove samples while not replacing them with something similar. The PointSprite sample was removed a while ago. For those interested in particle systems in Direct3D, you might search the we ...Show All
Visual C# How to Convert HtmlData to string *** Urgent
Hello all, I am using C# 2.0, in my winApp. I am getting the HTML Data. I need this in string format. I don't want to use browser control. how to achieve this. anybody any sounds will be appriciated plz help me my application is e-mail reading application. some cases email body will come in the form of HTML Data. I want to show this in TextBox Control. how to achieve this plz tell me, it is urgent ...Show All
Windows Forms Button problem...
Hi! I need som help with coding. I wan't to have a ToolStripMenuItem and link it to another form but I don't know the code for that. Can someone please help me Thanks in advance. Didde wrote: Hi! I need som help with coding. I wan't to have a ToolStripMenuItem and link it to another form but I don't know the code for that. Can someone please help me Thanks in advance. A ...Show All
