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

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

astrocrep

Member List

HonDOn7
ManjuVijay
Sai A
Uwe82
Paul Deen
Thrix
Vivek Natani
Frank Uray
EDV Gradl
Burd
petedashwood
KerryLW
thiagooooo
AlexBB
Ajaidas
Dan Mikkelsen
buladbanaw
Jkat98
Rob Wheeler
Marie-Thérèse
Only Title

astrocrep's Q&A profile

  • SQL Server Wrong totals in named sets

    Hi In BI Development Studio I create a name set with this sintax: [CATALOGO].[CATALOGONIVEL3].[Tiempo Mantencion] [CATALOGO].[CATALOGONIVEL3] has another two members instead of [Tiempo Mantencion] After that I create a calculated member with this SUM ([SET Tiempo Mantencion] , [Measures].[HORAS JUSTIFICADAS]) It works fine in almost all cells in the cube, but when I ask for the others two members of [CATALOGO].[CATALOGONIVEL3] it does NOT returns NULL it returns the same total of [CATALOGO].[CATALOGONIVEL3].[Tiempo Mantencion]. When I open one this members (it exists a sub level named [CATALOGO].[CATALOGONIVEL4]) the cube show a null cell in the subitems (thats right) and the [CATALOGO].[CATALOGONIVEL3].[Tiempo Mante ...Show All

  • Visual Basic IO.Compression

    I looked through the help file on how to decompress a gzip file and the code that was provided was bloated and used functions I do not need, such as how to compress also. I simply need to know how to decompress a gzip file. take a look at this: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=891101&SiteID=1 ...Show All

  • Visual Studio 2008 (Pre-release) WCF and UPnP

    Hi. Has anybody been looking into how to build a UPnP-compatible device based on the WCF framework Hi Simon, The Device Profile for Web Services (DPWS) is a lightweight subset of the overall web services protocol suited for the network connected devices. This is the future of the network connected devices. It is an essential part of the Windows Rally technologies ( http://www.microsoft.com/whdc/rally/default.mspx ). There are some independent vendors that are looking to build UPnP <-> DPWS gateway. WCF does not natively support DPWS, but it can be built on top of it. We are actively looking at improving our support for device connectivity in future. Thanks, Vipul Modi ...Show All

  • Visual Studio Express Editions popuplist

    Hi everybody. How do I retrieve all the data from a popuplist (I know the handle of the popuplist) and write it to a file. I don't have access to the program that owns the popuplist. Thanks i am sorry. it is a combobox ...Show All

  • Visual Studio Team System liujj_xujj

    I write a program to get the latest files from VSTS by Workspace.Get () In SDK, they tell me ' Workspace.Get ()  method can Requests that the server update the current workspace with the latest version of all mapped items. ' The code is: using System.Collections.Generic; using System.ServiceProcess; using System.Security.AccessControl; using System.Text; using Microsoft.TeamFoundation.Client; using Microsoft.TeamFoundation.VersionControl.Common; using Microsoft.TeamFoundation.VersionControl.Client; using System.Net; using System.Collections; namespace VCClient {     class Program     {         static  String tfsName = "csit-vstsserver";  &nb ...Show All

  • SQL Server SSIS Package Configuration issue

    In SQL Server 2005 Enterprise French Edition, the browse button of Package Confirgurations Wizard is hide even when maximizing window. ...Show All

  • SQL Server Management Stusio install via SMS

    s there a way to only install sql management studio via SMS I found the article on the unattend install, but I do not want the connectivity tools, etc. I only need the management studio portion installed, nothing elsre. Has anyone accomplished this IS SSMSE (SQL Server Management Studio Express) any help here http://www.microsoft.com/downloads/details.aspx displaylang=en&FamilyID=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796 ...Show All

  • SQL Server Emulator Error to replicate data on SQL server

    Hi Guys, I've tried to make Microsoft lab to create a DB(SQL sever CE) on emulator by existing one on SQL Server,but i've a problem : when i use moethod(of object SqlCeReplication ) to make replicate data, emulator send error -2147012867(A connection with the IIS server could not be established) may you help me,please thx,bye. ok,thanks a lot,this problem is done.... but,now i've another problem : i see server agent message,but i use another way  ( http://Computer_name/virtualdirectory/sscesa20.dll ). When i start appl the same method give me another exception : "Header information is either corrupted or missing)" remember,i'm using pocket pc emulator 2003 under VS 2005 beta. thx for all. ...Show All

  • Visual Studio 2008 (Pre-release) Release Images from process

    I have an ASP.NET application to generate pages for a magazine. To generate this pages I use WPF, I call a new Thread with a STA Appartment. Thread call = new Thread(new ThreadStart(Generate)); call.SetApartmentState(ApartmentState.STA); call.Start(); In the magazine I'm generating I use some images that I can download from the web, after downloaded these images are stored in a server folder to be used later by WPF to generate the pages. The problem is that after generating the pages I want to delete the images, after the process is complete and the application process keeps locking the images. I've tried to terminate the process using the images, but it seems that it is the webserver using the images and the only way I f ...Show All

  • SQL Server distributed install - connection error

    we have a sql server 2005 reporting services distributed installation db server has: sqldb01\dev, sqldb01\tst, sqldb01\beta web server is TestWeb01. This had dev, tst, beta installations of report server all reports are working ok except on beta. Beta was setup just a couple days ago so it has not worked thus far. all reports use a shared data source on beta(just like on dev and tst) here is the error on beta for all the reports: any idea (SQLDB01_DEV is not the shared data source name. SQLDB01_DEV was used by the developer when creating the report. But this should not matter right The report should ignore this and use the shared data source i assume ) An error has occurred during report processing. Cannot cre ...Show All

  • Windows Forms DataGridView Designer

    I think I have a problem with the datagridview (or perhaps the tab control ) and sourcesafe. Steps to Reproduce: Create a test windows project and put it in source safe. Create a data set and link to a SQL database (northwind for example) Add a table Save the dataset Open form1 in design mode add a tab control Add a datagridview to the second page bind it (using the designer) to one of the tables in your database. save check in close the designer open form1 in the designer. This is where we hit our problem, it prompts for checkout everytime, if you say yes to checkout and then when you save and do a diff in sourcesafe the files are identical. If you cancel you get a string of checkout error m ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. "Grab Point" of a Texture2D

    Right now when I draw a texture it uses 0, 0 of the texture for where it draws it based on the X, Y I tell it to draw it at. I need to change that "grab point" to the center of the texture. Does anyone know how this is possbile Thanks. I was typing while you posted, and I didn't know about that overload. But one advantage is that you can pass less arguments. I would probably use my method over yours for that reason. Maybe if it wasn't just moving the registration point to the middle, then the overload would be more useful. But really, it's a preference thing. It's nice to have options, and doing it yourself is trivial. ...Show All

  • Visual C++ stringstream causes memory link VC++ 2005?

    This simple program seems to leak LOTS of memory when compiled in VC++ 2005: int _tmain( int argc, _TCHAR* argv[]) { for ( int i = 0; i < 100000; ++i) { ::Sleep(1); std::basic_stringstream<TCHAR> str; str << _T( "Current iteration: " ) << i; } return 0; } CRT: Multi-threaded debug or Multi-threaded I compiled and ran the same piece of code in VC++ 2003 and I don't see ANY leaks! Any ideas   Please help! Thanks in advance Is there any patch or workaround for this We just started moving our  environment to VC++ 2005 (from VC++ 6.0 and VC++ 7.1(2003). Without a patch for this issue, we will be in trouble Thanks, -Madhu. ...Show All

  • Smart Device Development fetching recipient in Pocket PC 2002

    Hello, which API i use for fetching email recipient in pocket PC 2002 plz reply me. if u have code do paste it. Thanks -Salman This forum is primarily monitored by Visual Studio for devices group. Please check this link for more appropriate forum for this type of queries.. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286724&SiteID=1 Thanks & Regards Srikanth Bogadapati,. ...Show All

  • Visual Studio 2008 (Pre-release) Window transparency performance

    I was thinking to use window transparency in one of my applications, I have used Perforator and it seems that everything is rendered in hardware, however the visual performance is very bad comparing to the non-transparent version. The questions are: Is June CTP redering transparent windows in hardware Do transparent windows introduce too much overhead When an application specifies window transparency, WPF marks the window in question as layered so the OS will respect the per-pixel alpha information on the window. In this scenario we can use hardware acceleration to rasterize the contents of the window, but because of the way layered windows work we need to use GDI to do the final present of the window to the screen. This step is mor ...Show All

©2008 Software Development Network