greyhound75635's Q&A profile
SQL Server Change the type of an expression container
Hi, I use expressions to build the SQL query that is executed by the data flow. Today, I ran into an issue. For the first time the SQL query has exceeded 4000 char so the expression cannot be validated and it is not possible to use it. Is there a way to change the expression datatype to nvarchar(max) instead of the default nvarchar(4000) Thanks, Philippe So i am back in the business of using mul ...Show All
Visual C++ linking to both msvcr80.dll and msvcr80d.dll
I have a managed c++ project, that produces an assembly that's linked to both msvcr80.dll and msvcr80d.dll (in release mode). According to the intermediate manifest below, the release version of the runtime should be used. Dependency walker show that it finds msvcr80.dll in %windir%\WinSxs\something (as expected). It also shows a missing msvcr80d.dll, which is the problem. Any hints on how to further investigate what causes this, or solutions a ...Show All
Smart Device Development EVC4 unresolved vftable error: resolution for x86 target
I was getting this error on linking an application that uses STL: unresolved external symbol "const type_info::`vftable'" ( _7type_info@@6B @) I installed the Emulator\ccrtrtti.lib from the patch provided below into my emulator directory http://support.microsoft.com/default.aspx scid=kb;en-us;830482 This resolved the issue for the emulator. I need to do the same for a x86 target. Only issue is that the ccrtrtti.li ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XNA Installation Problems?
Hi there, I've gone ahead and installed the XNA package, following the instructions in the download. The prerequisite's, Visual Studio Partner Edt, and the XNA installer. I've however not downloaded the MechCommander2 package yet. I wanted to see if this was any bit usable without it. I fire up Visual Studio and attempt to make one of it's "content build", and am greeted with a number of exciting errors. Of note, the content build proj ...Show All
Visual Studio 2008 (Pre-release) Loaded - Initialized - SourceInitialized
I'm hoping someone can help out here ... I'm trying to figure out exactly what these events "mean". Certainly, most sample code uses the Loaded event to mean "this object and its descendants are completely ready to go". However, I'm fairly certain I saw something from a WPF team member stating that -- at least for a Window -- the SourceInitialized event is a "safer" option. (This event is only available for Wi ...Show All
.NET Development DLLs with IIS problem?
Hi all, I have an ASP.NET application developed with VS2005 and have some references to COM assembilies (.dll files). Here is the problem I am encountering. When I run the application from VS2005 it works fine no problem at all, but when I run it through IIS the assembilies do not work. I looked at other threads in this forum with similar problems and permission issue are mentioned for those problems, but I have no idea whether this is a p ...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 C# create gif
does anybody has a simple idea how to create .gif image with c# do you want to create one (like draw a box from scratch) or make a gif from some other image. System.Drawing and System.Drawing.Imaging and System.Drawing.2D are all classes that deal with writing / copying images. hth, mcm ...Show All
Visual Basic Background image
How would you set a forms background image through coding not selecting it. Thanks ...Show All
Windows Forms deriving from Panel and how to use it in form designer
i derived GlControl from Panel. that is panel accelerated with OpenGL. now i want to use it in forms designer. what i first did, was placing a Panel in designer and then in code changed its type to GlPanel. after compiling the app, everything&n ...Show All
Visual Studio Team System InfoPath projects fail in TFS
If I add a infopath project to a source controlled solution other teammembers donot get a working infopath project when they get-latest the solution. They get various errors, primarily caused (as it seems) by the missing of the InfoPath files. They are not retrieved from the source control. I stored the InfoPath project in a subfolder under the solutionroot. [EDIT: A work around is to make the files writeable (after a manual get from the source ...Show All
Windows Forms Is possible to have two rows as header in a DataGrid?
Hello, Is possible to have two or more rows as header or footer in a DataGrid for example: Considering Sales of the year as main header and Mounts as sub-headers. Sales 2004 Sales 2005 <-Main header Jan Feb Mar... Jan Feb Mar ... &nbs ...Show All
SQL Server SQL2005 [264] An attempt was made to send an email when no email session has been established.
[264] An attempt was made to send an email when no email session has been established. The message is from a job which will send email to an operator when it is completed. In the operator notification setting, I'm sure the correct email address has been input for the 'Email Name' text box, such as abc@xyz.com SQL Server 2005 Std Ed, Windows 2000 SP4. However the Database Mail is configured and I can send/receive a test email. Thanks! ...Show All
Visual Studio Team System Webtest
In visual studios, if I click on test -> administer test control, when I run my load test I can add the results into the LoadTest database. How do I accomplish the same thing but using the command line You use the ui to configure the database and then when you run from a command line the results will automatically be stored. If you are running against the local process, ...Show All
Visual Basic Source Code on Multiple machines
Wanted to be sure I can do this. In Vb6 all I had to do to have my source code on multiple machines was to do the Command Prompt Xcopy to copy from one machine to another. Can I do the same thing with VB 2005 Or is there a better way. I use my desk top at home, and use the Laptop at work to develope my code. Thanks Larry Gatlin (I dont play the geeTar!) ...Show All
