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

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

sameerbhise

Member List

Zoya Bashirova
tetsu-
JMCD73
Frank Filippis
aarongreenberg
Ian_Ian
Luc De Bruycker
arti_z
Manos Kelaiditis
srivathsan
Khin
PCarrier
marioc
Dan Ciruli
one
cllard
SMohan
raydlee
guitarmanchu
J-P Lefebvre
Only Title

sameerbhise's Q&A profile

  • SQL Server Uploading images to SQL Express

    Hi, Could someone help me on how I can store images into my SQL Table I'm using "Image" as Column Name and I use VWD 2005 Express. I saw a lot of C# examples, but not VB.NET examples. Please help !!!!! Bart Thanks Lars.... can you believe it, I actually figured it out... but I didn't know that there was an auto increment with the ID Key... so I guess I'll go back and take a look at it. I really hate to keep asking questions, but is there a BOOK that helped you learn all this stuff   I did VB6 (Novice - had to use VB4 manuals - VB6 didn't ship with any).  I want to be an expert and not a dummy. As for books, I'm interested ...Show All

  • Software Development for Windows Vista Activity Validation

    The following article describes how to add activity validation to your own activities, so that you get the same behaviour for mandatory properties as you get with the inbuilt activities. See my article for more details. Welcome to Windows Workflow! ...Show All

  • SQL Server datatypes for SQL

    I'm having considerable diffulcty finding the definitions for the various data types. Specifically, What's the difference between nchar(xx) and nvarchar(xx). Any help in finding the definitions in the help system would be appreciated " nchar and nvarchar (Transact-SQL) " http://msdn2.microsoft.com/en-us/library/ms186939(en-US,SQL.90).aspx "Data Types (Database Engine)" http://msdn2.microsoft.com/en-us/library/ms187594(en-US,SQL.90).aspx    [quote from="Books Online"] Character data types that are either fixed-length, nchar , or variable-length, nvarchar , Unicode data and use the UNICODE UCS-2 cha ...Show All

  • Visual Basic Window size?!?!

    I work on a 17" Widescreen LCD monitor with a resolution of 1920 x 1200. How will I know if the Windows application I develop will fit on a 15" screen with a resolution of 1024 x 768 In VB6 there used to be the "Form Layout Window", is there anything similar in .NET 2003 Thanks Sorry, this little used feature was not implemented for VS.NET.  You should be able to adjust your screen resolution to 1024x78 and then you can easily see if your forms fit appropriately on that resolution.   Toddap_MS   ...Show All

  • SQL Server Web Site Admin Tool problem in VS2005

    All, When I create a new project and try to use the WSAT security tab, I get the following : There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store. The following message may help in diagnosing the problem: Unable to connect to SQL Server database. I am using VS2005 beta2 with a local copy of SQL Server Express. I am new to all of this so a little help would be great Thx jonpfl ...Show All

  • SQL Server importing and exporting tables

    Hello Everybody, Not sure if this is the correct Forum, anyway lemme me know your views. I have SQL Server running in two remote machines (in different geographical locations). I need to import a database from one SQL Server installation to another installation. What is best possible solution: 1) Transfering the .mdf and .ldf file from one installation to another installation 2) Generating the records of all the tables in the database to a common file format CSV and then loading it in destination database. If this is ok then how to generate import and export data using CSV format 3) Any other options S ...Show All

  • Smart Device Development Disable Horz Scrolling

    Is there any way to disable horizontal scrolling on a form Hi Travis, If it is a CF V2 application you can disable auto scrolling by setting the AutoScroll property to false. If it is a CF V1 application auto-scrolling is always on, but you may put your controls over a panel that resizes when screen orientation changes so that the panel is always within the visible region on the screen. In this case, the scroll bars will not be shown. Cheers, Anthony Wong [MSFT] ...Show All

  • Visual Studio How to build a project containing Reporting Service project

    Hello, I'm working with a solution containing multiple projects, also one Reporting Service project. When I use MSBuild to build the solution, it fails with the following error: error MSB4041: The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the <Project> element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format. If I do so and make it: <Project xmlns=" http://schemas.microsoft.com/developer/msbuil ...Show All

  • Visual Studio Team System No access to reports and documents over internet port 8080

    I've got some problems with my installation of TFS beta 3. I installed Windows Server with latest sp. Sql server september, sharepoint and tfs beta 3. The tfs is installed on this server to help us work in project over http and not intranet. When I try to create new project from vs over internet, I get error on connecting to reportserver on port 8080. My reportserver is not running on 8080, it's running on 80. If I create my new project on the server, remote access and not vpn, my project works fine, but links to reports and documents is to my server on the intranet. I think this is the reason why I have red x on reports and documents i ...Show All

  • Visual Studio Team System Custom Validation Rule does not show in Add Validation Rule dialog

    I have written a custom validation rule as described at http://msdn2.microsoft.com/en-us/library/ms182556.aspx . However, I am unable to make my validation rule appear in the Add Validation Rule Dialog. Am I missing something Is this a bug in VS If so, is there a workaround Thanks. This should work. Is your rule in the same project as the web test you are trying to add the rule to If not make sure you add a reference to the test project that points to the project with the rule. Another thing to check is to make sure the class extending ValidationRule is public. If you check these things and the problem persists, please post the cod ...Show All

  • Architecture A good second book about architecture

    Hello I have finished "pro scalable application in .net 2.0" which was nice. Now I want to read another book about architecture. What do you recomend I think Domain-Driven Design: Tackling Complexity in the Heart of Software is a good option, do you know another Thanks. DDD is a good book - however it deals with a certain narrow aspect of architecture. I would recommend reading "Software Architecture in Practice" by Len Bass, Paul Clements and Rick Kazman before that. Arnon ...Show All

  • Visual Studio 2008 (Pre-release) versioning in WCF?

    Is versioning, according to this article: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnservice/html/service10152002.asp the recommmended (up to date) practice for versioning service contracts for web services headed to WCF I have a chance to create a versioning strategy, right now, for our WSE2 (later, WSE3 & WCF) web services. I appreciate any help. Thanks. Hello Steve, with WCF you have a new option at the data contract level (XML schema). The DataMemberAttribute contains a parameter called VersionAdded which permits to have the versioning in your data contract. Please ...Show All

  • Windows Forms Problem when adding extra field

    I added an extra field called "Client" to the Tasks table. I modified the InsertTask and UpdateTask stored procedures as well as the DataSetTasks class, DataLayer class and the DataSetTasks schema. I get this error when I try to add a new task: An unhandled exception of type 'System.Web.Services.Protocols.SoapException' occurred in system.web.services.dll Additional information: System. ...Show All

  • Visual C++ VC6 projects trying to link to MFC42 in VS2005

    I have several MFC DLLs created with VC6. When I import the projects to Visual Studio 2005 and try to build I get fatal error LNK1104: cannot open file 'mfc42.lib' . I gone through the project settings several times (and there are no #pragmas), and I just can't figure out why the project is trying link to MFC42. As Martin suggested, most probably you have libraries that link to MFC42. Thanks,   Ayman Shoukry   VC++ Team ...Show All

  • Visual Studio Team System Problem Creating New Team Project

    Hi. Using 2003 Server with Beta Refresh 3. Sharepoint is extended on the default and no other site. Browsing to http://servername/ works but not Reports or ReportServer. When I create a team project the following error occurs:   Error Unable to connect to the specified SQL Reporting Services at EVERSERVER1.   Heres the Log   1/9/2006 12:06:44 AM | Module: ELeadServiceMediator | Team Foundation Server proxy retrieved | Completion time: 0.359375 seconds 1/9/2006 12:06:44 AM | Module: ELeadServiceMediator | The template information for Team Foundation Server "EVERSERVER1" was retrieved from the ...Show All

©2008 Software Development Network