EsP_Unholy's Q&A profile
Smart Device Development VS2005, CF2.0, C++, Platform selection
My development environment is Visual Studio 2005 Enterprise. I have a C++ application containing both managed and unmanaged code. I've successfully compiled it for the Win32 platform. It executes correctly in that environment. The next step is to install it on a CE 5.0 using the Compact Framework (2.0, sp1 installed.) I cannot figure out how to switch VS from the Win32 platform to any other platform without losing the C compiler switches that enable it to use managed code. My process: 1. Using wizard, create a new solution/project for C++, Console Application (which is the model I want to use.) 2. I immediately "Build". All is well. It says "Hello world." 3. I select Configuration Manager, and choos ...Show All
Visual Studio Express Editions Publish Problem
Hi, I have an Error that I wasnt discover, when I try to publish any project ( I mean a new project with a simple form with out anything) I have this error: Cannot continue. The application is improperly formatted. Contact the aplication vendor for assitance. This happening with all the projects that I create, What Can I do The following lines are the error message log: PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50727.42 System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200) mscorwks.dll : 2.0.50727.42 (RTM.050727-4200) dfdll.dll : 2.0.50727.42 (RTM.050727-4200) dfshim.dll : 2.0.50727.42 (RTM.050727-4200) SOURCES Deployment url : file://user/BACKUPS/Estiquer.application ...Show All
Visual Studio Tools for Office .NET 2.0 Addins compatibility (KB907417) to pre-Office2003 versions
Dear all, I am a developer of IME (Input Method Editor) and I have tried to integrate IME with .NET 2.0 based GUI via managed C++. It worked fine on Office 2007. To Word 2003 and Excel 2003, it requires KB907417 ( http://support.microsoft.com/ scid=kb%3Ben-us%3B907417&x=5&y=8 ) to load the IME DLL normally. To pre-Office 2003 versions, however, there's no hotfix to make them support .NET 2.0 based DLL. Since Office 2003 allows users to keep older version of Word/Excel/PowerPoint, it dramatically worked on Word/Excel XP/2000 if there's also a patched Office 2003 on the same environment, although only Office 2003's Addins folder, which is "Program Files\Microsoft Office\OFFICE11\Addins", has the patched " ...Show All
Windows Forms huge problem
i used datagridview with datagridviewcomboboxcolumn, and i want to delete the rows without touching the database (not to delete the database) i used this code , but it didn't work , why Private Sub deleteRowInDataGridViewColumnComboBox() Dim i As Integer For i = Me .dgComplaint.SelectedColumns(0).DataGridView.Rows.Count To 1 Step -1 Me .dgComplaint.SelectedColumns(0).DataGridView.Rows.RemoveAt(i) Next i End Sub thanks!! p.s with sql 2003 From what I can see, one of the columns in your DataGridView is made of ComboBox cells. ComboBox does not have a 'Value' member so you can't set it as " ". Try looking at it's 'SelectedValue' member. HTH. If you j ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Where is the download?
It is 12:48 pm here (GMT + 1)... in Nuku'alofa (GMT + 13) it is tomorrow... So where the hell is my download link :-D EvilOneSD wrote: Hmmm... the holy grail is here on my desk. Btw... it's "tomorrow" now... What, you have one too :p It's been "tomorrow" here all day... heck, it's almost the day after here! ...Show All
SQL Server Insall SSMS from 64 bit media on 32 bit workstation
I'm having no success install SSMS on a 32 bit workstation from 64 bit media. I'm aware from researching that the SSMS is 32 bit, in fact I see it run as a 32 bit app on the server. However, when i try and install from the 64 bit CD or DVD I get errors such as not a valid Win32 application, or when i tre random msi's guessing as to which is ssms I get "This installation package is not supported by this processor type. Contact yoru product vendor." I run a Pent D 2.8 on 32 bit XP Any assisstance on how to install SSMS on a 32 bit workstation from the 64 bit media would be greatly appreciated. YOu will have to get a 32bit media from your vendor. Medias can be ordered spearately (as it w ...Show All
.NET Development Bad Data Error with Decryption
I'm using TripleDESCryptoServiceProvider to encrypt and decrypt Xml files that are generated on the fly in two different places. In one part I'm allowing a user to download file, an XmlWriter writes to my CryptoStream which writes straight to the Response.OutputStream. Before any writing I call the following Response.Clear(); Response.AddHeader("content-disposition","attachment; filename=myXml.xml"); Response.ContentType = "text/xml"; Response.BufferOutput = true; The browser prompts for download, and everything is fine. I can then upload the file and have an XmlReader read from my CryptoStream which reads from FileUploader.PostedFile.InputStream and everything works fine. Now in the other place, I have an XmlWriter write to my Cry ...Show All
Visual Studio Express Editions Help me with everything visual c++
I am working on project which is on Directshow application .i m using the express edition ...i installed the microsoft platform sdk . when i try to build it gives me error saying fatal error C1083: Cannot open include file: 'windows.h': No such file or directory. In the installation procedure in the 3rd step it asked me to update VCC+ directories with paths it mentioned . I tried in the options section to do that but i could not figure where exactly in the projects and solutions i mention the path. please help me i am completely new to this ...... To be frank i just started of with the computer field.........(i jus learnt wat a library meant ,wat project meant etc) Hi, look here: Tools->O ...Show All
Windows Forms ClickOnce and MSI
Hi - i'm looking for pointers to articles/discussions that specifically deal with the situation where you create and deploy and MSI and wish users to get updates when: (a) the MSI itself changes - so i will to do a full re-install. (b) part of the MSI changes. So perhaps although the MSI does things like installs an icon in the system tray, part of the app can actually run as a normal clickonce application would. I could do it all in an MSI that is downloaded, but i want my app to update when new versions are avaialble without me having to write a framework and i know it must be avaialble somewhere! thanks, Steven http://stevenR2.com ...Show All
Software Development for Windows Vista Getting a Device Context to call ExtEscape?
Is is possible to get a device context from the XPS subsystem so you can call ExtEscape() win32 function from within a print job while doing normal XpsDocumentWriter calls Hello are there any good print experts that would know about XPS and the ability from .NET to get a DeviceContext so I can call ExtEscape to send device specific printer commands to a printer during a print job Anyone ...Show All
.NET Development {"Object must implement IConvertible."}
I keep getting this even though I have defined everything that has been suggested in all the forums :-( - HELP! I used this fine in VS 2003 - can anyone tell me the replacement in VS 2005. I have a public function that is called at various times that I need to execute a Stored Procedure. I get an error at the =>DBExecuteQuerySP = cmd.ExecuteReader(CommandType.StoredProcedure) It tells me to check my 'inner exception' - and that shows the subject line as error: {"Object must implement IConvertible."} My FUNCTION: 'Executes a SELECT Stored Procedure and returns a SqlDataReader containing the results Public Shared Function DBExecuteQuerySP( ByVal cmd As SqlCommand) As SqlDataReader Dim co ...Show All
Windows Forms Setup and Deployment Project FAQ
Deployment FAQ Q: I am now getting the following error when I build: " Unable to update the dependencies of the project. The dependencies for the object ' name.dll ' cannot be determined" A: Workaround : Try to adjust the order of the Projects in the Solution and leave the Database project to the end. We can either edit the Solution (*.sln) file with notepad OR remove and add the Database Project back in the solution. (This also isn’t a great work-around as the addition of a project later in the development cycle will cause the corruption to re-appear). HotFix :Contact PSS and ask for the Hotfix for KBB917036: http://support.microsoft.com/default.aspx scid=kb%3Ben-us%3B917036 Q: Is it p ...Show All
Visual Studio Express Editions SMTP mail authentication failed
Hi, I have the following problem: sending mail via smtp like this: Dim MailFrom As New Net.Mail.MailAddress( "teszt@teszt.hu" , "Teszteles" ) Dim MailTo As New Net.Mail.MailAddress( Me .txtRecipient.Text) Dim myMail As New Net.Mail.MailMessage(MailFrom, MailTo) myMail.Subject = Me .txtSubject.Text myMail.Body = Me .txtMail.Text myMail.Priority = Net.Mail.MailPriority.High Dim myM As New Net.Mail.SmtpClient( "mymailserver.net" ) myM.UseDefaultCredentials = False myM.Credentials = New System.Net.NetworkCredential( "myuser" , "mypassword" , "mymailserver.net" ) myM.DeliveryMethod = SmtpDeliveryMethod.Networ ...Show All
SQL Server Business Intelligence on ROLAP
Hi all, I am inquiring whether I can have some business Intelligence on Relational DBMS in SQL 2005 as projecting the number of patients within a health care basing on the available data. Please help me out. Regards, Ronnie Hi: I think what are really looking at is using Data Mining in SQL 2005 - to do predictive analysis. There are several algorithms that would allow you to do this including Microsoft Time Series. Thanks. Suranjan ...Show All
Visual Studio Team System Node "Reports" disabled in Team Explorer
Hello! After two weeks of using TFS some problem appeared: Node "Reports" are disabled in Team Explorer in one of team projects. Property Url have right value and Reports Site can be opened by this url and my reports is ok. Why node "Reports" become disabled and where I can look for any error message Event's log is empty. P.S. Sorry for my English. I'm having the same problem. We have 15 projects on our TFS. Only 2 projects have the Reports node disabled (marked by red x). The Url property for the Reports node in both projects are set to http://<serverName>/Reports/Pages/Folder.aspx ItemPath=/<projectName>. This url can be copy/pasted into a browser and reports used successfully from the ...Show All
