vjnfjvbnhjbvgfb's Q&A profile
Windows Forms OT: Help us choose a General Threaded Discussion Solution for Beta 1
First, I'll apologize for the multiple postings. I want to be sure I reach a diverse set of users for getting this feedback. We are currently working on new discussion solution, but this solution won't be ready until around the Beta 2 ...Show All
Visual Studio 2008 (Pre-release) ScrollViewer issues with list box
Folks: I'm trying to make a list box that will display items in rows with four items in a row. I've got a Listbox with a WrapPanel hosting items. This works great, just the functionality I wanted. Howerver When I put a vertical <Scrollviewer> around the contents, everything gets messed up. The Wrap Panel will only show one item per row. This works but no scrollbar: < WrapPanel ItemHeight = " 200 " ItemWidt ...Show All
.NET Development Shared Memory or Memory File
Hi all, Is it feasible for me to create a chunk of SHARED MEMORY or a MEMORY FILE in .net to share some objects across boundary of processes It will be great, if you can post some working samples! Thanks, Ning I hope the following links will be of help to you http://www.codeproject.com/csharp/DotNetNamedPipesPart1.asp http://www.codeproject.com/csharp/DotNetNamedPipesPart2.asp Thanks --Nihal ...Show All
Visual C++ Crash on delete and MSVCR libraries confusion
Hi All, I'm trying to debug a strange crash at pointer delete (I'm porting an application from VC 2003 to VC 2005). ntdll.dll!7d61002d() [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] ntdll.dll!7d681da1() ntdll.dll!7d659cee() ntdll.dll!7d642da9() > msvcr71d.dll!_CrtIsValidHeapPoint ...Show All
SQL Server Which system tables hold SSIS pkg information
Hello Everyone, I need to know which system tables hold the pkg information when you import a pkg into SQL Server 2005. Thanks Shabnam The SSIS Packages are stored in MSDB..SysDTSPackages90 table. Thanks, Loonysan http://mystutter.blogspot.com/ ...Show All
SQL Server Query Paging
let's suppose that we have a table entitled "tab1" which has more than 1000 rows and about 10 columns so in SQL 2000, if I do this query: SELECT * FROM tab1 the result will be displaying all the rows from the begining. and my teacher told me that there's a new option in SQL 2005 which is you can display the result of the query in a page mode. so can anyone tell me how can I do so for this query: SELECT * FROM tab1 ...Show All
SQL Server Strange Deadlock issue
Hi, Before posting this thread, I have searched for answer in this forum. But this case is a little bit different from the others. In our application, we encounter deadlock on a single table. Env: SQLServer 2000, SP4, ReadCommitted One thread is trying to do this update sql: "update resources_allocate set FromDate= , RepFromDate= , Res ...Show All
Visual Studio Team System Possible bug: Tools->Options->Database Tools->Database Connection->Instance option change doesn't affect until VS is restarted
subj Nick, Thank you for the feedback, I think it may be one of the known issues for CTP. Anyway, I'll look into it. By the way, there is a way to submit a bug or a suggestion directly to the team (bypassing a forum) at http://connect.microsoft.com . Best Regards, ...Show All
SQL Server Getting error in SQL Server Destination
Hi I have two different database say, DB1 and DB2 one in server A and another one in Server B. Simply select all rows from DB1.Table1 in OLEDB Source and map it to another table in DB2.Table2 using OLEDB Destination. Works fine. But if I select destination as SQL Server Destination, I am getting the following error: [Insert contact information for facility into ARBilling database [202]] Error: An OLE DB er ...Show All
.NET Development Type Conversion Problems
I'm having a problem with a program I'm working on, which uses plugins. -The plugin is declared on one Assembly, as a class. -Other plugin assemblies have classes that inherit from this plugin. -The main application loads all assemblies in the root dir, and loads classes with the BaseType name of the plugins name. Now when I try to load the plugins, they can't be converted to the plugin type! It seems that the base type and the plugin type are d ...Show All
SQL Server Linked Server to Informix
I have set up linked servers before but not with INFORMIX. I was wondering what criteria goes into the product name and data source fields in the new linked server window when connecting to an INFORMIX server. I have SQL Server 2005 installed on my machine and have also installed the informix drivers on my machine. Has anyone had to do this before Any help is appreciated. Thanks, Matt Not sure if you got ...Show All
.NET Development VS 2005 Globalization Issues
I'm currently writing an ASP.NET 2.0 web application that needs to be multilingual. It has a master page that defines the look and feel of the entire web applicaition, with many content pages as you navigate around the web application. My initial thought was that I would include a resource file for each language, and then pull the localized data from them after I has discovered what language was being requested. I noticed that you ca ...Show All
Visual Basic Text from a notepad
when i click button1 i want it to read the text from a certain notepad and then put all the text from the notepad into a textbox, how thanks If you are operating that notepad, you can always do a control-A, Control-C to copy the contents to the clipboard - from there it is very easy to programmatically move code from the clipboard to your textbox. If My.Computer.Clipboard.GetText().length <> 0 then Textbox1.tex ...Show All
Windows Forms Specifying child and parent co,lumns in DataRelation Object
Hi, I have a dataset with one data table in it. The SQL query that populates the dataset uses left join between 2 tables Orders and SubOrders. SubOrders has a FK Order_Id which is a PK in Orders Table. I want to bind the dataset to a datagrid such that the datagrid shows it in hierarchical view. Now, since all the data is in one datatable, I am trying to do a self join something like this ds.Relations.Add("RName",ds.Tables[0].Col ...Show All
SQL Server Create New SQL Server Mobile Edition Database
Hi, I follow the instruction to install SQL Server 2005 Mobile Edition, but when I try to change the Data Source to add a new connection, I don't find "Create New SQL Server Mobile Edition Database". Does anyone know how to fix this Thanks Paolo Giorgio DEVTOOLS ==> Microsoft SQL Server 2005 Mobile [ENU] Beta 3 or Microsoft SQL Server 2005 Mobile [ENU] Developer Tools Uninstall & Reinstall&nb ...Show All
