blackArt's Q&A profile
.NET Development OTP: Classic asp versus asp .net
Hello need some good arguments to convert a websolution from classic asp to asp.net as many as possible, need both benefits and downs There is no down side. Classic asp is a nightmare. However, ASP.NET questions are off topic here, you should post this at www.asp.net ...Show All
.NET Development Register ATL control.who can help me?
I have created a ATL control with c++.net 2003. I find the control can be registered on local PC by regsvr32.exe,but it can't be registered on other PC. Why You are probably missing ATL.dll. By default, ATL requires this DLL for the registration component. You can eliminate this dependency by adding the _ATL_STATIC_REGISTRY #define to your project. ...Show All
Windows Forms AppUpDater Problems / Removed From TaskVision ?
We have an application that uses appupdater to refresh an application developed inhouse. The application was developed using .NET Framework 1.0. We have had multiple incidents of appplications that live in the program files directory being deleted and have na ...Show All
Visual Studio Moving a label
Hello, Is there a way to move a label from one version to another What we are trying to achieve is that if we label the VSS database with a build label at the beginning of the build process and subsequently include updates to the build, I would like to move the labels up to the latest versions to mark the final set of versions going into the build. Also, how can I prevent developers from checking in new versions of files while the build is ...Show All
Visual Studio ProxyGen tool on VS2005 STK Feb
Hi, I'm using the proxygen tool to generate a proxy for my host application. This is the first step to integrate with Visual Studio 2005 Tools for Applications. I'm executing the following command line: proxygen / i'm getting this errors: Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'ProxyGen, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. St ...Show All
Smart Device Development error with MFC in visual studio 2005
Hi, I'am using visual studio 8 beta2, i think it's missing a lots of things. One of them is mfc code of MFC. When i am using CCommandBar, when i compile with emulator. It make an error like that: f:beta2\vctools\vc7libsce\ship\arlmfc\src\mfc\barcmd.cpp how can i get this packet Thank The workaround (resource file changes) worked in beta 2, but now that I'm using the release version I'm still having the same problem AND t ...Show All
Visual Studio Express Editions VC++ Express Win32 Application without Platform SDK
Good afternoon... When I select New Project in VC++ Express I given a template choice of Win32 Console Application. My question is, what is a Win32 Console application without the Platform SDK installed Is this just a Standard C/C++ library application If not, what is it Thanks Yes is it just a standard C/C++ library application. No win API programming unless you download the PSDK separatly. Thanks, Ayman Shoukry &nb ...Show All
Visual Studio problem debugging a com interop assembly, excel doesn't return any values
Hi, I have a problem debugging a class library assembly with com interop through another application, specifically MS Excel. I recently downloaded an example on building a com interop assembly in visual basic. I finally got vb to build the assembly but now excel doesn't seem to recognize it or something, as i only get the error #N/A in excel. In the debugging mode i never get anything back from excel, so i think my problem is right there, but i ...Show All
Visual Studio Team System Importing\Exporting Team Projects
Is there a way to export a Team Project to a new server What about backup options Thanks, Eran Kampf http://www.ekampf.com/blog/ There is not a way to export a Team Project to a new server, and I don't believe there will be support for that in v1. Backing up data on the server consists largely of backing up the SQL databases used by TFS (note that AD/AM is no longer used by TFS) and the SharePoint portal. There will be documentation ...Show All
Visual Basic Whats wrong with this?
Im using this code to save: Dim app_path As String Dim nFileNum As Short app_path = My .Application.Info.DirectoryPath FileOpen(nFileNum, app_path & "\" & "SortingApp.data" , OpenMode.Binary, OpenAccess.Read, OpenShare.LockReadWrite) I put this code in the form1 load But when i run the program it highlights the whole last line in yellow and says 'bad file name or number' Could someone please tell me ...Show All
.NET Development run .net frame work on win 98..
i insatalled .net framework redistributable 2.0 and windows intaller 2.0 on my win 98 pc .now i want to run this apllication on my pc .how can i run the apllication thank u ok thank u ......i want to try for the win 98... i think for best result i have to insatall win 2000 or xp. thank u ...Show All
Visual Studio Problem using DTE80a.olb
Hi, I have migrated my code from .NET2003 to .NET2005. I used DTE.tlb, it gave me build error. However i got sudgestion from VSIP developer to use DTE.olb. But now I can see that this file is not present in VS2005. I used DTE80a.olb as I read in forums that this is just renamed form of DTE.olb. The build is successful but at run time, I get error CreatCustomeProject error at the time of clicking finish of Application settings page and project is ...Show All
Visual Studio SQL Server 2005 Express April CTP Fails from VSTS DVD
When installing VS 2005 (Team Suite) the SQL Server Express install fails with an error code 1603. Also tried reinstalling it after VS but still fails with same error code. Anyone else got this problem /Per Salmi This was a clean installation on a new PC. I can't find the installer or the folder you mentioned to do a manual install. ...Show All
Visual C# Do you know what's the different between "equals" and "=="
Hi, Do you know what's the different between "equals" and "==" No, you *can* use == on string variables, as System.String overrides == operator (note that both sides must be string variables, otherwise System.Object's == operator is called, which does a reference comparison) string s1="Test"; string s2="Tes"; s2+="t"; /*prevent string interning*/ Console.WriteLine((s1==s2)) //prints True ...Show All
SQL Server SQL Server data types
Very simple ... Where can I find a web site that explains the difference between sql server express data types thx. This would seem like a good starting point; http://msdn2.microsoft.com/en-us/library/ms187752.aspx ...Show All
