Max Khlupnov's Q&A profile
Visual Studio 2008 (Pre-release) Assembly problem!
I have a problem ask for your help! I'm puzzled by it several days. Maybe it is easy to you. Then,please help me! Thank you! In my project, there are Scene1.xaml, Scene1.xaml.cs, Page1.xaml, Page1.xaml.cs, and Application xaml, Application.xaml.cs, etc. Scene.xaml define a main window where I define a area to display Page1.xaml. In Page1.xaml: < Mapping XmlNamespace="uc" ClrNamespace="HyperBar" > <Grid x ...Show All
Visual Basic VS 2005 seems unusable for large VB converted project. How do I turn off the background compiler.
VS 2005 seems unusable for large VB converted project. How do I turn off the background compiler. I have a fairly large project that I migrated from VB6 to VS2005. This is the RTM version of VS2005. There are many issues that I need to fix up in the code, but every time I change one line of code, my system runs 100% CPU for 30 seconds. This is not even close to usable. You might think I have a slow machine, but I am runni ...Show All
SQL Server Parameter Mapping in an Execute SQL Task
I am trying to assign the same package variable value to three different parameters in a query. The variable contains the name of a database which the user will input during package execution. First I check to see if the database exists (if it does I drop it), then in either case I create the database. See code: if exists ( select name from sys.databases where name = ) begin drop databas ...Show All
Visual Studio Question about VSS 2005 upgrade
Hi http://msdn.microsoft.com/vstudio/howtobuy/renewal/ mentions that "Microsoft Visual SourceSafe 3.0 or later" qualifies for upgrade to VSS2005. Does that include the VSS that comes as part of VS6 Enterprise Thanks ...Show All
SQL Server SQL express ?
I've been trying to figure out how to Auto Number my database entries in SQL Express and Automate certain parts of data entry for form entries in Visual Web Developer's SQL Express 2005 edition. Could someone clue me in Thanks in advance. DJ I'm assuming, like me, you are coming from an MS Access world. I'm also assuming that you have set up a column to use for the identity field (e ...Show All
Visual Basic Visual Studio 2005 Professional showing "SQL Server 2005 Express Edition" prerequisite!
I developed my app using Visual Basic 2005 Express Edition, but, I just uninstalled the Express Edition and installed Visual Studio 2005 Professional Edition. Under Prerequisites in the Publish menu, it still shows "SQL Server 2005 Express Edition"! Shouldn't the prerequisite be "SQL Server 2005 Developer Edition" Well thats a completely different issue to the original question that ...Show All
SQL Server VB 2005 & Small Business Server & SQL Server
We have Small Business Server 2003 Premium including SQL 2000 at work. At the recent launch event I got VS 2005 and SQL 2005. I want to overhaul an Access database with poorly designed tables into a properly normalized SQL Server database. Would I be best off using SQL 2000 that came with SBS 2003 Premium or SQL 2005 express or buy some CAL's and use the SQL 2005 that I got at the launch event. I want to design with th ...Show All
Visual Studio Express Editions Database problems: Save data, Change table definition
Although a problem was recognized months ago regarding saving data, I'm disappointed that the Start Page "How Do I... (Database updating) still has a serious error and several suggestions are still floating around to resolve. Forum messages show this is causing a great loss of productivity with programmers and companies. See below for another problem. My past experience is with VBA and 2003 Net, using Excel as a database. Basics: 1. T ...Show All
.NET Development How to create a new .txt file?
File.Create(filename) method can't create a new file because of UnauthorizedAccessException. My OS is Win XP Sp2, and my IDE is Visual Studio 2005. Who can tell me what's the matter Maybe the file name is wrong, maybe the directory where you want to create the file does not exists... Can you provide more details, a piece of code perhaps ...Show All
Visual C++ .PDB files generated by VC 2002
Hi all, somewhere in the source code there may be an assignment like: rhandle->len = maxlen; which after inspection reveals bogus data. A debugger dv -b command will show that rhandle->len is 0 while maxlen is 20; but the next member of rhandle, will contain 20. This looks like a mismatch between the pdb format and the executable where the offset in structure pointed by rhandle is computed incorrectly. The compiler switc ...Show All
Visual C# Database connection Dilema
Hi I am working on an application with two main parts. The first part is the database I am connecting to and the second is an activeX control. I am also using SQL 2005 Express as my database server. The way I have incorperated the database into the app is by using a auto-generated dataset and table-adapter and then doing the rest of the coding myself. My app has to do a few simple queries and occationally write some information to the database. ...Show All
Visual Basic Turning Off Quick Console in VB.NET 2005 Express
Hello: Would like to inquire the floor how to turn the "Quick Console" off so that all my input and output would be done through a external-window console. Many thanks in advance. Tortoise Idiot Number Four Visual Basic Express does not support Debug options and that is why you don't see the Debug Options page. However, turning-off the Quick Console and routing it to the regular console window is something we'd ...Show All
Visual Studio Instanciate an external model
I want to acces to a sdm model from my custom model to update it. How can i do Thanks Mauro, i will investigate this. I will report you my experience. Best regards, ...Show All
Windows Forms Comparing strings
String comparison Is there any way so that all the below conditions give me true results. String val = “Hello” Now comparing val it with the following code. 1“Hello “ //Note white space at the end o ...Show All
SQL Server Embedded images based on a boolean
I'm making a table, and based on a variable in a specific row, I want to display one of two embedded images, icon_good or icon_bad. I'm currently using IIf (Fields!IsCompleted.Value, icon_good, icon_bad) as BackgroundImage.Value, but it gives me errors, and the type field refuses to fill itself in no matter what. I've tried google searching and searching here on the forums, and I can find info about embedding images, but not how to selectively s ...Show All
