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

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

Yulia

Member List

knvb
jcTW
pmanisekaran
Richard Morgan
luisarvayo
Mark Pitman
Alexander75
Ganeshkumar S
SPECIALK_BC
n8 g
Stormin
SGraham1985
LutherW
jdavidroberts
pyeung
Emy_P
amitsingh18
une
Rask
SaloS
Only Title

Yulia's Q&A profile

  • .NET Development Basic .Net Remoting questions

    1. Can I create a solution with 3 projects in it and still be able to debug throughout all 3 projects Project 1: contains a remoting server Project 2: contains a remote object containing the functions. The functions belong to a class that derives from interfaces. Project 3: contains a client that will access the functions 2. If not, how will I test and/or debug the remote object functions What kind of solution-project setup do I need Thanks ...Show All

  • SQL Server OpenRowset to SSAS

    Hi, I am trying to execute the following command SELECT a .* FROM OPENROWSET ( 'MSOLAP' , 'DATASOURCE=mpdata; Initial Catalog=[OLAP - Retail Wholesale];' , 'select [Measures].[Nett Sales Value] on columns, Relative Week Dimension].[RelativeWeek].[Relative Week]on rows from [Retail Summary OLAP]' ) as a This generates the following error OLE DB provider "MSOLAP" for linked server "(null)" returned message "Cannot connect to the server 'mpdata'. The server is either not started or too busy.". Msg 7303, Level 16, State 1, Line 1 Cannot initialize the data source object of OLE DB provider "MSOLAP" for linked server "(null)". Any advice on what to do ...Show All

  • Visual Studio Team System WIQL - State Change Query

    I am trying to write a WIQL query that list the work items that changed from a specific state to another state on for a group of people on a certain day. Make sense Spoken in english: Select work items, created by this group of users, that changed from state a to state b, on this date. any help would be appriciated. Thanks If you look at the history of a work item.. there is an Old Value and a New Value column. If I can't directly query for a list of work item.. can I query the history of a specific one Say.. where Field.OldValue = "x" and Field.NewValue = "Y" Thanks ...Show All

  • Visual Studio 2008 (Pre-release) Mapping both base and inherited objectqueries in objectcontext

    Hi! I'm experimenting some scenarios with Orcas october ctp. I would like to build an objectcontext with both base and inherited objectqueries. Example: I have two entities, Person, and Customer, which "is a" Person. Each entity has a table. Person has an Id, Customer a primary foreign key PersonId. These are the mapping files. These work without Customers EntitySet in csdl and corrisponding EntitySetMapping in MSL.   MSL: <Mapping xmlns="urn:schemas-microsoft-com:windows:storage:mapping:CS" xmlns:edm="urn:schemas-microsoft-com:windows:storage:mapping:CS" edm:Space="C-S">   <Alias edm:Key="C" edm:Value="ShopLib" />   <Alias edm:Key="S" edm:Value="ShopLib.Target" />   <EntityCo ...Show All

  • SQL Server Report Service not showing up in WSS 3.0 Central Admin

    I installed the Reporting Service for Share Point just fine but when I go to central admin I do not see the reporting service section. Any Ideas I had installed the reporting service and share point as different users on the server. I reinstalled RS using the same login as was used to install WSS and I now have the Report Service in Central Admin. THanks for all of the help. ...Show All

  • SQL Server Changes to cloned database are affecting the original

    I am trying to use SQL Express to support unit testing of functionality which requires database access. I created an express database (.mdf) which contains a database snapshot which is the database environment that each test expects to see when it starts. Through the execution of the test the database will be modified arbitrarily and I need to reset the database to the original state before the next test executes. Here's what I do today: Before Test: The original database is copied to a unique location in the temp directory A unique database name is generated (GUID-based) I connect to the new database file with: Server=.\SQLEXPRESS;AttachDbFilename="Path\To\Temp\File";Database="GuidDBName";Initia ...Show All

  • Visual C++ MDI Background

    I am writing an application using MDI. However, if possible, I would like to make the background to my main frame more interesting than the standard gray. Is it possible to get to the drawing/painting routine for the background I have tried everything I could think of but nothing worked. Alan Subclass MDI client window and draw in the WM_ERASEBKGND message handler. You can see code sample here: http://www.codeproject.com/dialog/mdibackgroundimage.asp Read also article note about m_hWndMDIClient - it can be used instead of GetWindow(GW_CHILD). ...Show All

  • SQL Server SQL Server Management Studio installed ??

    greetings, i just install sql enterpise editon (eval version) on my xp computer. does it come with SQL Server Management Studio or is that something i'm suppose to download seperatly its not in my menu. that is what i'm supposed to use to manage the database very much a newbie. The Management Studio executable is called sqlwb.exe. If management tools were installed (and you didn't change the SQL Server install directory during setup), it will be in %ProgramFiles%\Microsoft SQL Server\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE. There should be a shortcut installed in your start menu under SQL Server 2005 for SQL Server Management Studio also. Hope this helps, Steve ...Show All

  • SQL Server SQL Express Compatibility Testing On Vista Using Application Verifier

    I tested my program (written in VB.Net VS 2005/.Net Framework 2.0 with db SQL Express) using Application Verifier for Vista Compatibility and I got this error : avrf:logEntry Time =" 2007-02-09 : 14:53:33 " LayerName =" LuaPriv " StopCode =" 0x331B " Severity =" Error " > < avrf:message > Access was restricted to trusted users only. </ avrf:message > < avrf:formatmessage > CreateFileA: File (\Device\NamedPipe\SQLLocal\SQLEXPRESS) only grants requested 'FILE_APPEND_DATA' to 'NT AUTHORITY\NETWORK SERVICE' </ avrf:formatmessage > < avrf:parameter1 > 3d1160 - Object Type </ avrf ...Show All

  • SQL Server Leaf levels

    Hi All, I want know what are leaf levels and non leaf levels in Analysis Services 2005. How to work with them like load data etc In a situation where data of Operators, Managers, VP need to be loaded into the cubes, in the sense that after data entered by the lower level employees is completed in a warehouse, it must be loaded into the cube(s). Same mechanism is followed in case of Managers and VP's. Can each of these levels be called as a leaf If yes, what are non leaf members I am very much confused with this. Can anyone give some clarification on these A link to a good resource is also fine. An early response will be highly appreciated. Thanks SekharPC Here is ...Show All

  • Windows Forms Need Help getting image to show up in PictureBox

    I have a program that has an openFileDialog and some pictureboxes that I want pictures to show up in according to the images you choose in the openfiledialog from the local harddrive. But I don't know what to type in the GetThumbnailImage(); private void openToolStripMenuItem_Click( object sender, EventArgs e) { if (AddPic.ShowDialog() == System.Windows.Forms. DialogResult .OK) pictureBox1.Image.GetThumbnailImage(); } Hi, Please try this. private void openToolStripMenuItem_Click( object sender, EventArgs e) { if (AddPic.ShowDialog() == System.Windows.Forms. DialogResult .OK) pictureBox1.Image =Image.FromFile(AddPic.FileName); } ...Show All

  • Visual Studio Team System VS crashes when opening Team Explorer

    When I try to start the Team Explorer VS crashes and the two following entries are in the event log (older first): .NET Runtime version 2.0.50727.312 - Fatal Execution Engine Error (7A062A61) (80131506) Faulting application devenv.exe, version 8.0.50727.42, time stamp 0x4333e699, faulting module ntdll.dll, version 6.0.6000.16386, time stamp 0x4549bdc9, exception code 0xc0000005, fault offset 0x00061635, process id 0x19e8, application start time 0x01c71715177b2bdd. OS: Vista Ultimate RTM After installing everything I succeded in connecting to TFS and get the latest version. But after the next reboot VS just startet crashing. Tried to uninstall & reinstall TFS Client, but this did not change the behaviour seen before. ...Show All

  • Visual C# how to add custom control to datagrid cell

    hi i carated custom control, how can i embeded that contol to datagird cell hi., The example in the .net framework show the dateTimePicker control only in the Edit mode. If you want to display all the time, you have to do it in the constructor. cheers, SoeMoe. ...Show All

  • Windows Forms Using the button control

    Hi I know this is a extremely simple question, but could you please help me anyway - I am a programmer newbee so I don't have that much experience...but I am a hard working leaner. I have a form (formA) with a buttoncontrol on it (btnOrder) and I want this btnOrder to open another form (frmOrder) when clicked. I know I have to write an eventhandler but no matter what I do, it won't work. Could you please give me tip - I'd be ever so gratefull Kind regards Tina private frmOrder Form2 = new frmOrder() -- >> you can place this in the class level definition to have an instance of the form then you don't need to create an instance inside the button click. INSIDE ...Show All

  • Visual Studio Team System Can't execute Team Build - TF30063 error

    Hi, I'm trying to execute a Build on my local machine, but I am getting the following error: TF42056: The build service could not connect to the Team Foundation Server: TF30063: You are not authorized to access http://buildServerName:8080/ I have Team Foundation for Testers installed on my machine. I know that I actually can access port 8080 on the build server because that's where our code lives, and I can access and modify the code. I'm really stuck as to how to get builds working. Can builds only be done on machines that have Team Foundation for Developers on it I hope not, because it wouldn't make any sense that a tester couldn't launch a build so they could run their tests. Any help would be greatly appreciated!! I am at a ...Show All

©2008 Software Development Network