Software Development Network Logo
  • Visual Basic
  • VS Express Editions
  • VS Team System
  • Visual FoxPro
  • Microsoft ISV
  • Smart Device
  • Game Technologies
  • Windows Forms
  • Architecture
  • Windows Vista
  • Visual Studio
  • Visual J#
  • Visual C++
  • .NET Development
  • SQL Server

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

Sureshsat

Member List

Richard114
Gandalf Hudlow
Lakshminarayana
Joey Lau
lym51
DobSun
AdKhan
Qing Fang
Holger Grund
Blood
SRobb
Courtney1234
spyders
Shreyas Patel
Acartina
Cameron T
mdoiron
mix600
Kawish
cribcn
Only Title

Sureshsat's Q&A profile

  • Visual Studio Team System Can't add project Web Parts to home page

    I'm trying to add web parts from the project gallery, just the ones installed by default, but they give this error every time: An unexpected error has occurred. Only the project gallery web parts give this error. If I add one from the "Online Gallery", those work just fine. But the ones associated with the project fail. I have three TFS projects and I get the same error on all three. I also have two other non-TFS SharePoint sites on the same error, but those do not generate an error. Jay McCleery posted the answer below. It worked for me. Jay McCleery wrote: Unfortunately, thi ...Show All

  • Visual Basic checking properties of folders

    Hi all, I am trying to run some processes to tidy up our SAN storage.  A couple of the things I am struggling with are : 1)   Checking the security of the folder properties to check who the owner is 2)   Checking the security of the folder to check if "Inherit" is ticked 3)   Search a text file for specific text I already have a process to run SETACL to fix ownership and permissions, however this will run regardless.  What I want to do is first check the Ownership and permissions before I run the process. With regards to the 3rd point, the SETACL pipes the results to a text file, so I wa ...Show All

  • Visual Studio Team System error starting VS 2005 beta2

    After installing VS 2005 beta2  I receive the next error when I try to start a new project (even when I start up VS and then close it without doing anything)   The Microsoft.VisualStudio.QualityTools.TestCaseManagement.QualityToolsPackage, Microsoft.VisualStudio.QualityTools.TestCaseManagement, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ({A9405AE6-9AC6-4F0E-A03F-7AFE45F6FCB7}) did not load because of previous errors. For assistance, contact the package vendor. To attempt to load this package again, type 'devenv /resetskippkgs' at the command prompt. I removed every release of VS an SQL and inst ...Show All

  • Visual Studio Express Editions Registration benefits

    I just read the announcement about the benefits of registration. I already had registered so of course it didn't let me register again. Is there a way to still get the downloads or should I now know never to register an MS product until they have some registration benefits announced I've seen this problem when the Passport I registered VS Express with is different from the Passport I'm using to access the Express Registration Benefit Portal ( https://connect.microsoft.com/downloads/downloads.aspx SiteID=40 ). Basically it indicates some kind of authentication problem. If your copy of Express tells you it's ...Show All

  • SQL Server XML Bulk Load same data to two tables ...

    Hi ... I am trying to load some common data from the element "site" into two tables ( MacgowanTestRWISRawAtmospheric and MacgowanTestRWISRawSurface).  The data in attributes "sysid" and "rpuid" need to be copied to both tables.  Is there a way to do this with the schema file .  The two tables are related by the sysid and the rpuid ... Thanks for any help, Chris //////////////////////////////////////////////////// // schema file <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"             xmlns:sql="urn:schemas-microsoft-com:ma ...Show All

  • Visual C++ Opening Xml Files with C++

    Hi, I would like to know how to open an Xml File and the methods to use to access its diffrend nodes and add some new ones With C++. I usualy use C# and VB So if you have sample C++ Code it would be great. Thanks for your help. stlaural wrote: I'm using C++ in Visual studio to build a plug-in for acrobat so I guess your right, I think I can use the same classes that I used with C# and VB Yes, you'd need to turn on /clr compilation, and also know the new C++/CLI syntax. And you have access to the entire .NET class library. ...Show All

  • Windows Forms Securing files

    Hi,   I doing a program that has alot of media files (images, sounds, videos, animations). I want to encrypt these media files so that they can be opened only by my application. Is there a way I can do that Thanks Well, not really. Encryption is a very complex topic, and how you do it depends on the kinds of data you'r ...Show All

  • .NET Development End Asyncronous Task?

    Is it possible to end an asyncronous task before the actual end criteria has been met I'm desperate! We currently do not have timeout support for async operations. This post may be of use: http://www.eggheadcafe.com/articles/20060120.asp ...Show All

  • Visual C# How to write 3-Tier Application using c# windows Application with MS SQL Server 2000?.

    Hi , I am new to .Net . Please help me .. How to do 3-Tier Application using c# windows Application with MS SQL Server. Thanks..... That's a bit of a massive question. Which part are you having trouble with Are you new to programming overall Have you written n-tiered apps before You need to define where you are coming from and ask more specific questions if you want a meaningful answer. The web also abounds with info on this, certainly at the broad level that you've posed the question. ...Show All

  • Visual Basic Error Type 'MarshalAs' is not defined

    I recently converted a project from VB2003 to VB2005.  I am getting this error and I can't figure out why... Type 'MarshalAs' is not defined Here is an example of the code that is causing the error: <StructLayout(LayoutKind.Sequential)> Friend Structure VersionInfoDef    Dim SizeofVersionInfo As Byte    Dim BootVersion As VersionDef    Dim OSVersion As VersionDef    Dim NumOSExtensions As Byte    <MarshalAs(UnmanagedType.ByValArray, SizeConst:=40)> Dim OSExt() As Byte        Public Sub I ...Show All

  • Visual Studio Visual SourceSafe 2005 Database Format

    Does Visual SourceSafe 2005 have new database format, different from VSS 6.0, that was prone to data corruption SQL back-end, maybe, similar to SourceGear's Vault Also, will there be a conversion/import mechanism to move existing VSS 6.0 databases to 2005 format, or are they backward-compatible Thanks, Dimitri SunGard SCT Hi Dimitri, VSS database format was not changed between VSS6 and VSS2005 . There is no need for conversion tools. If you're looking for something that's SQL-based, you should consider Team Foundation Server http://msdn.microsoft.com/vstudio/teamsystem/Team/default.aspx ...Show All

  • SQL Server Generate Scripts missing option in Management Studio

    I was hoping this would be fixed in SP1, but it is still missing. Particularly in a development environment, I find it very useful to have scripts DROP first, then do a CREATE for tables. There is an option called Script Behavior that is supposed to allow this, according to the help text. There are supposed to be 3 options, DROP only, CREATE only and DROP + CREATE. This third option (the one I need) is missing. It does not show up on the drop down. Sorry, I don't want to be rude, but before anyone suggests it, yes, I know I can create a DROP script first and then go back in and create a CREATE script and then run both. And I don't want to ...Show All

  • SQL Server Internal Activation - calls stored procs in other DBs

    Hi all I am using internal activation on a queue to process the messages, should an error be encountered I call stored procedure A in the same database to log the error. Part of the processing in stored procedure A is a call to stored procedure B in another database (on the same server), however I have not been able to get this call to B to work. Currently I get the error "The server principal XXXXXX is not able to access the database YYYYYYY under the current security context". I have tried various combinations (too many to remember) of database owners, roles and permissions as well as EXECUTE AS on both A and B and the Queu ...Show All

  • Windows Search Technologies IFilter Preview

    What interface and registry settings do I use to supply the picture for the Preview box in the Windows Desktop Search window   I tried adding an IViewObject2 to my IFilter DLL but it never gets called. We do not have an official way of doing previews at this time...as our preview architecture will be changing in the future. There is an rather in-depth unofficial description of previewers and other things here   http://spaces.msn.com/members/WDSTech/ -Tom ...Show All

  • SQL Server Upgrade from Sql 2000 Ent edition to Sql 2005 Std edtion

    Hi I am looking is it possible to Upgrade from Sql 2000 Ent edition to Sql 2005 Std edtion if yes is it standard upgrade\migration process or some trick involve and also what will happen to lic Appriciate any help Thanks Alps Can you show me where this is documented It's not in the link above. We were thinking that we were going to have to upgrade via backup and restore after uninstalling each instance so that we can keep the same instance names. I would like to know if that is not the case. We are going from SQL 2000 Enterprise to SQL 2005 Standard. ...Show All

©2008 Software Development Network