Pico48's Q&A profile
Visual C# Web Page using C#
I created a new web page in VStudio 2003. Then I drag a control (any control) over to the web page. VS snaps the control to the top left corner of the page and when I try and move it, it snaps it back to the top left of the page. Before you ask, yes, my page layout is GridLayout. Any suggestions Thanks hi may be u can reposition these type of controls by editting the html code example u can insert some <br> to make the position of the control down by a line instead of being the most top left corner ex: <br> <br> <br&g ...Show All
SQL Server Error message "Interface not registered"
Hi I got the following error message when I make a new integration service project Failed to save package file "C:\Documents and Settings\Administrator\Local Settings\Temp\1\tmp2B.tmp" with error 0x80040155 "Interface not registered". Can someone help Me Quote 'I would recommend reformatting and reinstalling this machine and avoiding this antispyware program in the future.' If I had to re-format every time something is not registering in Windows - that would be all I would be doing -Re-formatting... Would re-installing SQL fix the problem. Dan. ...Show All
Visual Studio Express Editions Cannot open file.
Okay I click new project , then I click windowed application and then finish. all works fine then I push F5 to build. I get the following information in a dialoge box. ------ Build started: Project: zane, Configuration: Debug Win32 ------ Compiling... stdafx.cpp c:\program files\microsoft platform sdk for windows server 2003 r2\include\windows.h(157) : fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory Project : warning PRJ0018 : The following environment variables were not found: $(ProgramFiles\Microsoft Platform SDK\Include;$(VCInstallDir) Build log was saved at "file://c:\Documents and Settings\Owner\My ...Show All
Visual Studio Tools for Office Error on Visual Studio Tools for Office "v3" install
Hi everyone!!! I was really excited with the release of the "v3" June CTP, and i directly go to download it, follow the instructions and then an error raised saying this: "Error 1937.An error occurred during the installation of assembly 'Microsoft.VisualStudio.Tools.Applications.Contract,Version="8.0.0.0",PublicKeyToken="b03f5f7f11d50a3a",Culture="neutral",FileVersion="8.0.50727.146",ProcessorArchitecture="MSIL"'. The signature or catalog could not be verified or is not valid. HRESULT: 0x80131045. " Well, I think: "Maybe the in the download something goes wro ...Show All
Windows Forms A related question about licensing
Any one know how/where i can get the icons they use in the VS.NET toolbox ANd where can i get all the other standard icons like new, save, save all etc Thanks In addition to Erik's suggestion, you can download Code Hero Kenny Kerr's Icon browser and exporter from <a href="http://www.windowsforms.com/default.aspx tabindex=5&tabid=47&ItemID=7&mid=142">here ...Show All
Windows Forms FTP and .NET
Does using FTP to upload pages to a site built within the .NET platform impact on security in anyway If so, what is the best way to promote new pages it's hard to say, because ftp does not depend on .Net but the ftp server itself, in any situation , opening up access to internet is security threat , not just the ftp, i ...Show All
.NET Development Cannot find the assembly Name, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
Actually i have Problem of Subjected Error in Remoting i have searched that Problem in different Search engine but unable to resolve this issue. I'm Writing some test code that is throwing said Error. Remote Object Class <Serializable()> _ Public Class ChatEventArgs Inherits System.EventArgs Private FSender As String Private FMessage As String Public Sub New () MyBase .New() End Sub Public Sub New ( ByVal sender As String , _ ByVal message As String ) MyClass .New() FSender = sender FMessage = message End Sub Public ReadOnly Propert ...Show All
Visual Studio Debugger debugs other Applications
Hi, i have a very strange problem with the Debugger. Sometimes when exiting any application, Windows asks me wether i want to debug it with Visual Studio Debugger or with some other. But the application did not crash, and Visual Studio (etc.) is not running. Can you help me something threw an unhandled exception. Visual studio is registered as the debugger, therefore, it asks you if you want to debug it. Is it a particular app that is doing this on close or is it random. If the former, try reinstalling it. if the latter, try updating drivers. I would suspect an archaic video driver. What operating ...Show All
SQL Server text variable in TRIGGER
recently I wrote a TRIGGER , but I found the text is not allowed to be used. such as: in the trigger: declare @content text Is it illegal And why thank you! Actually this is never allowed, even outside of a trigger. declare @content text Msg 2739, Level 16, State 1, Line 1 The text, ntext, and image data types are invalid for local variables. Text has special tools to work with it: READTEXT WRITETEXT, but not in a trigger, but even outside of a trigger they are unpleasant to work with. In 2005 you can use varchar(max) in triggers, and it all works like you probably were hoping text would be. You c ...Show All
Visual Studio my project name is not coming in Add Reference Dialog
Hi, I have created a new project type along with a new language service. the output of my project is always a managed library. Now i want that i sould be able to add a project reference from other existing projects in the solution(a vb project or a c# project). My project never comes up when in the Add Reference dialog of other projects. Please help. Hi there, Does anybody know how to add the custom tab page to Add Reference dialog using C# Any help will be much appreciated. Thanks. ...Show All
Visual C# Reading from DataSet
How to retrive the Header content of the dataset CurrencyManager cm=(CurrencyManager)BindingContext[DataSource, DataMember]; DataRow row; DataView dv=(DataView)cm.List; row=dv[0].Row; //0 for 0th row Console.WriteLine(row[0]); //0 for 0th column This excludes the header row. How else can I obtain Header row contents Hi Ralph, Thanks for the responce. I am looking to collect the data directly, without using the properties of grid. This helps, Is there an alternative way to collect the header contents ...Show All
Visual C++ #pragma comment manifestDependency
What is this goo used for It is new in the July CTP: #pragma comment(linker,"/manifestdependency:\"type='win32' " \ "name='" __LIBRARIES_ASSEMBLY_NAME_PREFIX ".CRT' " \ "version='" _CRT_ASSEMBLY_VERSION "' " \ "processo ...Show All
Software Development for Windows Vista Can Beta2 be insatlled and used without Vista?
I am keen to use WWF Beta 2 in an application i have been working on however i am unclear as to what is required to successfully install it. I have downloaded "Visual Studio 2005 Extensions for Windows Workflow Foundation Beta 2(EN)". Is this all that is required. Thanks Hi, Yes you can install it on Windows Server 2003 and Windows XP as well. Here are the list of prerequisites you need: 1. http://www.microsoft.com/downloads/details.aspx FamilyId=64750EEF-D4A7-4CC8-92F2-9A201268A231&displaylang=en 2. http://www.microsoft.com/downloads/details.aspx FamilyId=5A0AE4CD-DC79-4B12-8A05-B ...Show All
SQL Server Unable to retrieve Column information when using Ole Db Provider for sybase
Hi All, I am in process of transfering data from Sybase to Sql Server using SSIS 2005 have taken a Data Flow Task in Control Flow tab In Data flow tab, I have taken one Ole DB Source and One OLe DB Destination For the source, I am using Sybase Adaptive Server Anywhere Provider 8.0 For Destination, I am using Sql Server 2005 database In Ole Db Source Editor , For OLe Db Connection Manager, I choose Sybase Connection For Data access mode, I choose Table or View For Name of the table or the view, I choose a table by name Table1( it lists all the tables from Sybase database) When i click on preview button or Columns link ...Show All
Visual Basic Using Variables in VB .NET
First, I come from the old Basic days. Skipped VB5 and VB6 and went straight to VB .NET. So knowing that, and knowing that I have been reading the dickens out of all sorts of articles, I have a this problem at hand. I have been working on this for more than a week now and have not been able to get a grasp on the concept of using variables between classes on vb.net. What I want to be able to do is load up a set of variables and use them in different classes. The first scenerio is that I want to be able to load information out of the registry and save this to some variables that can be used in any class. May ...Show All
