Software Development Network Logo
  • Windows Vista
  • Game Technologies
  • Visual Studio
  • Windows Forms
  • Visual C#
  • Audio and Video
  • VS Team System
  • Microsoft ISV
  • Visual C++
  • Visual FoxPro
  • IE Development
  • SQL Server
  • SharePoint Products
  • .NET Development
  • Smart Devicet

Software Development Network >> Abelard's Q&A profile

Abelard

Member List

JohnStrudwick
dnweb
Pockey
TheGreenGenie
GBGY
barkingdog
thames
Yustme
Wee Bubba
Sebastien LEIX
maximc
Kunal Yadav
jmurray_mi
Nelk
roadresident
Sarath.
bang_zippy
Liran Russo
schreik
DavidThi808
Only Title

Abelard's Q&A profile

  • SQL Server Problem Installing SQl express

    hi, Im trying to install SQL express 2005 on my Desktop Computer and I keep running into the error "Setup has detected a problem with Microsoft .Net Framework installation and cannot proceed .Net Framework 2.0 is either not installed on this system or is corrupt" when infact it is installed.. any sugestions By the way im Running Windows X64 Pro with a AMD athlon X2 3800+ CPU and 2GB of Corsair DDr2 ram Hello Mike! I have the same problem. The whole message is: "Setup has detected a problem with Microsoft .net Framework installation and cannot proceed. Microsoft .Net Framework 2.0 is either not installed on this system or is corrupt." Well, I just uninstalled and reinstalled several ...Show All

  • SQL Server Help! Why is Showplan different: 2000 vs. 2005?

    I have a hugh response time difference between 2000 and 2005 for the same query on the same database. 2005 is much slower (hours as opposed to minutes). Can any explain why And, better yet, how can I adjust 2005 SQL: SELECT c . customer_id , s . sic_id FROM dbo . o_t_customer c INNER JOIN dbo . o_t_d_sic s ON c . sic2 = s . sic ( Note: c.sic2 is defined as a UDF based on c.sic. This seems to be the cause.) 2000: |--Hash Match(Inner Join, HASH:( .[sic])=( .[sic2]), RESIDUAL:( .[sic]= .[sic2])) |--Index Scan(OBJECT:([omeda-successories].[dbo].[o_t_d_sic].[IX_o_t_d_sic_sic] AS )) |--Compute Scalar(DEFINE:( .[sic2]=[dbo].[fn_normalize_sic](dbo.o_t_customer.[sic]))) |--Clustered Index Scan(OBJECT:([omeda-successories]. ...Show All

  • Visual Studio 2008 (Pre-release) Displaying popup listview/gridview within a Listview/gridview?

    Hai guys, I have created a listview with gridview. Whenever an item from the listview selected or clicked, a popup listview is to be shown with some more details of the item currently selected. How to achieve this functionality in WPF Is it possible to get it Thanks, cssjm you can create a popup in XAML and add controls to it. for ex: < Popup Name = " popup1 " Width = " 300 " Height = " 300 " Placement = " Center " PlacementTarget = " {Binding ElementName=win2} " > < StackPanel Background = " Beige " > < TextBlock Text = " {Binding Path=FirstName} " ></ TextBlock > < TextBlock Text = " {Bin ...Show All

  • Visual Studio Build a project referencing only other projects

    Hello All, I have a solution with something like 40 projects inside. Some of these projects are just referencing other projects without adding any code or classes and I have two cases: 1/ I want to compile without producing any .exe or .dll 2/ I want to compile and produce a .dll like mySolution.dll For the first case, I managed to solve the problem removing the CSC task from the CoreCompile target and modifying Microsoft.Common.Targets not to copy output file. But for the second case i don't know if it is possible to produce a MySolution.dll without any code in my project. In fact, in Visual Studio 2005, when I build my project it does the CoreCompile target, calls the CSC Task and succeeds to create the output f ...Show All

  • Visual Basic VS.Net 2005 Standard - missing Database Project

    Hi. I just installed the above (along w/ SQL 2005 (all bits))... In VS '03 I used the Database Project type.... I don't see this project type when I click on Add, New Project... (I checked under all nodes, including Other)... Does this version of VS have this project type Any ideas Thanks!! For VS 2005 I assume you want to create a SQL Server Project The following shows the features in each. http://msdn2.microsoft.com/en-us/library/b4z62wxz(VS.80).aspx You'll see the specific SQL Server Project type is not available in standard edition, in pro and above. The SQL Server Express included allows you to create a SQL server Express file which can be used for database work but it has some lim ...Show All

  • Visual C++ How can a C++/CLI library catch unmanaged C++ exceptions from an unmanaged library without breaking the C++ stack unwinding?

    I have a static C++ library, built with VS2005, that is used by multiple projects. The library throws C++ exceptions (derived from std::exception) from its public interface. One project that uses the static C++ library is a .NET class library that is written using C++/CLI. What I have found is that when the .NET class library calls into the unmanaged C++ library and an exception is thrown from within this library, then the application immediately jumps to the .NET class library catch clause without calling unmanaged C++ destructors during stack unwinding. This of course breaks the RAII idiom and is creating a large problem for me. My questions are: Is this expected What is the best solution to work around the problem Many thanks f ...Show All

  • SQL Server Incremental updates into a new partition

    My requirement is to enable full reporting on the current days data and allow ad hoc analysis on all historical data, with the most recent being in smaller partitions because this is the data most likely to be queried. I get a daily feed of the data which I want to import. To do this I am thinking of various partitioning strategies. I am thinking along the lines of the following 1 partition for the current day 1 partition for the current year to date. 1 partition for archived data for 10 years All these partitions would be rolling partitions so that at the beginning of the day, the previous days partition would be merged into the current year partition and at the end of the year, the current year partition would be merged ...Show All

  • Visual Studio 2008 (Pre-release) Costumzing/using Costum control in a resource dictionary file

    Hi, I have a Resources.xaml file and in there I have all my styles and templates, but now I need to use a custom control inside a template of an ListBox, I've inserted the namespace but it doesn't seem to work, it complains about "Missing XmlNamespace, Assembly, or ClrNamespace in Mapping instruction. Line '3' Position '21'.". Here's the namespace I've added: < ResourceDictionary xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " xmlns:controls = " clr-namespace:Multivector.Slideshow.UI.Controls " >   Is There anything else I need to do Thanks Bruno Silva did you try adding XmlnsDefiniti ...Show All

  • SharePoint Products and Technologies sharepoint site migeration

    Hi We have created a sharepoint site on WSS v3.0 beta. Now we need to migerate that site to WSS v3.0 release. Can some one tell how i can approch the situation. I have tryed using STSADM.EXE which is giving a error because of difference in version. thanks karthik You need to upgrade it in site (if you want to keep the content) *twice* First upgrade it to Beta2 TR. Then upgrade it to RTM. So you'll need to follow the instructions for upgrade it to Beta2 TR while running the TR install and then follow the instructions for upgrading from TR to RTM when running the RTM install. You'll find both instructions / links to instructions by searching the WSS FAQ site ( www.wssfaq.com ) and you'l ...Show All

  • Smart Device Development Why does Emulator seem to drop the network connection after 1-2 minutes

    I had spoken too soon to regards to the ability to ping my emulator instance. It works great in the first 1-2 minutes and then seems to drop out. I did install the virtual network driver as suggested yesterday and that gave me the initial capability. Is there a known issue with the CTP arm emulator that I don't know about Thanks in advance for any help :) Bob Hanson Sorry I can explain in more detail: First to preface, I had trouble trying to ping even my host computer from the emulator and vice versa. I had given information in the following: are you running the virtual machine network driver http://www.microsoft.com/downloads/details.aspx familyid=DC8332D6-565F-4A57-BE8C-1D4718D3AF65&displaylang=en so I loa ...Show All

  • Visual Studio Express Editions Find who's logged on?

    Is there a way to find all the users who are currently logged on to our Windows network Is that info stored in Active Directory Thanks... nbrege, Here is a code sample on checking user logon: Public Function IsAuthenticated( ByVal domain As String , ByVal username As String , ByVal pwd As String ) As Boolean Dim _path As String Dim _filterAttribute As String Dim servername As String = ConfigurationSettings.AppSettings( "serverpath" ).ToString 'Whether Authenticated User or Not Dim domainAndUsername As String = domain + "\" + username Dim entry As New DirectoryEntry( "LDAP://" + servername, do ...Show All

  • Visual Studio Team System How to define a conditional transition?

    Is there a way to define a transition that's only available in the dropdown if a certain condition (say, assigned to someone) is met Thanks a lot Naren. I don't know if you had a chance to look at my other thread http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=597444&SiteID=1 . I was hoping that a conditional transition would solve the problem I posted in the last mesage in that thread. Thanks again. ...Show All

  • Visual Studio Team System Team Build result not showing in the Builds Report

    i have stopped getting new entries in my reports, even though they appear in the list of builds. I've only added a task to create a directory & make a dummy exec call to do a "dir"... Build still succeeds... RE: Delay... OK, I can see that the server is running on borrowed RAM !!! Which won't help my cause any... Even though CPU is low, disk is prb. dying...as avg. disk Q length is often above 1.5, and out of the 1GB of Physical RAM that it has, its using 1.6Gb etc. All I'm doing it a get of stuff every 5 mins (imitate shadow directory etc.). And a test build every day - very light - one simple webform etc. Other than that I've got VStudio open etc. in a Terminal Service ...Show All

  • Visual FoxPro How to check if a control exists?

    Hi. How can I go about checking if a control, eg Label, exists on a form Thanks Hi, I don't know if any built-in function exists, still you can go about having your own udf iterating though the form.controls array. Something like Func Ifobjexists Para cobjname for ii=1 to thisform.controlcount if thisform.controls(ii).name==cobjname return .t. endif next ii Return .f. I've not checked.... But I feel It'd help you. Regards, Markish ...Show All

  • Visual FoxPro Help with expression (one more time...)?

    Hello All...many thanks to all who helped with my previous post. I have hit one more 'snag' in preparing my data. Here's a sample of three fields in my table... MRC REQUIRED DETAILS 4720-00-001-0057 ADLF HOSE OR TUBING SPEC/STD DATA MIL MIL-H-5593,SIZE 4 SPECIFICATION ADJM INNER CONVEYING TUBE MATERIAL RUBBER, SYNTHETIC MEDA MEDIA FOR WHICH DESIGNED AIR CRWL INSIDE SURFACE CONDITION SMOOTH CQCS LAYER COMPOSITION AND LOCATION 1ST LAYER ANY ACCEPTABLE CQCS OUTER LAYER MOLDED RUBBER CRJM OUTER COVERING ENVIRONMENTAL ABRASION RESISTANT AND PROTECTION CRJM ...Show All

©2008 Software Development Network