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

Software Development Network >> jason d's Q&A profile

jason d

Member List

Rajesh batchu
gon_no1
Bill Cumming
Greg Brewer
Christian.Lorenz
NILKAMAL
Jangu
Bill Reiss
SP534
Osiris43
vijil
Jabber
Smartpatrol
Leo Diao
AlanKohl
_Buzz
AJ13
kiral
enric vives
rocli
Only Title

jason d's Q&A profile

  • SQL Server General Questions about Sql Server

    I asked my tutor those questions and I want to ask you too Hi Sir I hope you doing fine I have some questions please; What is the diffrent between For Attach in Create Database Command and Sp_Attach_DB What is the diffrent between store db file in folder and store it raw partition e.g. C:\ What is the useful from TextImage_On in Create Table Command; it is order Sql Server to stor the photo in diffrent table's file Can you give us a basic steps to insert *.JPG photo in Sql Server If I have this statement: Create Table xTable ( UserId Int , UserName VarChar ( 3 ) , Email VarChar ( 10 ) Default ( UserId + '_' + UserName ) ) ...Show All

  • Visual C# C# components

    hello! how to use components which are not part C# tool bar. mean i downloaded XP progress bar from Code project and now i want to include it in my programme. what the way i will use You say "as usual", but in fact very many of the components on CodeProject are available in source code form. And the original poster said he got the component from CodeProject. So it's not a foregone conclusion that it will be in a DLL. If you have the source, as you often will from CodeProject, it's usually preferable to add that code to your project rather than packaging it as a separate DLL. Putting it into a separate DLL complicates deployment, as you've now got an extra file to ship. So if you have the choice, in most scenario ...Show All

  • Visual Studio Express Editions error C2801: operator < must be a non-static member

    Hello, How are you I am getting error C2801 with every operator, including those which can be overloaded as static members. Is this a new standard C++ restriction Or it is a project switch, that is hiding from me, which adds this restriction for any reason. According to the error help, only the assignment = , c lass member access -> , subscripting [] ,  and Function call () can't be overloaded as static members. Here is a code that reproduces the error: class T { public : T( void ) {} ~T( void ) {} static bool operator <( const T& right, const T& left ) {}  // C2801 }; Thank you. Thank yo ...Show All

  • SQL Server How to write Select Statement inside CASE statement ?

    Hello friends, I want to use select statement in a CASE inside procedure. can I do it of yes then how can i do it following part of the procedure clears my requirement. SELECT E.EmployeeID, CASE E.EmployeeType WHEN 1 THEN select * from Tbl1 WHEN 2 THEN select * from Tbl2 WHEN 3 THEN select * from Tbl3 END FROM EMPLOYEE E can any one help me in this please give me a sample query. Thanks and Regards, Kiran Suthar Use dynamic SQL if you want to keep your design intact, here is how. I am running many procedures like this because of crappy design :-) DECLARE @TableName nvarchar(100), @SQLString nvarchar(4000) SET @TableName = '' SET @SQLString ='SELECT * FROM ' SELECT E.EmployeeID, CASE E.Emp ...Show All

  • Visual Studio Team System Build Fails with errors: TF30063: You are not authorized to access Microsoft-IIS/6.0

    I am trying to make build with Team Foundation Build Service, but receive a lot of errors, which occure during " getting sources " build step: TF30063: You are not authorized to access Microsoft-IIS/6.0 . Somehow source files are successfully received, but not built, because of build system doesn't want to proceed with mentioned errors. I was looking for problem description on this forum and found a similar topic " TF30063: You are not authorized to access Microsoft-IIS/6.0. " (https://forums.microsoft.com/MSDN/ShowPost.aspx PostID=105035&SiteID=1). Seems that this problem was solved, but there is no answer how to fix it. Could you please help me to fix this problem I solved this issue! The reason of ...Show All

  • .NET Development Can you explain how asp.net aplication runs without dll in server

    Can you explain how asp.net aplication runs without dll in server Could you elaborate further Has your dll files been damaged, but the site still works Then that would be due to the caching of IIS and/or your browser. Or are you curious to how a site could work with only .aspx and .cs files The answer to that is basically that: when a request is made by the client, the .cs is compiled and cached in memory. (note that there is more to it than that. It's just a very much simplified explanation) ...Show All

  • Visual Basic Can a form be opened as a single instance using the constructor.

      I want to make sure only a single instance of a form exist using the constructor.     Here is and example not using the constructor   Public Class Myform       Private _CurrentForm As Myform     Public ReadOnly Property CreateForm() As Myform         Get             If (_CurrentForm Is Nothing ) Then                 _CurrentForm = New MyForm             End If          ...Show All

  • Software Development for Windows Vista How to turn designer host zoom off?

    I am writing a designer host app and have a question. I can invoke zoom in by using the following code, but how do I turn zoom off IMenuCommandService menuService = GetService(typeof(IMenuCommandService)) as IMenuCommandService; if (menuService != null) menuService.GlobalInvoke(WorkflowMenuCommands.ZoomIn); so at this point the user gets a magnify glass as the cursor and can zoom-in on click. How do I go back to the Pointer cursor and turn zoom command off Thanks There is an excellent sample explaining the whole process: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnlong/html/WFDsgnRehst.asp Thanks, Kushal. ...Show All

  • Visual Basic is it allowed to install Visual Studio 2005 non-express editions on more than 1 PC?

    At the moment I'm using VB 2005 Express. I'm considering upgrading to the standard or professional edition. However, now I'm able to use the express version on, for example, a pc at work and a laptop at home. Does this also apply to the payed versions Note: I'm the only programmer, so only one edition will be used at a time. Regards, Eric Dangerous, maybe that wasnt the best choice of the words but what I'm trying to get at is that taking a single line of a EULA and using this as your justification is not always a wise choice as some other statement in the EULA may negate or this line. Legal documents are often full of these little caveats here and there, because they are written by lawyers and not no ...Show All

  • Visual Studio How to change MetaData for a Reference before build

    Bacially, I want to search the references using a custom task for a specific reference and set that reference to SpecificVersion = False. I have tried this... < SimpleTask References = " @(Reference) " > < Output TaskParameter = " References " ItemName = " Reference " /> </ SimpleTask > where SimpleTask alters the metadata on the items passed in however it seems as though now I have a list of duplicate references Any Ideas Thanks, Jim Hi, I have a need to change this as well. Any news on how the change for <SpecificVersion>False</SpecificVersion> on the fly can be done Than ...Show All

  • Visual Studio Download of 180 day trial does not actually download the file

    http://www.microsoft.com/downloads/thankyou.aspx familyId=B2C27A7F-D875-47D5-B226-E2578A116E12&displayLang=en&hash=K354ZWwxHDuqsxNXA9Moy4WzxYTs8ZyyYeb5WeL9UalDDWHbm9FQu3jCK%2fQPJtAbDbqx6hsva1VKtZUGARzfRw%3d%3d Visual Studio 2005 Professional Edition 90-Day Trial En_vs_2005_Pro_90_Trial.img is 8k not 2734.3 MB as indicated. Download is not any good. Anyone know what the actual link might be Yes, but it still completes a very small file download. Not a 2.73 GB file. I am using broadband, so a download helper is not necessary. AV and Software Firewall are down. No differences. Renaming file does the same small file download. ...Show All

  • Visual Studio Team System Managing Code Analysis Rules at an Enterprise level

    We have TFS and VSTS Developer Edition and we have ~150 developers. I have 2 goals regaring Code Analysis: 1) I need to make it as easy as possible for developers (employees and contractors) to load an Enterprise set of rules for Code Analysis and run them as part of their builds. Migrating rulesets from a Team Project policy doesn't work because its only additive (we specifically want a lot of rules unchecked for legacy applications, and to get people used to using code analysis). I have written a VS2005 add-in that handles this, but it doesn't work for websites yet (questions below). 2) I need an eventual enforcement mechanism such that a developer cannot successfully build on our build server unless they "pass" the rules ...Show All

  • SharePoint Products and Technologies Problem in Document conversion

    Hi, is it possible to convert .DOCX file to web page. I am running RTM version of MOSS and when i was trying to convert word document to webpage it always give me ERROR: "Converting the document to a page failed. The converter framework returned the following error: CE_OTHER" Anyone could help me out of this. Hi, I was tried all the steps described in BLOG also give HVU_machinename account rights and add in local Policy by gpedit.msc but it gives same error: CE_Other . Then i disconnect my system from domain as i understand from blog that domain policy was create problem and then tried and i m getting error: CE_BACKENDUNAVAILABLE then i connect my PC to domain and after some time it gi ...Show All

  • Visual Studio 2008 (Pre-release) The maximum string content length quota (8192) has been exceeded while reading XML data.

    I'm getting this message when invoke an operation on the service. I have the readerQuotas configured in the client's config file as follows: < readerQuotas maxDepth = " 32 " maxStringContentLength = " 2048000 " maxArrayLength = " 16384 " maxBytesPerRead = " 4096 " maxNameTableCharCount = " 16384 " /> I still get the error. Any help will be appreciated, Thanks, BTW one thing you could check - you mentioned those settings are on your client. What are the settings on your server. Do you know if the client is able to send the message and the server is failing Can you enable message logging to see this ...Show All

  • Visual Studio Express Editions Cannot Uninstall VWD Express

    I downloaded and installed VWD Express about 5 weeks ago...used it and decided to spring for the full-blown Visual Studio package. I decided to uninstall VWD Express, but it won't let me. It returns the following message: :"Setup is unable to determine a valid ordering for the installation. See the error log for further details." The error log says: [02/04/06,00:24:34] Dependency Manager: [2] CDependencyManager::ValidateDependencyStates() : Parental dependency is not satisfied for component Visual Web Developer. Parent dependencies can't be in removing mode. [02/04/06,00:24:34] Dependency Manager: [2] CDependencyManager::ValidateDependencyStates() : Parental dependency is not satisfied for component Visual Web Develop ...Show All

©2008 Software Development Network