B_Free's Q&A profile
Windows Forms 2 openGL objects in 2 windows
Hi, I have 2 OpenGL objects in 2 different windows. In the bigger window I show OpenGL object sometimes big than window (and by that way getting scrollbars). In the small window I show optimized OpenGL object to window. When I do refresh of application window (I am working with MDI windows) the scrollbars sets to zero. It happends after I am calling MakeCurrent to the small window or the big window. What I need to do that scrollbars stay and doe ...Show All
.NET Development Pet peeve of the day
Hi; I have the following code: DataTable table = DbProviderFactories.GetFactoryClasses(); foreach (DataRow row in DbProviderFactories.GetFactoryClasses().Rows) DbProviderFactory providerFactory = DbProviderFactories.GetFactory(row); The DbProviderFactories.GetFactory(row) throws an exception when the row has the values: "SQL Server CE Data Provider", ".NET Framework Data Provider for Microsoft SQL Server 2005 Mobile Edition", "Microsoft.SqlServe ...Show All
Visual Basic XML Help Needed
I am working on a project that requires data being read from an XML document and put into a database. I am having a problem figuring out a specific area of my code. I am able to retrieve the data that is in the base part of the document, however, there is a section with repeated data that I am unable to get the data from. I would appreciate any help in resolving this. I have tried a number of different methods with no success. Here is my code ...Show All
SQL Server KEY COLUMN INFO S INSUFF OR INCORRECT. TOO MANAY ROWS WERE AFFECTED BY UPDATE
I get that error when I try to delete rows directly (manually) using SQL server entreprise manager. When I use a query through SQL query or analyser, I don t get that error. I only get it when manually selecting rows and clicking delete. see attached error screen: ...Show All
Visual Studio Team System Labels missing after conversion from VSS
Hello: I used the VssConverter tool to convert a VSS 6.0 database to Team Foundation. The documentation states that labels are preserved. I have checked the labels on several files and none of them were preserved. This includes labels that were created by a user mapped to a domain user during the conversion and a user who did not map. Is this a limitation in the Beta 2 release or have I missed something I followed the walkthrough for converting ...Show All
Windows Forms how to see the code behind an .exe files
i mad a program a while ago with visual studio .net 2003 and i lost all the files of that program except the .exe files is there a way i can see the code of that program to modified it thanks, Julien Roussel ataris@sympatico.ca ...Show All
Visual Basic 'System.CodeDom.Compiler.GeneratedCodeAttribute' is not defined.
One application deveploped with VB Express Edt 2005 was running well until last friday. No changes has been done in devep. environment. Today (monday) when after changes in application. icon the application is giving the following error: Error 38 Type 'System.CodeDom.Compiler.GeneratedCodeAttribute' is not defined. This is a new class defined in Framework 2.0. How is it possible that VB does not recognice its own environment Some ...Show All
SQL Server Replicate structure only
I have a db and I only really need the table structures and defined functions/procedures from the db. A small sample set would be nice from each table, but not necessary. What would be the easiest way to accomplish this I'm getting the db from a server not connected to the new one so I either need to get the files and reattach or I need to just copy the structure/procedures in. thx If all you need is ...Show All
Visual C++ MS C++ 2005 express database mismatch error when compiling
Every time that I attempt to compile a c++ program I get a database mismatch error. When I looked this error up in the included documents, it said that I needed a newer version of dbi.dll. Where can I find this file I know that my programs work because they compile with ms vc++ 6.0 and the gcc complier. Here is the artilce where it told me "how to fix it," but I still cannot find the file that I need. Visual C++ Conc ...Show All
Microsoft ISV Community Center Forums Installing Business Scorecard Manager 2005 on a SQL Server 2005 instance.
I'm trying to install BSM 2005 into a Win/2003 Server running SQL Server 2005 (everything) and the Web Service won't install because it reports the following: Failed Microsoft OLE DB Provider for OLAP Service (MSOLAP) 2000 SP4 (8.00.2039) as well, the Alerts won't install because of the message: Failed Microsoft SQL Server 200 Notification Services 2.0 SP1 Engine Components I understood that this version was compatible with SQL 2005. Any idea ho ...Show All
Windows Forms Secure Login Image
I am looking for an example to create a secure login image where the user must type in characters displayed in the image to prevent automated logins. The characters need to be of different sizes, angles, fonts and transparency. Thank you in&n ...Show All
Visual C++ Problem instantiating my own class
Hi, I am writing a small project to learn Managed C++ in VS2005. In this program I am creating a linked list using my own class. How Im going about this is I created a node class called StatementItem, and then I refer to that in another class called StatementList. I have created both classes using the Add new class wizard. Creating the classes went perfectly. But for some strange reason even though both classes are defined as public, I can't acc ...Show All
Visual Studio doesn't work: <MSBuild Projects="test.csproj" Properties="Config=Release;Output=($foo)"/></MSBuild>
I would like build a project but I want build the dll file to a different location. Here is the code: <Target Name="PropertyCreate"> <CreateProperty Value="($MSBuildProjectDirectory)\ReleaseAppLogic"> <Output TaskParameter="Value" PropertyName="ReleaseAppLogic"/> </Target> It doesn't work: <Target Name="buildsolution" > <MSBuild Projects="Cleware.Sol.AppModules.Repair.AppLogic.Interface.csproj" ...Show All
Visual Studio Team System Tools for drawing UML diagrams
Am I correct in thinking that Microsoft Office Visio is the tool that provides the UML diagramming facility for VSTS I've done a complete install of Microsoft Office Professionsl 2003 (prerequisit for VS Team Edition) and a full install of Team Suite, but Visio does seem to be present. When I apply File | New | File from Visual Studio's menu bar there isn't a UML diagram in sight. a. What have I done wrong b. How closely is Visio i ...Show All
Visual Studio Team System Can't Remove "greyed" out files/folders in VS 2005 Beta 2.0 Team Foundation Server
Hi there, I have been looking all over and am unable to find anyone who may have an answer to this. Hopefully you can point me in the right direction. We recently set up Visual Studio 2005 .NET Beta 2.0 using Team Foundation server on a multi-server install. For the most part, doing code and checking things in and out works well. However, I have deleted an assembly or two for various reasons, and am unable to readd the item because ...Show All
