fcjh's Q&A profile
SQL Server Installing ASP.NET 2.0
Hello, I am wondering if anyone has any suggestions regarding the requirement of SQL Express of ASP.NET 2.0 and that this may "break" existing applications that require ASP.NET 1.1 and will not run on ASP.NET 2.0 Thanks in advance! Tim Hello, I have Business Objects XI Release I which has a tool called Business View Manager. This tool worked fine running on ASP.NET 1.1, but stopped working after I upgraded to ASP.NET 2.0. This is a known issue by Business Objects. But none-the-less, I have an installed customer base of over 150 users and it is impossible to tell what applications they have installed on their computers. I realize that not everyone may run into this problem with Busi ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Reset or not reset a IDirect3DDevice9?
Hi @ all, i'd want know if calling IDirect3DDevice9::reset() is the correct way after switching from windowed mode to fullscreen. In PresentParameters there are some attributes that have sense only in fullscreen mode, as well as FullScreen_RefreshRateInHz or MultiSampleType. Have I to call reset() function Is it the correct way What do I have still to check Thx ;) Yes Reset() is the right way to switch to full screen, it's also the way to change any present parameter. Take care that windows style often need to be modified when moving to fullscreen : see Dx tutorial Step 1-"Creating a Window" for more details about that. You could also have a look to DXUT code which does that well. ...Show All
Visual Basic VB .net tab control multi line...
Ok, I am creating a new version of a program in vb .net. The main page has a tab control with 7 tabs on it to select your general category. However, the two word text does not always fit on these tabs. I want the text to wrap instead of just going out of view off of the tab. However, there is no wrapping option or way to get the text on multiple lines(like there was in VB 6), except for forcing it by inserting a new line character into the text. But if I do it that way the text is no longer vertically OR horizontally centered and looks very bad, and is plainly unacceptable. So, is there any way to get the text on multiple lines on the tab control I have been looking everywhere for this option and it is simply not there. Thank you. ...Show All
SQL Server crossjoin problem?
i need to calculated the number of participants during a specific period for a give club. the member table contains the following info: member id, club id, starting date, ending date, etc. i have created four named calculations: starting year, starting month, ending year, ending month. starting year and starting month are part of the hierarchy starting period while ending year and ending month belong to the hierarchy ending period. i defined a basic measure: count and a calculated measure: numberofparticipants. the calculated measure is defined as: sum(crossjoin([starting period].currentmember.parent.firstsibling.firstchild:[starting period].currentmember, [ending period].currentmember:[ending period].currentmember.parent.lastsibling ...Show All
Visual Studio 2008 (Pre-release) When to create new object identities in DLinq?
I was just trying to understand the semantics of LINQ. I was wondering whether the standard query operators like, e.g., 'Select()' and 'Where()' will automatically create new object identities for their result. I was trying to evaluate the following query using DLinq (the Customers and Order classes stem from the standard example Northwind database): Customers.Select (c => c.Orders.Where (o => o.OrderID < 11000)); This expression will yield a result of type List<List<Order>>. My question relates to the nested lists of type List<Order>. Note that these Order lists are not the original Order lists objects embedded in the queried Customer objects: the Where() restricts the original lists. I'd thus expect the above q ...Show All
Visual Basic AndAlso Partial Code Coverage Results
I have the following block of code Private _AssemblyId As Int32 Private _Assembly As DotNetAssembly Public ReadOnly Property [Assembly]() As DotNetAssembly Get If _Assembly Is Nothing AndAlso _AssemblyId <> 0 Then _Assembly = New DotNetAssembly(_AssemblyId) Return _Assembly End Get End Property And I have the following unit test <TestMethod()> _ Public Sub AssemblyTest() Dim target As DotNetMethod = New DotNetMethod target.AssemblyID = 1 Assert.IsNotNull(target.Assembly, "Assembly Failed with an AssemblyID of 1" ) End Sub I also created a second unit test identical to the first one except the line target.Assembl ...Show All
Visual C# comparing contents of two directories
I am looking for a way to compare two directories to see if they have the exact same contents. I can't seem to find a function that does this. Does anyone know of a function that has already been written This question has already been asked and answered. You can find the answer here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=301453&SiteID=1 Please be sure to search the forums before posting a question to help keep down duplicate posts. To ensure that you get good coverage during searching I recommend that you search all the forums rather than just the forum where you're going to post a question. Michael Taylor - 11/10/06 ...Show All
Software Development for Windows Vista some conflicts with some concepts ?? any clarifications please ??
Hi for all I want any illustrations or pretty explanations about the following :- when changing the windows theme to Basic ,the common controls scroll,progress bar,..... etc. still have nicely transitions and animations *- On what these animations and transitions depend on *- Can we see a 3rd party themes or visual styles for vista like XP *- Does Vista controls scroll,button,etc.. still as XP - some images rendered through theme engine - ** from the early use of windows vista I feel the whole visual is moooore clear , on what exactly all of this depends on as all of you know as a developer , itis very important to know platform innovations because we develop on top of windows ... Many thanks to Microsoft Th ...Show All
Visual Basic How to start with Barcode scanning?
Hi guys, I am a student where my lecturer dumped me a final year project on bar code scanning. I am wondering if possible to have a scanner to read the bar codes from a card where most of singapore students have it like:http://i11.photobucket.com/albums/a156/bomberchia/image.jpg And when scanned, the scanner would read the identification number of student, and be prompted a new form if the student have not used the service, and the form will be used to fill up the details of students. eg address, blood type, bla bla bla. any idea to help me start out Without understanding much of what your requirements are : Some pointers to barcode scanning : 1) a barcode is nothing more that a visual representation of informat ...Show All
Commerce Server Extending Baskets and PurchaseOrders
If I want to add properties to both the Basket and Purchase Order classes, do I have to extend each of them separately The Documentation says not to extend from OrderForm directly. Also, if the answer is that I indeed need to extend both the PurchaseOrder and Basket classes, how do I map the basket changes since there doesn't appear to be a Basket class for the storage mapping anywhere. Thanks, Dave Colin, If you extended PurchaseOrder how did you define the new class since it isn't there by default in the OrderPipelineMappings.xml Did you just ad a new reference Austin Adamson ...Show All
SQL Server System.InvalidOperationException: The 'IBMDA400.DataSource.1' provider is not registered on the local machine.
I am run the ETL package through the SQL Server Agent, the job fails with the error message "System.InvalidOperationException: The 'IBMDA400.DataSource.1' provider is not registered on the local machine.". But when i run trough the UI is runs fine. I am uisng OLE DB driver to the connect to AS400. can you please tekk ne where a im going wrong. The log file entery is as follows OnProgress,DCMS2100,RBGDC01\SMTSQL_service,LMS_ORDER_HEADER REFRESH,{78FE47C8-9539-4A20-8FC7-BC790204C2F0},{AF7E99E5-653C-4BF5-B5A1-B1E7CE2AEE9E},31/07/2006 19:57:30,31/07/2006 19:57:30,0,0x,Validating OnProgress,DCMS2100,RBGDC01\SMTSQL_service,LMS_ORDER_HEADER REFRESH,{78FE47C8-9539-4A20-8FC7-BC790204C2F0},{AF7E99E5-653C-4BF5 ...Show All
Visual C# Book , Easy and detailed information about c#.net 2005?
Hi fellows, Can anyone tell me any book for c#.net 2005 which contains easy and detailed information with examples thanks, Bye. Try Search Titles with C# 2.0, .Net 2.0, C# 2005 on google and prefer books from Wrox and Oriely coz they are easy to follow. If you are quiet beginer then see title with beginer's level otherwise Professional. Best of Luck ;-) ...Show All
Visual C++ How to fix Incremental Link Error?
Hi all, I implemented a basic client application. It communicates with server and works properly. Building processes succeed just by giving the following warning: LINK : D:\DOC\Visual Studio 2005\Projects\Client01\Debug/Client01.exe not found or not built by the last incremental link; performing full link This warning occurs when building/rebuilding the project after cleaning the intermediate and output files. If the project is once built then this warning is not given. In the solution, I have only one project consisting of the following files(I also added wsock32.lib to Project configuration as the Linker Input in order to use the socket functions): main.cpp MyMessage.h MyMessage.cpp MyConnection.h MyCon ...Show All
Visual C++ Input data from an electronic compass in real time, how?
Hi, i want to input real time data from an electronic compass like this: http://www.ssec.honeywell.com/magnetic/datasheets/hmr32003300.pdfhttp://www.superrobotica.com/S320160.htm This is the first time i would do this, so i dont know what port or functions i should use. Can anyone give clues PD: the compass i link it not obligatory. Maybe you can tell me the features should have my compass to pass the data to Visual C++ cos that compass is not the best to connect to Visual C++... For such issues, please use the newsgroups at http://msdn.microsoft.com/newsgroups OTP Thanks, Ayman Shoukry VC++ Team ...Show All
Visual Studio Team System Descriptions for Table Columns
Hi, Iam trying to forward engineer a sql server database using Enterprise Architect. Iam able to forward engineer the tables, but Iam not able to view the descriptions for the columns and tables in the Sql Server. I tried to search for this issue on the web and also in the forums, but did not get any concrete solution. Any help on this would be greatly appreciated. Thanks, Prashu Hi Prashu, During the forward generation, we're not populating the table/column description to the backend. The reason is that we're using the SQL Server DDL script to populate the backend. Create table DDL syntax does not allow the user to supply the table/column description. I will log a feature request to our b ...Show All
