Shailesh Paranjpe's Q&A profile
Visual Studio Blue Screen when installing VS.NET 2005 Pro
Hi all, I downloaded the VS.NET2005 Pro and SQL 2005 Dev Editions from the MSDN site and have been trying to install it on my IBM Think Pad for the last week. When installing at the point when the install says "Installing .Net Framework 2.0" I get a blue screen of death. This happens both for SQL 2005 and VS2005. I then tried to install just the .net 2.0 framework and get the BSOD. below are the dumps in my Event log (I have the actual .dmp ...Show All
Visual Studio Express Editions Print() Method in VB.NET
Hi. Is there any way to make the equivalent of the print() method in VB.NET VB 6 has a print() method, which, from what I can tell puts out text to the form without any labels or whatever needed. 1. Is my assumption correct 2. If it is, can it be done in VB.NET also 3. If it can, HOW Thanks, The Digital Pioneer Option B failed me. More details on option A please. In other words, the File.Encrypt method didn ...Show All
Windows Forms Get the version of setup
Hi, I want to get the version of setup and save it to xml file for future using. How can I do this Thank's Alexei Can you help clarify what you mean Are you interested in the ClickOnce publish version Are you interested in the version of the Bootstrapper (setup.exe) Are you interested in the version of the built .MSI from a setup project How do you want to get this version Manually, from c ...Show All
SQL Server OLE DB Provider - Saving SQL UserName and Password error
I have created an SSIS package, which uses an IBM OLE DB Provider for DB2 to access some data. In this case it is not possible to use Windows NT Integrated Security, so therefore I stored the username and password in the connection. It works fine for the current user, but if I log on to Windows with another user and try to change the OLE DB connection I recive the following error: Error 1 Error loading B ...Show All
Visual Studio Team System Build of setup project fails unless absolute path of Visual Studio specified
It looks like there might be a bug with providing a relative path (using an environment variable) when executing a command in <AfterCompile>. Here's the scenario: The first time I tried to build a setup project I got the following failure: Target AfterCompile: "\..\..\Common7\IDE\devenv" ..\Sources\ServerEPS_BINUpdate.sln /build Release /project CommonMergeModule The system cannot find the path specified. C:\TFS B ...Show All
Visual Studio Error opening class diagrams
I get this error when opening class diagrams: Cannot load 'filename': Method not found: 'Boolean VSLangProj90.Reference3.get_resolved()'. This is with beta 2 standard edition. Does anyone have any ideas what the problem is or what I'm missing The only people who have reported seeing this error have all installed Beta 1 before. Please log a bug through MSDN Feedback center. You should probably also r ...Show All
SQL Server Frustrated: Error Output in Source and Destination Editor.
Hi Is there anyway I can multi select rows when I'm changing the value for either Error or Truncation I'm finding it frustrating having to change 2 values for each row in the output. for example redirect row, when I have 10,20,30 columns. It would have been nice to have a global drop down at the top of each column so that I could then selectively change rows back. Any hints and tips on making this easier would be gratefully ap ...Show All
Windows Forms Adding a Custom Property to a TabPage
I need to add a custom property to each TabPage that is created in a TabControl (whether the TabPage is created by the designer at design time or programatically at run time) . I am getting pretty familiar with custom designers--which I suspect ...Show All
SQL Server Northwind, Pubs, others
sql server only comes with adventure works, but many walkthroughs demand others, including Darwish. Where can I download them. I'm sure this has been asked before. I've searched all three. Only pubs showed up, and the request wasn't answered. dennist685 galle, thanks, But I had found them myself. Just at that moment my RSS told me the final product was available. I'm uninstalling everythin ...Show All
SQL Server unable to use existing sql logins
Hi friends i have sql 2000 db which i attached to our sql server 2005.the problem all sql logins i've for this db are there but i cant login using any of those logins. i tried to delete them as i wanted recreate them but get following error. any idea how to reactivate those logins.Thanks for your help TITLE: Microsoft SQL Server Management Studio ------------------------------ Drop failed for User 'Damia'. (Microsoft.SqlServer.Smo) ...Show All
Visual C++ Calling a new managed DLL from an old Visual Studio 6.0 behemoth
Our company has several very large projects using Visual Studio 6.0, and I'm creating a new .NET module that will be used with newer .NET products as well as the behemoth dinosaurs. Converting the old products to use Visual Studio 2005 is not an option right now because of time. Is it possible to create a DLL in Visual Studio 2005 which primarily uses managed code that can be used by a Visual Studio 6.0 application ...Show All
.NET Development Advanced or incorrect usage of interfaces ?
Problem statement: o I want to separate the methods of a class Pipo in read-only and read-write methods. o In order to simplify things I define three interfaces IPipoReadOnly , IPipoReadWrite and IPipo (which is the combination of the first two interfaces) such that clients of the class clearly know which methods are considered as read-only and which as read-write. o I have an ObjectManager who knows about all existing P ...Show All
Visual Studio Express Editions Databases (lots of 'em!)
Hi there, I am new at Visual Basic Express, and am in the process of planning a Visual Basic Application. The project will rely on a a database - I am uncertain on a number of things. The data will need to be accessible in the office of the company - I was thinking of either on their NAS, or hosted on the Web. a) Which is better -Microsoft SQL Server or Microsoft Access I know t ...Show All
Visual Basic need help about active x
I made an active x control on my visual basic 6 and use it as an active x on my created webpage. The active x is running normally on my webpage, but the problem is, when I published my webpage, the active x coudn't see. what should i do As is a web page development. You may find you'll get a better response on forums.asp.net which deals specifically with asp issues. What couldnt the activex see Is it that the browser requires that y ...Show All
Windows Forms Combo boxes and Databinding
On a form, I have 3 comboboxes. Because of the nature of the application, they each hold the same information (Vascular Access Sites). the problem I am having is that when one selection is made, the selected items on the other two ...Show All
