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

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

peterng

Member List

Judah
AksaiGora
imanish11111
ItsMe!!!
unthreaded
Saq0
ERF
rja07
Scott Herbert
jkyoutsey
ReneeC
spinal
Madni Abbasi
Briang959
jaxrpc
bryanedds
RCQwerty
Mark Sargent
sfarber
MetalGorilla
Only Title

peterng's Q&A profile

  • .NET Development Problem with 'Oracle client' and 'ODPnetOnly'

    Hi all ! I have both Oracle Client and ODPnetonly on my system. They have their different homes. If the path of Oracle Client (D:\oracle\ora90\BIN) is before the path of ODPnetonly (D:\odpnetonly\bin), then I have a problem. In this case, my web applications (in C#.net) don’t work but my console applications (in C#.net) do. And if I change the path of ODPnetonly before the path of Oracle, then my web-applications work but my console applications don't. So please tell me what is wrong with my system. Is there any problem regarding installation of 'Oracle Client' or ODPnetonly (I installed 'Oracle Client' before the ODPnetonly) Thanks and Regards, Vikas Hi Paul! I checked and found that that the Oracle co ...Show All

  • Visual Basic AudioPlayMode WaitToComplete fails

    My .Computer.Audio.Play( "c:\mymusicx.wav" , AudioPlayMode.WaitToComplete) The above works for .wav files where the music is fairly continuous, but when there are quiet gaps (about 6 secs or more) between songs within the same .wav file, the statement exits during the first quiet gap, rather than continuing to the end of the file. (Players like Itunes play the .wav file correctly to the end). I have Visual Studio 2005 v8.0.50720.42 Hoping someone can explain this. According to this, http://msdn2.microsoft.com/en-us/library/se0wyk7t(VS.80).aspx They specify WAV files, explicitly. ...Show All

  • Visual Studio Team System CTP7 CPU Very Busy

    On several occasions Data Dude has stopped responding while using from 50 to 90% of the cpu. It's happened while performing a data compare, while unloading a project or while trying to close a project. Some times I see the error message " Failed to retrieve msbuild property DBProduct from the project file ." Sometimes it comes back, and others it will run for hours if I let it. Has anyone seen this issue before Does this after you made a change in a schema object If you deleted the DAT file what will cause it to get in this state How many objects are there in the project Do you have many objects in an error or warning state -GertD ...Show All

  • Visual Studio Express Editions Disabling the vertical scrollbar from a listbox

    Any suggestions on how to would be greatly appreciated! That code is perfect, but is there any way you can make it so I can toggle it on and off Thanks for all the help by the way :) ...Show All

  • Windows Live Developer Forums Need Help ?

    Hi, i cant get his one,can anyone help me,what they did in this function, var le = 0; function GetMap() { var head = document.getElementsByTagName("head")[0]; var s = document.createElement('script'); s.id = 'VEScript'; s.type = 'text/javascript'; s.src = " http://local.live.com/veapi.asjx "; head.appendChild(s); DelayGetMap(); } That is a snippet from the wiki: http://www.viavirtualearth.com/wiki/Preloader.ashx The idea is to load your page quickly showing a loading message and then load the VE control to give the user a better experience. It is very much a work in progress that we recently explored again on this forum. veapi.asjx is the very latest version of VE, beyond what has been released, it ...Show All

  • Visual Studio 2008 (Pre-release) Readonly dependendy property

    Hello,   I have defined custom readonly dependency property (below). I need to bind to it inside XAML (in my example it is bound to Label.Content), but it does not work... It looks like it never goes thru Get accesor, because in my custom dep. property is still default value...   What is wrong Any suggestions Thank you RostaB     My XAML: <Window x:Class= "Test.WindowTest" xmlns= "http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x= "http://schemas.microsoft.com/winfx/2006/xaml" xmlns:own= "clr-namespace:Test" Title= "Test" Height= "300" Width= "300" > <Window.Resources> <Style TargetType= "Button" > <Setter ...Show All

  • Windows Search Technologies pdf searching

    Any idea when WDS 3 will be able to search pdf files Also as previously mentioned, the list of file extensions to be searched stops at the letter "c". Suggestion: The results window wastes too much space on the header stuff. You have the normal explorer toolbars and then below it toolbars for WDS. This should be minimized as you have done for IE7. Tom Paul Nystrom - MSFT wrote: Last, we've been completely unable to reproduce the problem that a few people have been having with displaying all of the file extensions. Would you be willing to let us set up a live meeting with you so we can view your computer and try to determine the problem If so, shoot me an email: a-paulny ...Show All

  • Visual Studio Bug: MSBuild forbids resetting of properties passed as arguments to any outer instance

    I have noticed some odd behavior with MSBuild and properties that are specified on the command line or in MSBuild tasks. It is (sometimes ) not possible to change the value of such properties declaratively inside a <PropertyGroup> neither is it possible to change them using <CreateProperty>. In both cases the new value is *silently* discarded! Worse, it appears that nested MSBuild instances also inherit the same problem. So if I happened to pass a property to an MSBuild script via the command line then use the <MSBuild> task to launch a nested instance of the interpreter, not only does the property get inherited into its scope when it shouldn't (because it was not specified in the Properties attribute) but I *still* ca ...Show All

  • Visual Studio 2008 (Pre-release) Notify changes od the bd

    Hi, I worked with WinFS and an interesting thing of this was that the changes in the file system(bd) was notify to the application, example: when I add a new object Person in de file system (BD), the object of the class watcher notify that one object was added in the bd In ADO .NET Entity Framework will have this function If not, why do I do this Thank you!! Hi, thank you!! The changes in the bd must be notify to the application. if another application introduce a new row in table person of the sql server, ADO .NET Entity Framewrok must throw an event refering to an object person is added. This made in WinFS By!! ...Show All

  • Visual Studio Tools for Office PInvokeStackImbalance caused by Smart Tag and Word 2007 Addin

    I have been getting the following error message when debugging my Word 2007 addin together with a custom application level Smart Tag: PInvokeStackImbalance was detected Message: A call to PInvoke function 'WRDomainSetup!WRDomainSetup.EverettPolicy::GetRequestedRuntimeInfo' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature. When I remove the smart tag from the registry, the error goes away. Disabling the smart tag does NOT make the error go away. So I tried simplifying things by generating a clean Word 2007 addin and a clean Smart Tag (that d ...Show All

  • Windows Live Developer Forums Can I make the blog show subject only and hide the blog contents?

    Like email. Hide the blog message and click tht title that I want to view ...Show All

  • Visual Studio Team System tfpt bind - Are VS2003 solutions supported?

    I'm trying to use the new "tfpt bind" command to rebind our VS2003 solutions to use the TFS MSSCCI Provider. Is this supported, or is the tool intended for VS2005 solutions It is not supported, I had to change the bindings for only 3 projects thank god but if I had to change 160 of them I would automate the process. 1. Set the SCC provider to Visual SourceSafe 2. Open the solution 3. Remove the solution bindings 4. Close the solution 5. Set the SCC provider to the TFS SCC one 6. Open the solution 7. Bind the solution ...Show All

  • SQL Server Native compiler return value: [BC30494] Line is too long

    I'm developing a very big and complex P&L report in RS2005 for a big bank which suppose to have 20 tables with around 12 groupings per table. This is similar like having or combining 20 reports in one big report with massive data from Analysis Services 2005 data source. The report was successfully compiled only up to the fourth table. When I added the fifth table by copying and pasting from the fourth table and then compiled the report in Dev Studio, I've got the following error message: An error occurred during local report processing. The definition of the report '/Profit and Loss' is invalid. An unexpected error occurred while compiling the expressions. Native compiler return value: '[BC30494] Line is too long.'. I have car ...Show All

  • Visual Studio 2008 (Pre-release) Events on WPF Grid Container Rows/Columns

    Hello All, I wish to draw a grid (container element) on my WPF window and have some rows and columns (using rowdefinitions and columndefinitions within that). I want to know which cell is the one on which my mouse is currently located and then change its background a little and extract some information stored in that grid cell. The grid cell(s) will be datatemplate(ed) to some DB. Please help me in figuring out what is the best way to do this. I have tried putting mousemove event on the columndefinition and rowdefinitons, but that simply does'nt work (because the sender for the mouse move event is the grid and not the cell). How to overcome this Thanks in advance. Best Regards, Rohit. ...Show All

  • SQL Server Creating Horizontal Partition

    From a previous post I got an example of creating a Horizontal Partition. I have altered the code in an attempt to understand why the partition I want fails on insert. The altered script is: create table Table_A_Jan ( Col1 int not null, Col2 char ( 2 ) not null CHECK ( col2 = 'RL' ) --CHECK (Col2 >= cast('20060101' as datetime) and Col2 < cast('20060201' as datetime))--,--Col3 char(5) not null, CONSTRAINT [PKJan] PRIMARY KEY CLUSTERED ( [Col1] , [Col2] /*, [Col3] */ ) WITH FILLFACTOR = 95 ON [PRIMARY] ) create table Table_A_Feb ( Col1 int not null, Col2 datetime not null CHECK ( col2 = 'RP' ) --(Col2 >= cast('20060201' as datetime) and Col2 < cast('20060301 ...Show All

©2008 Software Development Network