I am trying to deploy an application that uses the SourceSafeTypeLib to a machine that contains sourcesafe and the 2005 runtime. Bu I am getting the error bellow. I have no problem with machines with the full .net 2005.
I already try to sign a strong name to the SourceSafeTypeLib (tlbimp...
I am using "once click" to deploy my application, and i am trying to display the icons from those applications, to show what is available. But i have no idea how to get the icon file form the the virtual directory.
can any one help?
drey
Does any one know how to wrap the text in a subitem? I have a list view with one subitem, which is a description of the item, sometimes it would be 3 to 4 lines. I would like all the text to show in the listview.
thank you for your help
drey
I am changing the background color of my main menu, but I am having a problem with the items to the right of the seleced item disapearing. I am including the code bellow. Does any one knows how to resolve this problem?
Thank you
MenuItem s = (MenuItem)sender ;
string s1 = s.Text ...
I have a problem with Deserializing a xml string.
I have a object I serialize:
MemoryStream buffer = new MemoryStream();
System.Xml.Serialization.XmlSerializer xmlSerializer = new System.Xml.Serialization.XmlSerializer(typeof(myobject));
xmlSerializer.Serialize(buffer, schedule);
if I...
I would like to know how to get the name of the excel sheets in a excel file using odbc driver?
i do not want to open a excel object, since i have to process many files and the only information I need is the sheet name.
thank you
drey
I am having a hard time finding how to add a collection to a custom property. I am extending the treeview to be bound to a datasouce.
i have a datasouce property ( datatable ) and i would like another property that allow me to choose the datacolumns i would like to use(from the datasouce above)...
am creating a databound treeview but i am having trouble with one property.
I created a collection to hold labels. and i added to the designer.
I can create the labels, however, i do not know how can i save it;
I do not have a problem with the string and int properties, .net saves them in the...
I a windows application when i want to find the path my executable is in i use:
System.Windows.Forms.Application.StartupPath;
but in a service i do not have access to "Application".
does any one knows how to get to the path?
i have a xml schema i need to read in my executable path.
thank you
drey
I am using "CreateProcessWithLogonW" in my code. it works fine it runs the application as intended, up to the point that returns a process in code.
My problem is: Since I am impersonating another user, Access to the process is denied. I need to add the "Exited" event to this process, but I keep...
I have a windows application in c#. I am required to create an html file and save on a certain directory.
At the moment I am writing the file using streamwriter.
But I do have a problem with the images in the file in deployment.
I notice that I have available in the add an item to project; to...
I have a select statement in my dataadapter like this:
select * from table1
where something in (:param2)
and in my code a passing a parameter like this:
da.SelectCommand.Parameters[0].Value = "'string1', 'string2'"
I also tried:
da.SelectCommand.Parameters[0].Value = "string1', 'string2"
but...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.