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

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

Sara_H

Member List

JennyMQuinn
rtb33
enric vives
Donaghy
Parkin
Amish Karanwal
Alex Farber
Bruce Baker
i7hira7
Ron L
Afr0
Natarajan Arumugam
conrarn
GranBosco
NewbieElliott
DenisCote
Anand Raman - MSFT
Tigerwood2006
krwell
XpyXt
Only Title

Sara_H's Q&A profile

  • Visual Studio Load Report Failed, Access Denied

    I have scoured the web for a solution to this issue and have come up empty handed. We have an intranet application that uses ASP.NET 2.0 and Crystal Reports to generate and display reports to users. The issue is that the Reports are on a network resource separate from the webserver. What I am experiencing is this: When I impersonate a user, I am able to traverse the report files in the folder on a separate server, however when I run the Crystal Report Viewer for any report, I get an access denied error: Server Error in '/TreborNet' Application. Hi Aaeryn, Would you be able to load the remote reports via a web service If possible, I think that will solve your issue. There is some information in the documentation about loadi ...Show All

  • Visual C# Context menu for tree view asp.2.0 web control

    Where can I find treeview asp.2.0 web control that has built in context menu If such thing does not exist, how can I create that I found some posts about that topic, but all of them are very old (year of 2005) so maybe something new came up. Sorry, I have no solution for you, except that you can look up ASP.NET source code on Apress.COM to see if there are any custom controls that you can create. ...Show All

  • SQL Server How to recover from dropped tempdb?

    I am testing sql server 2005 in different disaster situations happened under 2000. I was reading a lot about no update on system tables, so: sp_detach_db 'tempdb' In sql 2000 i could issue something like the following command to recover: use master sp_configure 'allow updates' , 1 reconfigure with override go insert sys.sysdatabases ( name , dbid , sid , mode , status , status2 , crdate , reserved , category , cmptlevel , filename , version ) values ( 'tempdb' , 2 , 0x01 , 0 , 8 , 1090520064 , '2007-01-27 13:03:10.873' , '1900-01-01 00:00:00.000' , 0 , '90' , 'D:\beep\mssql\temp\tempdb.mdf' , 611 ) go sp_configure 'allow updates' , 0 rec ...Show All

  • SQL Server AS2005. SubSelect vs. WHERE. What can WHERE that Subselect can't?

    Hi AS gurus and fathers, By way of too many problems with WHERE in AS 2005 SP1 with Hofix i have rewritten all my queries for using of subselect. Can anybody give here an example what MDX using WHERE can, that SubSelect (SubCube) can't (exclisive [Measures] dimension under WHERE clausel). If you use subselect extensively, I would highly recommend the recently released SP2 CPT1 which is available to the public. There had been some very significant work done in the area of subselect in SP2. ...Show All

  • .NET Development Same Problems

    Hello all. I have the same problem that many are reporting here. I am using an access db. It is not related to the copy setting. I have tried all three settings and no go. Here's the scenario: I have a datagridview that is bound to a dataset via a bindingsource object. It was created by dragging the table from the datasources window. I do not want the user to update the data in the grid as I will be doing it programatically. I just want it to display the data in the table. I generated the following sample code to try and debug the problem: Dim rw As CIDDataSet1.CidRow = CIDDataSet1.Cid.NewCidRow() rw.Name = "foo" rw.Number = "foo" rw.DateTime = Now rw.Key = "FOO" Me.CIDDataSet1.Cid.Rows ...Show All

  • .NET Development SQL Compatibility

    I'm putting the finishing touches on an application I wrote for a Symbol MC50. I have a fairly large text file that I transfer from a PC using 802.11 then I load it into a SQL CE database on the MC50. It works but it takes about 10 minutes. Would it be reasonable to create and load the file on the PC and copy the SQL file to the MC50 I'm using VB in VS .NET 2005. So, if I understand you correctly, you're moving a .txt file from a PC to the MC50 and then running code to import it into the SDF database but you want to know if you can build the .SDF database on the PC and move it to the MC50 That's possible, but I expect that you might have better performance with replication. This would require a SQL Server ...Show All

  • Windows Live Developer Forums We are considering the purchase of visual earth

    How easy is it to upload locations and data would it be better for us to outsource some development than learn it ourselves   treh wrote: How easy is it to upload locations and data   would it be better for us to outsource some development than learn it ourselves   Going with John, it would help if you specifcy what kind of locations your uploading, where the data is coming from (Mappoint Web Service SQL ).  Also what kind of features are you looking for VE   Are you satisfied with keeping the control the way it is or do you need to hack it up   Is there anyone good with AJAX   What kind of time frame are you looking at   Lots of factors here... ...Show All

  • SQL Server Denying access to a whole dimension

    In AS2K dimension security I could deny access to a whole dimension using the 'Fully Restricted' setting on a role. In AS2005 I can't see how to do the same thing - the only thing I can do is to deny access to every member on every attribute but even then I still see the dimension name in the metadata. BOL suggests it is possible but its descriptions of the UI must have been written before RTM and don't bear much resemblence to the current situation; I've also had a go at setting some of the properties on the permissions object in the XMLA definition of my cube but they don't work either. Is this feature still available If not, can we have it back Chris Hi Radim, I have no idea whether Connect is closed to new users - it seems ...Show All

  • Community Chat Making .Net application for Touch Screen

    Hi all, I've to make such application (in .net) which is to be use on LCD touch screen. Actually I am on the Project of Hospital Management System. So, for that we ve to install such machine which'll provide information to Patients, Doctors, as well as Visitors. So my question is that "Is it possible to built such application (In ASP.Net), which can be easily used on LCD touch Screen If yes then how Thanks in advance to all Regards Yes, touch screen UI control events are analogous to mouse UI control events. The last time I was involved in a medical touch screen project, for a company whose name starts with K, HTML and RDO were employed; keep in mind this was 2001 or 2002, a Windows Forms ...Show All

  • Visual Studio Express Editions File transfer using serial communication(RS232) vs2005 c#

    hi, can any body suggest me good reference how to transfer files over serial comm using vs2005 C#.I am unable to understand what is event driven I/O and synchronous I/O which is better to me My task is just transfer files b/n two systems using serial ports. In file transfer application how to recognize End of file using C#. thanking you inadvance A.suneel Was your problem resolved, If so, how , we are struggling with the same problem, we would be interested in share information with you Thanks in advance Mike M ...Show All

  • Windows Forms What I would like to see in the generatebootstrapper task

    Hi; Here are the additional features I would like to see in GenerateBootstrapper: It can embed the .msi program to run after it finishes loading the prerequisites. If the .msi is a url, it shows downloading it in the status bar even if no prerequisites are downloaded. It can handle a reboot after installing a prerequisite. Better documentation including how to have it install any MS hotfix, service pack, etc. It can include the Current UI Culture language packs for .NET 2.0 and J# 2.0 (and anything else). Make IIS a prerequisite (essential for any ASP.NET app). Can set the name of the program, the caption, etc. You can mark a prerequisite as optional (Sql Server Express and the language packs in our case). ...Show All

  • Visual C# Detecting changes for "Save" and "Save As..." purposes

    I have a base abstract class that contains a generic dictionary. All of the derived concrete classes inherit this dictionary. The Value of the dictionary is of the base class Type. This is to allow adding/deleting of derived types. Ok, what I would like to do, is detect when changes have been made in the object model, so that I can implement a "Save" and "Save As..." method. What is available out there that allows me to do something like this I'm well aware that I can roll through the object model and compare properties. I was wondering if there was a standard shortcut to avoid having to do this. I have 100's of properties that I would have to check for... ...Show All

  • Visual Studio Sharing common files between projects

    I have a number of projects which share common files so I put a single copy of these into a "Common" folder on my workstation. This folder is at the same level as my projects i.e. C:\Projects\Common C:\Projects\ProjectB C:\Projects\ProjectA etc So in folder C:\Projects\Common I have Shared.h. Within both Visual Studio 6 projects A and B I have various project specific files which "persist" as e.g. C:\Projects\ProjectA\MainFrame.CPP, C:\Projects\ProjectB\MainFrame.CPP and in both projects I have Shared.h which "persists" as ..\Common\Shared.h. Obviously if I modify Shared.h the changes propogate correctly to both projects. So far so good. Now I add a similar project structure into my Visual So ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Pix: problems with single frame capture experiment

    hello as stated in subject, I have problems when I try to run a single frame capture experiment. I tried the following samples: basicHLSL, stateManager and HDRLighting. After a few seconds I get an error message with the following wording "HDRLighting.exe has found an error and is closed" (translated from danish so it might not be exactly the same words in english). I have the option of sending an error report to microsoft. If I try to run the samples as a replayable Direct3D call stream, it works fine, but since im trying to figure out how to debug a pixel-shader thats not enough. Any help is greatly appreciated. best regards Mnd1 Hi thank you for your fast reply. T ...Show All

  • SQL Server Properties of a Report Error when selecting Execution

    When I select execution I get the following: "Everything is fine in my dev enviroment in the production is where I get the error." An internal error occurred on the report server. See the error log for more details. (rsInternalError) Get Online Help For more information about this error navigate to the report server on the local server machine, or enable remote errors Details Event ID: rsInternalError Source: Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings We're sorry There is no additional information about this issue in the Error and Event Log Messages or Knowledge Base data ...Show All

©2008 Software Development Network