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

Software Development Network >> Проничкин's Q&A profile

Проничкин

Member List

Rumen Filkov
darrellp
Davids Learning
Zoomy8
Claire Salvail
BhuttCrackSpackle
atzmon
Jurgen Turkstra
JohnmanCarl
Pr0fess0rX
anzrul
dotHuman
David Fletcher
Scott Croisdale
shyamkumar
alphaone
jpgetty2win
drEKO
Pockey
T3Logic
Only Title

Проничкин's Q&A profile

  • SQL Server Looking for a comparison of Reporting Services 2005 and BO Crystal Reports XI

    Does any one have a feature list for Reporting Services 2005 and a comparison with Business Object Crystal Reports XI Can you share it There is a conversion white paper at http://www.microsoft.com/sql/techinfo/whitepapers/migrate-crystal-to-reporting-services.mspx . There are some other comparisons on the net as well. ...Show All

  • Software Development for Windows Vista Windows Vista - Process.GetProcessesByName doesn't work

    Hi, This code is written in c#.net windows application. I am trying to get all the processes by name using Process.GetProcessesByName("Exe Name") and for some reason this doesn't work in Windows Vista, does anyone have any idea     I found a solution. On the Vista machine you have to start the "Remote Registry" service. Then you can get the processes from the Vista machine remotely. Otherwise it only works locally. Start the service and it works, stop the service and it doesn't. That simple. I found the resolution at http://msdn2.microsoft.com/en-us/library/aa381831.aspx which is instructions for getting the ITaskScheduler to work on Vista for scheduling ...Show All

  • Visual Studio Team System check out all items programatically C#

    Hi, I can connect to a TFS using this TeamFoundationServer tfs = TeamFoundationServerFactory.GetServer("adteam"); lstBox.Items.Add("AuthenticatedUserName = " + tfs.AuthenticatedUserName); lstBox.Items.Add("ClientCacheDirectoryForInstance = " + tfs.ClientCacheDirectoryForInstance); lstBox.Items.Add("Culture = " + tfs.Culture.ToString()); lstBox.Items.Add("HasAuthenticated = " + tfs.HasAuthenticated.ToString()); lstBox.Items.Add("Name = " + tfs.Name); lstBox.Items.Add("SessionId = " + tfs.SessionId.ToString()); lstBox.Items.Add("TimeZone = " + tfs.TimeZone.StandardName); lstBox.Items.Add("Uri = " + tfs.Uri ...Show All

  • SQL Server hierarchy in SSRS 2005?

    is it possible to use a hierarchy (e.g: CountryCode, PostCode, CityName) as basis for a report parameter I would like the user to have the possibility to drill down from e.g.: "Country = 'Austria' - PostCode '1010' - CityName 'Vienna'" and after that view the report with the selected parameters. possible yes - no - maybe regards pamike is it hten possible to build the hierarchie in an Analysis Services Olap Cube and use parameters to pass througt to a predefined report I also tried this but without any success;-( thx pamike ...Show All

  • Visual C++ how to write C/C++ codes to set command-level environment variable?

    Either call Win32 API or some library. I've tried to call system("set env=1"), defined in <process.h>. But it doesn't work. Seems nothing get added after I tried echo %env%. I hope this should work: _putenv("env=1"); or _tputenv(_T("env=1")); or SetEnvironmentVariableA("env", "1"); or SetEnvironmentVariable(_T("env"), _T("1")); ...Show All

  • Software Development for Windows Vista DirectShow Memory Leaks?

    I am trying to complete a media player by DirectShow.To have more functions, I add filter to graph one by one And Release the objects when the it opens next file.But the memory is increases when opens next file,especially when it opens WMV/WMA file,which it opens by DMO.I have release all the objects and interfaces but the problem remains.I am very frustrated!Is there any ways to solve the problem My guess would be there is still something you are failing to release. Are you using smart pointers You do release the graph object itself ...Show All

  • SQL Server Solution Explorer and SQL Server

    I am a Visual Studio .net developer and understand Solutions and Projects in VS.net.  Nevertheless, it appears that the paradigm of using Solutions Explorer in SQL Server is not exactly the same.  That is, in Visual Studio you can't get anything done without creating a solution first.  In SQL Server, it is entirely possible to get a lot done without a solution and the ability to create and make use of a solution seems almost an after thought or an add-on. I am particularly interested in using a solution in SQL Server to allow me to make use of SourceSafe.  In the past, we jumped through all kinds of hoops to keep a running trail of changes we had made to (for example) stored procedures.  It appears now that this c ...Show All

  • Visual Studio Can you save the report to PDF or HTML or any Pictureformat

    Is there a way that you can save your report to PDF,HTML or any prictureformat. I have a windows verision and want to distrubute my report. /Anders Hi there, The String fileNameExtension parameter of the Byte [] returning LocalReport.Render() overload is redundant in the version [which I suppose] that you have, too (if it's the same with my version, namely " Microsoft Visual C# 2005  55603-000-0000016-00273 "). Simply comment this param (and the variable to which it is outputed), and it will work. Regards,           Emil Prager ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Visual Studio 2005???

    Why should I have to install Visual Studio C# Express if I own the full version of Visual Studio 2005 Pro I have a much more advanced version of C# than the one offered in express. Somehow this logic does not make much sense to me. Perhaps the install need to look for some install of C# but recommend the express if no install is found That would make more sense. Jon Watte wrote: I find that I'm missing the Thread view, and the Attach to Process function, a lot more than the class view. You can design classes on a napkin, but you can't Attach to Process on a napkin! I didn't realise there is no thread view - that's really going to hurt . ...Show All

  • Visual Studio 2008 (Pre-release) Extracting DataTable from query expression

    Hello, I would like to be able to "extract" the DataTable used in a query expression. Sepose I have the following code var query = from c in Customers select c; I would like to "walk" the query expression and to receive Customers as base table in that query. If I have the following query: var query = from c in Customers join o in Orders on c.ID equals o.CustID select new { c, o } I would like to receive Customers and Orders as base tables in that query. Is it possible You can walk the query to find the root data table. A DLinq query defines the IQueryable interface. IQueryable has the property 'Expression' that gives you the underly ...Show All

  • Visual Studio 2008 (Pre-release) Issues Un-installing WinFx Runtime Components 3.0 - Beta 2

    Hello, I am having some issues un-installing WinFx Runtime Components 3.0 - Beta 2. It is crashing with the following messages in the dd_winfxerror30 error log... [07/03/06,19:37:52] Windows Communication Foundation Beta 2: [2] Error: Installation failed for component Windows Communication Foundation Beta 2. MSI returned error code 1603 [07/03/06,19:37:54] WapUI: [2] DepCheck indicates Windows Communication Foundation Beta 2 is not installed. [07/03/06,19:37:54] WapUI: [2] DepCheck indicates WinFX Runtime Components 3.0 - Beta 2 was not attempted to be installed. [07/03/06,19:56:26] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147023293. [07/03/06,20:12:12] MSXML ...Show All

  • Visual C++ nmake question

    Hello I got a macro which looks like this: c:\subdir\a.obj c:\b.obj c.obj How do I convert it to: a.obj b.obj c.obj Is there any command in nmake to do the job, i.e. to remove the path Best regards and thanks, Denker i have a different but related problem, i have a macro: SOURCES = filename1.cpp filename2.cpp filename3.cpp ... filenamen.cpp and binary destination folder macro $(O) = something and i would like to get OBJECTS = $(O)\filename1.cpp $(O)\filename2.cpp $(O)\filename3.cpp ... $(O)\filenamen.cpp how do i do that with nmake ...Show All

  • Software Development for Windows Vista Blue Screen (Dump)

    After windows upgrading completed.... Then restart... showed up blue screen (dump)... set rollback to my windows xp.... Why My system is... p4 3.0 ht 800fsb 1gb ram 512 ati video card (diamond viper) 160gb hd.... etc... Please help me.... Thanks Alf im afraid these are the incorrect forums for your question. These forums are for software development on Windows Vista, using the Windows SDK. I'm afraid I have to ask you to repost your question to the appropriate communities: http://www.microsoft.com/communities Thanks ...Show All

  • Visual C++ Heap memory question

    My OS(XP) plus program chews up all 2 gigs of my RAM My program will crash and fail while trying to realloc more memory. My question is, I thought windows will access the hard drive for virtual RAM when my physical RAM runs out. Am I to assume that each program is only allowed so much HEAP allocation and that is it Any help appreciated Hello Re: Heap memory question Such questions are outside the scope of this forum - for the scope of the VC General forum please look at: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=19445&SiteID=1 For such issues please use the newsgroups at http://msdn.microsoft.com/newsgroups . OTP Thanks Damien ...Show All

  • Visual C# Properties Question

    I have a C# Class but I am not sure how to do something, I am also working with ClassDiagram's so if it can be done there instead of code let me know how. this relates to shipping orders Class: ShipBoxes Properties: //First Package: PieceNum PackageWeight PackageCOD PackageDVal //second package PieceNum2 PackageWeight2 PackageCOD2 PackageDVal2 Is there a way to only have one set of properties then just add a second set of the same Properties Instead of adding a "2" or "3" etc Soi can have unlimited number of packages if needed I hope this makes sence. Tdar ok so something like this.. Just that I get errors with this code in the get and set area. ...Show All

©2008 Software Development Network