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

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

JocularJoe

Member List

Leonardo K
jonathan03
nrajudandu
aCaen
GConst
TonyCapps
Silent.Killer
Siggy01
DiskJunky
sroughley
Corey C.
Puybaret jean-claude
SaucerBoy
Level255
MK_India
Infinite Entropy
Tim Stall
Wicket
Sten Palmqvist
schobmich
Only Title

JocularJoe's Q&A profile

  • Visual C# Problem in adding controls dynamically to ToolBox

    Hi Everybody, I need a little help in migrating my VS2003 ConsoleApplication to VS2005. My console application adds a few server controls (built by me) to the toolbox in runtime. However on migrating the code to VS2005 the code is not adding the controls to the new tab, though a new tab is created. The following lines of code add the controls to the tab. ToolBoxTab tab tab.Activate(); tab.ToolBoxItems.Item(1).Select(); tab.ToolBoxItems.Add( "MyControls" , System. AppDomain .CurrentDomain.BaseDirectory.ToString()+MyControls.dll , vsToolBoxItemFormat .vsToolBoxItemFormatDotNETComponent); I have placed the ServerControls dll in the ...Show All

  • Visual Studio Parse referenced assemblies

    Hi, I need to parse the referenced assemblies of a project (in order to find certain types that have to be written in a configuration file). I can work on the list of references, load the respective assembly and reflect over the types. However this will block the DLL files and the next build will fail. Using ITypeResolutionService didn't help either. Visual Studio loads those Assemblies as well, yet it does not lock them (probably shadow copying or some other special handling). Does anyone know how to get hold of the assembly loaded by VS Regards, Alexander Can you share more info, like the details of the exception you're getting I know for instance that Reflector (the .Net decompiler) uses ReflectionOnly APIs in order to ...Show All

  • Visual Studio Team System At beginning all my scenarios are too long (ROM =3)

    Hi I'm writing the first scenarios of my system but I have the the following problem, all my scnerios has a ROM >= 3. Like a scenario shows the ways that the persona would use the system I undestand that the kernel of the system has to be developed too and then the scneario is too big. For example: My system has to show a calculated information to user Jhon, the scenario could be: "Jhon starts the application click the button 'Show' and the last calculated info is presented to him." And to this work would be possible the kernel of the system (presentation, bussiness and data layer) would be build first. Then if I estimated it the ROM is >= 3 because I have to add kernel +funcionality. How can I solve th ...Show All

  • SQL Server How can I connect to Microsoft SQL Server 2005 CTP with Microsoft SQL Server 2005 Express Manager?

    I installed Microsoft SQL Server 2005 Express Manager and connect to SQL 2000 normally but when I connect to Microsoft SQL Server 2005 CTP, I failed! when I open SQL Configuration Manager, I find the SQL Server had been running, after I opened "Attribute" window, I find "This account" box had been checked, and "NT AUTHORITY\NETWORK SERVICE" was displayed in Account Name edit box, "**********" was displayed in "Password" edit box. I think that the reason I can't connect to Microsoft SQL Server 2005 CTP is that I can't know the name of  SQL Server 200, account, password. right In Microsoft SQL Server 2000 I can find the name of server from "Service Manager" and default accunt is "SA", the default password is blank. but I can't find it ...Show All

  • SQL Server RS2005 - Backend database SQL 2000

    Hi, Is it possible to have RS2005 with the backend as SQL Server 2000 (may be on a remote machine) I.e. the Reportserver and ReportServerTempDb will reside on SQL Server 2000. With which edition of SQL Server 2005 is it possible TIA, Tanmaya Dear, U can link a datasource from sqlserver2000.But u cannot have a reportserver and reportservertempdatabase on sqlserver2000. No edition of sqlserver2005 support this. HTH sufian ...Show All

  • Visual Studio Team System TF30225: Error uploading report : Work Item with Tasks

    Hi Our TFS installation has worked fine for a long time, and we've never experienced problems when creating new projects. Today, however, project creation fails with the error " TF30225: Error uploading report : Work Item with Tasks " I'm not aware of anybody having tampered with our installation... I the log, I find this entry: Exception Message: An internal error occurred on the report server. See the error log for more details. ---> An internal error occurred on the report server. See the error log for more details. ---> EXECUTE permission denied on object 'xp_sqlagent_notify', database 'mssqlsystemresource', schema 'sys'. This is reported in other threads, e.g. http://forums.microsoft.com/MSDN/ShowPost.aspx P ...Show All

  • .NET Development cannot use xmlSerializer with FileSystemInfo

    I am having difficulty getting FileSystemInfo to work with the xmlSerializer. The snippet is pasted below. At runtime an error occurs stating 'System.IO.DirectoryInfo cannot be serialized because it does not have a parameterless constructor.' I have tried working around this in several ways: explicit casting of DirectoryInfo; a wrapper object (snippet shown below line) that is set to fsi. The object won't cast to FileSystemInfo. Any help or suggestions would be much appreciated. I can be contacted at bedocs@gdls.com. Stream stream = new FileStream(fileName,FileMode.Create,FileAccess.Write,FileShare.None); FileSystemInfo fsi = new DirectoryInfo(path); try { xmlSerialize = new XmlSerializer(fsi.G ...Show All

  • Software Development for Windows Vista ICredentialProvider

    Did anybody make a successful user logon using the new ICredentialProvider interface My credentials are displayed, but I can't make them to logon. And what worse - after 20 or 30 seconds, the winlogon crashes completely with no recovery possible excepting hardware reset. I thought I basically did something wrong and decided to wait for more detailed documentation or some sample code. But MS doesn't seem to put too much effort on improving their SDK documentation and I also found that at least one other programmer has the same problem: http://msdn.microsoft.com/newsgroups/default.aspx query=vista&dg=microsoft.public.platformsdk.security&cat=en-us-msdn-windev-winsdk&lang=en&cr=US&pt=&catli ...Show All

  • Windows Forms Can you SMS push a click once app itself?

    I have a client that does not allow its users to install anything on their PCs so what they want to do is SMS push the 2.0 framework and then SMS push the clickonce app itself. Is it possible to SMS push a clickonce app Did you ever get an answer i have the same issue. We want to deploy the 5MB ClickOnce client via SMS to 25k users and then, after the initial deployment, do delta updates via the web site. I found this link: http://msdn.microsoft.com/smartclient/default.aspx pull=/library/en-us/dndotnet/html/clickoncevsinstaller.asp which shows how to create an MSI which launches the ClickOnce install, but the install still happens from the web site. Sure would be great if we could have the best o ...Show All

  • Internet Explorer Development IE7 problem with frame and base target pages

    I have a central page with frame ( 2 cols). In the left col, i have a tree menu. When i click at the select item one page will be displayed in the right col (base target frprincipal) . But it is not happen. The page was displayed at left col. Have any problem, with frames and base target in IE7   <frameset cols="25%,*" >       <frame src="nostreeeng.htm" NORESIZE>            <frame name="frprincipal" SRC="sld001.htm">  </frameset>   Hello Dave Massy I have a case #1030496857 with IE7. Can you give me some insite on why my code doesn't work. See . . . http://f ...Show All

  • SQL Server Best practice for data dictionary in SQL Server 2005

    Hi ,all here, Would please anyone here give me any guidance and advices for best practice of data dictionary in SQL Server 2005 I have restored a large insurance claims database with up to more than 300 tables, massively, most of them are empty tables, many of them dont have any keys, contrains, indexes, and more difficult, there is no any data dictionary for the database which gets me stuck in the understanding of the data at the moment. Thus I think data dictionary is very important for a database. Will anyone gives me advices for that Really need help. Thank you very much in advance for any help. With best regards, Yours sincerely, I think the word data dictionary is not quite sure for us, do you mean data dicti ...Show All

  • SQL Server rookie sql question

    SQL, It's up and running, 2000. Looking in enterprise manager at the server, Green right handed arrow(running) with a red squiggly line What is that (mean) Thanks From a technet article... "As far as that red squiggly line – I doubt that you'd want to get rid of that – it means that you have a connection to that SQL Server. This is a good thing" http://www.microsoft.com/technet/archive/community/columns/questions/03-01-00.mspx mfr=true Thanks, Sam Lester (MSFT) ...Show All

  • Visual Basic Easier way to Array.Clear ?

    I have an array that I want to reset. Dim A(10) as integer .... array.clear (A,0,a.length) Is there an easier way to do this (A's name is AttemptsThisExercise_ByCue ... so the above statement gets wordy. I TRIED Redim and got an error that it's not a member of system.array (And .net help shows that to be the case). Erase A David Anton www.tangiblesoftwaresolutions.com Instant C#: VB to C# converter Instant VB: C# to VB converter Instant C++: C# to C++ converter, VB to C++ converter Clear VB: Cleans up VB.NET code C# Code Metrics: Quick metrics for C# ...Show All

  • Visual C# Add Datarow

    I am using the following code to 'test how to add a datarow' But it does not seem to work- can anyone correct the code for me.. //test add rows myConn.Open(); DataSet dtSet = new DataSet (); myCmd.Fill(dtSet, "DETAIL_POLEVEL3" ); DataTable dt = dtSet.Tables[0]; DataRow workRow; for ( int i = 0; i <= 9; i++) { workRow = dt.NewRow(); workRow[0] = i; workRow[1] = "CustName" + i.ToString(); dt.Rows.Add(workRow); dt.AcceptChanges(); myCmd.Update(dt); } can I see the SELECT Command (SqlCommand) code   you may need to create an UpdateCommand on the DataAdapter http://msdn2.microsoft.com/en-us/library ...Show All

  • SQL Server BULK INSERT into a table variable

    Bulk Insert to an existing table works fine, but substituting a table variable causes parsing error: Msg 137, Must declare the scalar variable "@tblInput". or Msg 207, Invalid column name '@tblInput' . To repro: CREATE PROC X AS BEGIN DECLARE @strSQL char ( 99 ) DECLARE @BulkFile varchar ( 60 ) SET @BulkFile = 'c:\LookingGlass\BulkCopy1.tmp' DECLARE @tblInput TABLE ( [Word] [varchar] ( 50 ), [UseCount] [int] ) --works ok with temp table: SET @strSQL = 'BULK INSERT temp_tbl From ''' + @BulkFile + '''' --but not with table variable SET @strSQL = 'BULK INSERT ''' + @tblInput + ''' From ''' + @BulkFile + '''' EXEC ( @strS ...Show All

©2008 Software Development Network