I want to show html contents in my form. I tried to it with rich text box.
rtBox.Text = body;
but it fails.
How to show html contents in rich text box..??
Note: i am using VS-2008 2.0
Hi All,
I downloading table from SQL 2008 using VFP 8.0 (SP1) using command:
COPY TO xxx TYPE XLS
Some of the data in the excel is disappearing.
Example,
Table in SQL: Cus(ID int(4), CusNam VARCHAR(35))
When i issue the following command at VFP Forms:
(a) COPY TO xxx TYPE FOX2x [Data display correctly as following]
*ID CusNam
1 ABC
2 DEF*
(b) COPY TO xxx TYPE XLS [2nd Record disappear]
*ID CusNam
1
2 DEF*
Appreciate for any helps!
Every time I update my data model, it makes this value 2008, breaking the 2005 server deployment. Is their anything besides a build action I can use to stop this?
I am creating a Setup Project in VS 2008. The application needs to be supported on Windows 7 running UAC. I have to install the app in the User's area of the machine. What do I set the DefaultLocation property of the Application Folder to in the Setup Project? It can't be set to ProgramFilesFolder.
I have a flash drive which has an application whose code is written VC++ 2008 , the application works fine in xp , but the problem arises when i plug in the drive to a windows 7 machine , it doesn't run properly. is there any way that i can make it compatible to windows by writing a code.
i dont want to set the compatibility tab in windows 7 to run the program..
i want to code it in the program , more like a patch.
I created a Web Application called testwebapp and then a site collection (testsite). When I try siteCollection = new SPSite("http://localhost"); in VisualStudio2008 it throws an error Web Application is not found. Of course, the localhost works in IE and I don't know why testwebapp doesn't work. Any ideas? TIA!
David
My CVS-fu is not very strong anymore (after years of SVN'ing and now Mercurial'ing). I'm trying to do a diff between two revisions of the HEAD branch (everything is in the HEAD anyway).
I received an IDE already set up to use a :pserver:myname@cvsserver:port/cvs/project CVS. I'm on Windows XP. I do not want to use the IDE (the goal here is to learn CVS a bit more).
Apparently I cannot login using SSH to the CVS server.
How can I run a remote CVS diff between two HEAD revs using the command line?
P.S: I am new here, mod me up so I can comment etc. :)
Hello all, I have this problem, it's the second time it happens to me, I'm using the NB IDE 6.9.1 and after a while I was working fine, but then It stopped deploying my webapp when debugging or running the application, I don't recall messing with the ant build scripts or any strange configurations, it successfully builds the dist folder and *.war file and I am able to deploy it manually, but when I run it through the IDE it deletes the webapp folder webapps/myapp,so I cannot debug it or run it, all I get is ClassNotFoundException for my servlets. I am unsure of what extra information would help to solve this issue Its pretty annoying, I don't know how it got solved the last time, it just "went away" any help is truly appreciated.
Long winded title, short question:
If one wants to develop for Windows but not have to rely on any external dependency (no runtime, thus ruling out .net), what supported, alive and fully functioning* alternatives are there?
Visual Basic 6 is dead, Visual C++ is obvious and Delphi seems to be the prime choice for that, but I wonder if there are any other alternatives?
*as in: Being able to use all the Windows Features like putting an icon in the Notification Area, making the Taskbar Icon flash etc.
hi
I am using Repository factory for visualstudio2008 for a personal project.
It generated a class called ProductRepository which inherits from Repository.
The ProductRepository has a constructor which gets a database name as string and passes it to its base (I mean Repository ).
So when I try to debug my project step by step, I pass my database name to ProductRepository
but it raises the following error:
The requested database is not defined in configuration.
What's wrong?
So I'm trying to connect to my database at the specified location, and the connection is established as long as the db at the same location specified at DataSource field, but what if I tried to distribute my application, the file path will change and will lead to errors I want to avoid. Here is my connstring:
string connstring = @"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Users\PC1\Documents\Visual Studio 2008\Projects\Test\Test\bin\Debug\MyDatabase01.accdb;Persist Security Info=true";
Is there anyway I can define DataSource location to be at the same folder?.
How do I increase the default execution timeout for my unit tests? I have a unit test which calls a web service. It often runs for longer than 10 seconds, which produces a timeout error. I'm using VisualStudio Team System 2008.
Hi every body
I have converted one of my old solutions from .Net 1.1 to 2 via VisualStudio2008.
It's reports were conveted too and I embeded them in my solution.
although they work properly,but their first load take such a long time.
What can I do for this problem?
Hi ,
I have an application in VS 2008, and now when I am migrating this into VS2010,
I am getting the "XAMLParseException" error on Click event.
Can anybody help me out on this.
Regards,
Manish Garg
[email protected]
Hi guys i need to integrate drscheme into my c# code for my assignment but i could find any luck on the web. Can anyone help me ? I tried ironscheme but got the following error.
The type or namespace name 'Dynamic' does not exist in the namespace 'System' (are you missing an assembly reference?) C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\Integration\Integration\Form1.cs 2 14 Integration
Have tried googling the error message but could find any related stuff.
I try to follow the following steps to install STLPort in VC6
1) I change C:\Program Files\Microsoft Visual Studio\VC98\Bin\VCVARS32.BAT content
set INCLUDE=%MSVCDir%\ATL\INCLUDE;%MSVCDir%\INCLUDE;%MSVCDir%\MFC\INCLUDE;%INCLUDE%
set LIB=%MSVCDir%\LIB;%MSVCDir%\MFC\LIB;%LIB%
to (The directory C:\STLport-5.2.1\lib is not exsits?)
set INCLUDE=C:\STLport-5.2.1\stlport;%MSVCDir%\ATL\INCLUDE;%MSVCDir%\INCLUDE;%MSVCDir%\MFC\INCLUDE;%INCLUDE%
set LIB=C:\STLport-5.2.1\lib;%MSVCDir%\LIB;%MSVCDir%\MFC\LIB;%LIB%
2) I
C:\>cd C:\STLport-5.2.1\build\lib
C:\STLport-5.2.1\build\lib>"c:\Program Files\Microsoft Visual Studio\VC98\bin\VCVARS32.BAT"
Setting environment for using Microsoft Visual C++ tools.
C:\STLport-5.2.1\build\lib>c:\STLport-5.2.1\configure.bat msvc6
STLport Configuration Tool for Windows
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
Setting compiler: Microsoft Visual C++ 6.0
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
Setting platform: Windows XP
The system cannot find the path specified.
Done configuring STLport.
Go to build/lib folder and type "nmake clean install" to build and
install STLport to the "lib" and "bin" folders.
Go to build/test/unit folder and type nmake clean install to
build unit tests and install them in bin folder.
3) The code within configure.bat, which give me The system cannot find the path specified is
REM initially create/overwrite config.mak
echo # STLport Configuration Tool for Windows > build\Makefiles\nmake\config.mak
echo # >> build\Makefiles\nmake\config.mak
echo # config.mak generated with command line: >> build\Makefiles\nmake\config.mak
echo # configure %1 %2 %3 %4 %5 %6 %7 %8 %9 >> build\Makefiles\nmake\config.mak
echo # >> build\Makefiles\nmake\config.mak
What I shall change them to? How can I continue the build?
Thanks.
I'm using vb.net 2008 edition and i was wondering if there a way to convert an array type to another array type. For instance say i dim an array as string and then want to convert the array to the integer data type for sorting, how would i go about this?
I have a few Umbraco sites running on my server - but i'm getting logged out when using everything else than Firefox when using umbraco.
I'm able to log in and after 10-15 sec's i'm being automatically logged out again.
How can that be and how do i fix it? :(
It's a win 2008 server using MSSQL database and umbraco 4.0.3
btw is running on integrated app pool and .net version 2.0.50727
I can work with many WCF bindings, except netMsmqBinding. All I get is:
CommunicationObjectFaultedException: "The communication object, System.ServiceModel.ServiceHost, cannot be used for communication because it is in the Faulted state."
at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout)
I tried it in a Windows Server 2008 R2 with the following features installed
Message Queueing
Message Queueing Services
Message Queueing Server
Message Queueing Triggers
HTTP Support
Multicasting Support
Message Queueing DCOM Proxy
I tried also to add manually a private Message Queue in the Server Manager but it didn't work.
The address I am trying to expose is:
net.msmq://localhost/private/MyServiceName
Hello everyone,
I am using Silverlight 3.0 + .Net 3.5 + VSTS 2008 + C# to develop a simple video application using the open source slvideoplayer of Silverlight.
http://slvideoplayer.codeplex.com/
For the player, the play control is at the bottom of the rendering video, any ideas how to place play control at the top of video? I have tried hard but can not figure out. Any solutions?
thanks in advance,
George
OK I'm completely stumped here:
I have installed (and reinstalled) ASP.NET MVC2 installed several times and I still can't see the ASP.NET MVC2 project templates shown in Visual Web Developer 2008 Express.
I had checked the default project directory templates and had verified that those templates are installed, for example these templates files are found C:\Program Files\Microsoft VisualStudio 9.0\Common7\IDE\VWDExpress\ProjectTemplates\CSharp\Web\1033:
EmptyMvcWebApplicationProjectTemplatev2.0.cs.zip
MvcWebApplicationProjectTemplatev2.0.cs.zip
Any idea of tracking what's the problem and fix it?
Is it possible to set a shortcut for the "Jump to" submenu that shows up when I right click on a method(could be a class, interface etc...) with coderush/refactor pro installed?
I'm using version 3.23 of DXCore, CodeRush and Refactor! Pro, with VS 2008.
Hello everyone,
Can any of STL algorithms/container operations like std::fill, std::transform be executed in parallel if I enable OpenMP for my compiler? I am working with MSVC 2008 at the moment.
Or maybe there are other ways to make it concurrent?
Thanks.