miguel28 / imagelistview

Automatically exported from code.google.com/p/imagelistview
0 stars 0 forks source link

ImageListView.dll' doesn't contain any UserControl types #147

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Open the code in vs2008
2.Trying  to compile the code throws the error.
3.Program wont run at all.
4."exe" file downloaded from binary package runs fine. 

What is the expected output? What do you see instead?
System.ArgumentException was unhandled
  Message="Assembly 'C:\\Documents and Settings\\One love\\My Documents\\Visual Studio 2008\\Projects\\3rd party\\ImageListView_v10.5_Source_2\\ImageListView\\obj\\Debug Designer\\ImageListView.dll' doesn't contain any UserControl types."
  Source="UserControlTestContainer"
  StackTrace:
       at Microsoft.VisualStudio.Tools.UserControlTestContainer.UserControlTestContainer_Load(Object sender, EventArgs e)
       at System.Windows.Forms.Form.OnLoad(EventArgs e)
       at System.Windows.Forms.Form.OnCreateControl()
       at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       at System.Windows.Forms.Control.CreateControl()
       at System.Windows.Forms.Control.WmShowWindow(Message& m)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.ContainerControl.WndProc(Message& m)
       at System.Windows.Forms.Form.WmShowWindow(Message& m)
       at System.Windows.Forms.Form.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow)
       at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
       at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
       at System.Windows.Forms.Control.set_Visible(Boolean value)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.Run(Form mainForm)
       at Microsoft.VisualStudio.Tools.UserControlTestContainer.Main(String[] args)
  InnerException: 

What version of the product are you using? On what operating system?
ImageListView_v10.5_Source_2

Please provide any additional information below.
I am using windows XP Service Pack 3, and VS2008 on .net3.5fx

Original issue reported on code.google.com by robinhoo...@gmail.com on 22 Apr 2012 at 10:19

GoogleCodeExporter commented 9 years ago
I can't reproduce this. Can you try a clean build?

Original comment by oozcitak on 26 Apr 2012 at 3:05

GoogleCodeExporter commented 9 years ago
sure i will give it a go and will try to get a screen shot as well..

On Thu, Apr 26, 2012 at 11:05 AM, <imagelistview@googlecode.com> wrote:

-- 

Cheers,
monisH

"everything should be made as simple as possible, but not simpler" - Albert
Einstein

Original comment by robinhoo...@gmail.com on 30 Apr 2012 at 4:23

GoogleCodeExporter commented 9 years ago
I am able to regenerate the error. The code compiles successfully, but as soon 
as I hit F5 in VS2008 it throws this {Screen Shot attached} Exception unhandled 
messagebox.

Original comment by robinhoo...@gmail.com on 7 May 2012 at 6:34

Attachments:

GoogleCodeExporter commented 9 years ago
Can you make sure that ImageListViewDemo is marked as the "StartUp Project" in 
solution explorer?

Original comment by oozcitak on 7 May 2012 at 6:58

GoogleCodeExporter commented 9 years ago
You are right mate, the project "ImageListView" was set as StartUpProject
by default, It works perfectly when ImageListViewDemo is marked as the
"StartUp Project" in solution explorer. Thanks, I am working on a thumbnail
renderer and it is quite fast than what you are using even though it runs
on single thread, however it has serious unmanaged memory leaks, so will
give you the code once i fix the leaks.

Cheers!

Original comment by robinhoo...@gmail.com on 7 May 2012 at 3:31

GoogleCodeExporter commented 9 years ago

Original comment by oozcitak on 27 Jun 2012 at 1:33

GoogleCodeExporter commented 9 years ago
Hi there, I face the same problem with memory. 
Is anyway can you shared the source code you have fixed this issue.

Original comment by nong...@hotmail.co.uk on 11 Mar 2013 at 7:07

GoogleCodeExporter commented 9 years ago
here you go here is the whole media browser project I worked on years ago. I am 
nt on windows so can't tell u, at what state project was left on. But if memory 
serves right, I did some background threading and fixed the speed at which its 
rendered images as i was working with thousands of images in a folder. I am 
pretty sure it has enormous memory leaks as i never go to that part of fixing 
loose ends. If u r hosting ur project do send me a link.

zipped folder in attachment (add .zip extension) .

Original comment by robinhoo...@gmail.com on 12 Mar 2013 at 3:11

Attachments: