Mary Koetting's Q&A profile
Visual Studio Express Editions Personal Website Problem
hello all, I've been looking into the personal website starter kit, and i'm following the setup information located here Well i got to the part where you set up the administrator using the 'ASP.NET Website Administration Tool' I entered my user name, password, email etc.checked administrator option, and ensured that 'active user' was checked to. Then i clicked create user, and this is where the problem arises, all i get is the page refreshin ...Show All
Visual C# "That assembly does not allow partially trusted callers."
I don't understand this... Whenever i click my button i get the following error: "That assembly does not allow partially trusted callers." What can be wrong I'm reading the source code of an example application using the MySQL connector, and i'm trying to create a similar application. It's pretty embaracing :( [ STAThread ] static void Main() { Application .EnableVisualStyles(); Application .SetCompatibleTextRendering ...Show All
Visual C++ windows.h not found...
WOW, I can't believe this information isn't easier to find. I downloaded and installed Visual C++ 2005 Express, and then downloaded and installed the Platform SDK SP2. NOTHING WORKS! The Directories are not found and there is no apparent way to set them. Apparently users have found a hack to make it work, but this is crazy. It seems like the first Microsoft person to install this would notice that it doesn't work an ...Show All
Visual Basic Relase the Fix for Visual Basic Compiler Error &H8013141e&
Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e& this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 .. JSB PS: this error pisses me of, i need to res ...Show All
Visual Basic exporting to a document
ok....here's the thing...is it possible to export the contents of a datagrid to a document in word or export the contents of a sql query to a word document for instance i want to do query a table with something like "select * from tablename" and the output to be exported to a document any help would be appreciated thanks in advance Word has it's own, complex file format. You can control ...Show All
Visual C# What is C#'s equivalent for VB's "IsDbNull"?
I recently transferred from VB to C#. Being familiar with some VB functions, sometimes I don't know how to use it in C#. My question seems to be silly. But still hoping that you can give me a hand. Many thks! check if(your value == System. DBNull .Value) ...Show All
Visual Studio Team System error MSB3202
I'm having trouble building a team build. I am able to define a team build just fine, and when I try to run it, the log files seem to suggest that it can find the source files just fine. But I end up with a lot of errors. My solution uses Enterprise Library 2005, so here is one of the errors that reference it (so, I don't think it is custom code related): error MSB3202: The project file "..\..\..\..\..\..\Program Files\Microsoft Enter ...Show All
Visual Basic Repeating SubString Method
Ok, This relates to my previous thread about reading a text file i have a richtextbox that contains the contents of a file. This file contains records which are 512 characters in length. It could contain 3 records or 32,756 records, depending on the size of the file I want to create a method that takes the data apart 512 characters at a time and places each 512character string in a listbox as new item. There is a 2 character marker b ...Show All
Visual Studio Tools for Office COM addin for MS Word
I've created a COM addin for MS Word which adds a toolbar and toolbar button to the Word app. I also create an instance of a handler class for the toolbar button event and sink the event of interest using IConnectionPoint->Advise(). The code for all of this is in the OnStartupComplete() method of the addin which is called by Word on startup. When the button on the toolbar is clicked, an ATL dialog is provided to the user.&nb ...Show All
SQL Server Business Scorecard Manager - Deployment to Reporting Services
So I created a basic scorecard view in BSM and deployed it to SharePoint in order to test that it is working correctly. After I verified this, I then attempted to deploy this same scorecard to a Reporting Services Report Server on a different site than WSS/BSM. It deploys successfully, but when it tries to generate the report, I get the following error message in Reporting Services: An error has occurred during report processing. Cannot cr ...Show All
Windows Forms Relaunch of Windows Form
Hello all I have a small problem. In most cases I can track these things down pretty easy but the complexity of the application after 2 years of development and use has made it hard to track down this last one. The Scenario: Main application runs in the background 1 pixel X 1 Pixel which launches the initial form. When a form is ready to open another form I do the following: BPS.frmMain frmMain = new frmMain(); frmMain.Show(); ...Show All
Windows Forms How to move a borderless Form on MouseDown Event
Hi, I have a Form who's FormBorderStyle is set to none. Can anybody help to move it on MouseDown MouseEventHandler. Please Slam Hi, Take a look in this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=428081&SiteID=1 It has discussions on how to move borderless forms. Regards, -chris ...Show All
.NET Development What's wrong in this code for xml?
The code and the dataset gets the values, but i can't get no xml input file, what's wrong protected void btnXMLIzvoz_Click(object sender, System.EventArgs e) { DataRow row; DataSet dataset = this.CreateDataSet(); foreach (GridViewRow gridviewrow in this.GridView1.Rows) { row = dataset.Tables["Uporabniki"].NewRow(); //row["ID"] = Convert.ToInt32(gridviewrow.Cells[0].Text); row ...Show All
Windows Forms SqlExpress2005 prerequisite needs custom install
My App needs SqlExpress2005 installed with: securitymode=SQL and sapwd=aaabbb999 plus some other parameters. My Oneclick deployment works as expected except, the SqlExpress2005 install is the default Windows Authentication. I've edited the xml for the manifest schema to include these parameters, and read about bootstrapping in Sean Draine's Article, but the default install is all that I can get to happen. At this point, beta2, or July CTP, do I ...Show All
Visual Studio Express Editions Is it possible to connect to SQL Server Express?
From the SQL Server Express web site it claims that you can use Visual C# Express 2005 with SQL Server Express 2005, but I have yet to find a way to make that happen. When I try to select a data source the only options I get are Microsoft Access Database File Microsoft SQL Server Database File When I try to select the latter, I just go on a wild goose chase where it claims that I don't have credentials with the server. When I use the re ...Show All
