ippy04's Q&A profile
Visual C# adding a library in a aspx file
Hello, I know that you can add the reference to a library by right clicking on the project and choose add a reference. But I would like to know if it is possible to add a library to an aspx file that is not in a project. I tried the import namespace but it doesn't find the library (namespace could not be found, are you missing a reference error message). The dll file is on the same folder as the aspx file, and in a bin file of the root ...Show All
Visual C# How to use a custom form as a template
Hi all, I want to know if it is possible to use a custom form as template, (When you select File - New Item then you can select it) Many thanks, Hicham Yes, but the solution depends on what version of Visual Studio you are using. You can modify the template files. If you are using Visual Studio .NET Beta 2 check out the howto at: How to: Locate and Organize Project and Item Templates http://msdn2.microsoft.com/library/y3kkat ...Show All
Windows Forms floating Toolbar (ie IDE)
Hello everybody! Has anybody some experience with floating toolbars Is there a way to create toolbars like the ones that the IDE uses I wrote a custom control that simulates the same behavior, but it doesn't look as good as the "real" thing (a ...Show All
SQL Server SQL Server Configuration Manager
Hi Installed SQL Server Configuration Manager and now getting all network protocals red - with a message - invalid class[0x80041010] Any ideas on how to resolve this so that I can change the ports used by the server Hi, This error is possibly an indication that the WMI provider is not properly installed. how did you install SQL-CM ...Show All
Architecture .NET 2.0 Tools Evaluation (Part II- Update) - DSL, GAT, SQL 2005, Mobile 5, VSTS, Enterprise Library, Reporting Services, etc.
Here is an update on our progress with the Microsoft products and toolkits that we are considering for use on my current project. The first post is here . It may help if you are considering using the same products and toolkits. Here is the list of products and toolkits we are evaluating: Domain-Specific Language (DSL) Tools Software Factories Guidance Automation Toolkit Composite UI Application Block Enterprise Library .NET 2.0 rele ...Show All
Visual Studio Crystal Reports Newbie. Is this possible.
I'm new to Crystal Reports and want to know if the following can be done. 1. Can you created a Crystal Report dynamically from data contained within objects used in your application 2. If 1 is not possible, can you build an xml file dynamically at run time through code and use this file for the crystal report. 3. When you are viewing a report in the Crystal Report Viewer is it possible to have the user click on a Row/Column entry and g ...Show All
Visual Studio Express Editions usefull for development
Hi, i need ti develop a software,client-server,can i use visual c# express to develop a full fledged application any issues i can face thks Hi, Visual Studio Express edition is the best choice for students, or for individuals who work from home, on personal projects, and don't want to use Visual Source Safe, or Team Foundation server... Some other limitations in Express Edition are: - you don't have support for Mobile Devi ...Show All
SQL Server sql server 2005 diagram support
For some reason, when I try to access a database diagram on our new 2005 SQL Server, I get the following error msg: "Database diagram support objects cannot be installed because this database does not have a valid owner" It then goes on to instruct me to either use Properties > Files or ALTER AUTHORIZATION to change the database owner. Well, I've done that - and it clearly shows that there is an owner of the database, but e ...Show All
Visual Studio Express Editions SqlRecord and latest beta 2
I have the the older beta 2 on my laptop (Feb i think) and ive written a console app that use a SqlRecord, it compiles and runs perfectly on my laptop. ive installed the latest beta 2 on my desktop, copied the .cs file to it, and it refuses to compile complaining that doesnt know what SqlRecord is... any clue what ive done wrong here are my error messages.. sv.cs(33,4): error CS0246: The type or namespace name 'SqlRecord' could not ...Show All
SQL Server cannot attach database if the log files is lost...
Help, I need an advice on whats the other option if on how to attach a database if the log filis is lost in a developer edition. There is a system stored procedure called sp_attach_single_file_db which you can use. Take a look at http://msdn.microsoft.com/library/default.asp url=/library/en-us/tsqlref/ts_sp_ae-az_4wrm.asp ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Surfaces vs Textures
I have Cube Texture and i use it for env mapping, and i wanna draw cube object (env) with this texture. i use IDirect3DCubeTexture9:: GetCubeMapSurface but i cant set this surface to render ( IDirect3DDevice9:: SetTexture or ID3DXEffect:: SetTexture ) because it need IDirect3DBaseTexture9 interface. How convert IDirect3DSurface9 to IDirect3DBaseTexture9 without any copying of texture data or duplicate textures ...Show All
Visual Studio MSDN Library May 2006 update is failing
I just received the MSDN library May 2006 DVD, and it detects the previous library (Jan 2006), begins to install, and then prompts for the Visual Studio 2005 DVD. I insert my Visual Studio 2005 Profesional Edition DVD, but the Library install just keeps re-prompting to insert the Visual Studio 2005 DVD. How should I complete the Library update Thanks, Jim I'm on Vista Ultimate x64, and this ...Show All
Visual Basic Get information from a text file in a website
Hello I need a complex request. I want to get information from text file in my website. I know username and password, but how can I connect to my website Anybody assist me, please Are we talking about - you want to get information from a text file up to your web site. In which case this may be of use which is about uploading files to the web http://support.microsoft.com/default.aspx sc ...Show All
Windows Forms No-Touch Deployment Issues
Dear .net gurus, I am trying the No-touch (Internet) deployment feature of the vb.net using framework 1.1 MSDN talks abt 2 ways this can be done. Using a launcher or stub application that loads assemblies from a web server using Assembly.LoadForm m ...Show All
Windows Forms Searchable DataGrid
I am trying to implement searchable DataGrid. I am creating a DataSet object with DataRelation on form load, as follows: Private Sub BindDataGrid() Dim planTS As New DataGridTableStyle Dim appTS As New DataGridTableStyle Try ...Show All
